clash/test/go.mod

47 lines
1.9 KiB
Modula-2
Raw Normal View History

2021-05-17 12:33:00 +00:00
module clash-test
2021-08-18 05:31:34 +00:00
go 1.17
2021-05-17 12:33:00 +00:00
require (
2021-08-21 17:17:29 +00:00
github.com/Dreamacro/clash v1.6.6-0.20210821162529-0267b2efad9a
2021-08-18 05:31:34 +00:00
github.com/docker/docker v20.10.8+incompatible
2021-05-17 12:33:00 +00:00
github.com/docker/go-connections v0.4.0
2021-07-18 09:23:22 +00:00
github.com/miekg/dns v1.1.43
2021-05-17 12:33:00 +00:00
github.com/stretchr/testify v1.7.0
2021-08-18 05:31:34 +00:00
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
2021-05-17 12:33:00 +00:00
)
2021-08-18 05:31:34 +00:00
require (
github.com/Dreamacro/go-shadowsocks2 v0.1.7 // indirect
2021-08-18 12:20:00 +00:00
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.5 // indirect
2021-08-18 05:31:34 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
2021-08-18 12:20:00 +00:00
github.com/golang/protobuf v1.5.0 // indirect
github.com/gorilla/mux v1.8.0 // indirect
2021-08-18 05:31:34 +00:00
github.com/gorilla/websocket v1.4.2 // indirect
2021-08-18 12:20:00 +00:00
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
2021-08-18 05:31:34 +00:00
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/oschwald/geoip2-golang v1.5.0 // indirect
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
2021-08-21 17:17:29 +00:00
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
2021-08-18 05:31:34 +00:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
2021-08-21 17:17:29 +00:00
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
2021-08-18 05:31:34 +00:00
golang.org/x/text v0.3.6 // indirect
2021-08-18 12:20:00 +00:00
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
2021-08-18 05:31:34 +00:00
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
2021-08-18 12:20:00 +00:00
google.golang.org/grpc v1.40.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
2021-08-18 05:31:34 +00:00
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)