mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
27 lines
1.0 KiB
Modula-2
27 lines
1.0 KiB
Modula-2
|
module clash-test
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/Dreamacro/clash v1.6.1-0.20210516120541-06fdd3abe0ab
|
||
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
||
|
github.com/containerd/containerd v1.4.4 // indirect
|
||
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
||
|
github.com/docker/docker v20.10.6+incompatible
|
||
|
github.com/docker/go-connections v0.4.0
|
||
|
github.com/docker/go-units v0.4.0 // indirect
|
||
|
github.com/gogo/protobuf v1.3.2 // indirect
|
||
|
github.com/google/go-cmp v0.5.5 // indirect
|
||
|
github.com/gorilla/mux v1.8.0 // indirect
|
||
|
github.com/miekg/dns v1.1.42
|
||
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // 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/stretchr/testify v1.7.0
|
||
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
||
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
||
|
google.golang.org/grpc v1.36.0 // indirect
|
||
|
gotest.tools/v3 v3.0.3 // indirect
|
||
|
)
|