mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
29 lines
1018 B
Modula-2
29 lines
1018 B
Modula-2
module cfa
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/Dreamacro/clash v1.7.1
|
|
github.com/Kr328/tun2socket v0.0.0-20220414050025-d07c78d06d34
|
|
github.com/dlclark/regexp2 v1.4.0
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/Dreamacro/go-shadowsocks2 v0.1.7 // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/insomniacslk/dhcp v0.0.0-20210827173440-b95caade3eac // indirect
|
|
github.com/oschwald/maxminddb-golang v1.8.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
|
|
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
)
|