module github.com/sagernet/sing-shadowsocks go 1.18 require ( github.com/sagernet/sing v0.2.8-0.20230703002104-c68251b6d059 golang.org/x/crypto v0.10.0 lukechampine.com/blake3 v1.2.1 ) require ( github.com/klauspost/cpuid/v2 v2.0.12 // indirect golang.org/x/sys v0.9.0 // indirect )