module github.com/nadoo/glider go 1.18 require ( github.com/Qv2ray/gun v0.0.0-20210314140700-95a65981f2f8 github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d github.com/dgryski/go-idea v0.0.0-20170306091226-d2fb45a411fb github.com/dgryski/go-rc2 v0.0.0-20150621095337-8a9021637152 github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f github.com/nadoo/conflag v0.3.1 github.com/nadoo/ipset v0.5.0 github.com/xtaci/kcp-go/v5 v5.6.1 golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e golang.org/x/net v0.0.0-20220531201128-c960675eff93 golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a google.golang.org/grpc v1.36.0 ) require ( github.com/ebfe/rc2 v0.0.0-20131011165748-24b9757f5521 // indirect github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-cmp v0.5.7 // indirect github.com/klauspost/cpuid/v2 v2.0.12 // indirect github.com/klauspost/reedsolomon v1.9.16 // indirect github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 // indirect github.com/mdlayher/raw v0.1.0 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/templexxx/cpu v0.0.10-0.20211111114238-98168dcec14a // indirect github.com/templexxx/xorsimd v0.4.1 // indirect github.com/tjfoc/gmsm v1.4.1 // indirect github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect golang.org/x/text v0.3.7 // indirect google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect google.golang.org/protobuf v1.25.0 // indirect ) // Replace dependency modules with local developing copy // use `go list -m all` to confirm the final module used // replace ( // github.com/nadoo/conflag => ../conflag // )