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