gitee.com/aurawing/surguard-go@v0.3.1-0.20240409071558-96509a61ecf3/go.mod (about) 1 module gitee.com/aurawing/surguard-go 2 3 go 1.20 4 5 require ( 6 github.com/coreos/go-iptables v0.6.0 7 github.com/emmansun/gmsm v0.23.0 8 github.com/ethereum/go-ethereum v1.9.9 9 github.com/go-zookeeper/zk v1.0.3 10 github.com/jackpal/gateway v1.0.10 11 github.com/jviney/go-filelock v0.1.0 12 github.com/labstack/echo v3.3.10+incompatible 13 github.com/lorenzosaino/go-sysctl v0.3.1 14 github.com/mr-tron/base58 v1.1.2 15 github.com/satori/go.uuid v1.2.0 16 github.com/shirou/gopsutil/v3 v3.24.1 17 golang.org/x/crypto v0.17.0 18 golang.org/x/net v0.19.0 19 golang.org/x/sys v0.16.0 20 golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 21 gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 22 ) 23 24 require ( 25 github.com/BurntSushi/toml v1.2.1 // indirect 26 github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6 // indirect 27 github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect 28 github.com/go-ole/go-ole v1.2.6 // indirect 29 github.com/google/btree v1.0.1 // indirect 30 github.com/labstack/gommon v0.4.2 // indirect 31 github.com/mattn/go-colorable v0.1.13 // indirect 32 github.com/mattn/go-isatty v0.0.20 // indirect 33 github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect 34 github.com/valyala/bytebufferpool v1.0.0 // indirect 35 github.com/valyala/fasttemplate v1.2.2 // indirect 36 github.com/yusufpapurcu/wmi v1.2.3 // indirect 37 golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect 38 golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect 39 golang.org/x/mod v0.12.0 // indirect 40 golang.org/x/text v0.14.0 // indirect 41 golang.org/x/time v0.5.0 // indirect 42 golang.org/x/tools v0.13.0 // indirect 43 honnef.co/go/tools v0.4.2 // indirect 44 )