github.com/sagernet/sing-shadowsocks@v0.2.6/go.mod (about) 1 module github.com/sagernet/sing-shadowsocks 2 3 go 1.18 4 5 require ( 6 github.com/sagernet/sing v0.2.18 7 golang.org/x/crypto v0.16.0 8 lukechampine.com/blake3 v1.2.1 9 ) 10 11 require ( 12 github.com/klauspost/cpuid/v2 v2.0.12 // indirect 13 golang.org/x/sys v0.15.0 // indirect 14 )