mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 21:51:23 +08:00
57 lines
2.5 KiB
Modula-2
57 lines
2.5 KiB
Modula-2
module clash-test
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Dreamacro/clash v1.6.6-0.20210905062555-c7b718f6512d
|
|
github.com/docker/docker v20.10.8+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
|
|
)
|
|
|
|
replace github.com/Dreamacro/clash => ../
|
|
|
|
require (
|
|
github.com/Dreamacro/go-shadowsocks2 v0.1.7 // indirect
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
github.com/containerd/containerd v1.5.5 // indirect
|
|
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
|
|
github.com/golang/protobuf v1.5.0 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/insomniacslk/dhcp v0.0.0-20210827173440-b95caade3eac // indirect
|
|
github.com/kr328/tun2socket v0.0.0-20210412191540-3d56c47e2d99 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
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
|
|
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
|
|
github.com/xtls/go v0.0.0-20201118062508-3632bf3b7499 // indirect
|
|
github.com/yaling888/go-lwip v0.0.0-20210928231210-94b50cb51cc1 // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
google.golang.org/genproto v0.0.0-20210312152112-fc591d9ea70f // indirect
|
|
google.golang.org/grpc v1.40.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
gvisor.dev/gvisor v0.0.0-20210922003438-b39716d116fd // indirect
|
|
)
|