mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-20 15:31:24 +02:00
large refactoring, bug fixes, performance improvement
This commit is contained in:
7
go.mod
7
go.mod
@@ -3,20 +3,18 @@ module github.com/yusing/go-proxy
|
||||
go 1.21.7
|
||||
|
||||
require (
|
||||
github.com/docker/cli v25.0.4+incompatible
|
||||
github.com/docker/docker v25.0.4+incompatible
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
github.com/golang/glog v1.2.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
golang.org/x/net v0.22.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.6.1 // indirect
|
||||
github.com/containerd/log v0.1.0 // indirect
|
||||
github.com/distribution/reference v0.5.0 // indirect
|
||||
github.com/docker/cli v25.0.4+incompatible
|
||||
github.com/docker/go-connections v0.5.0 // indirect
|
||||
github.com/docker/go-units v0.5.0 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
@@ -36,6 +34,7 @@ require (
|
||||
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
||||
golang.org/x/mod v0.16.0 // indirect
|
||||
golang.org/x/sys v0.18.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
golang.org/x/time v0.5.0 // indirect
|
||||
golang.org/x/tools v0.19.0 // indirect
|
||||
gotest.tools/v3 v3.5.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user