|
@@ -13,6 +13,21 @@ require (
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
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-20210906170528-6f6e22806c34 // indirect
|
|
|
|
|
+ golang.org/x/text v0.3.6 // indirect
|
|
|
|
|
+)
|
|
|
|
|
+
|
|
|
replace github.com/Dreamacro/clash => ./core/foss
|
|
replace github.com/Dreamacro/clash => ./core/foss
|
|
|
|
|
|
|
|
replace cfa/blob => ../../../build/intermediates/golang_blob
|
|
replace cfa/blob => ../../../build/intermediates/golang_blob
|