diff --git a/go.mod b/go.mod index ee78582..e5bb8dd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/sagernet/sing-shadowsocks2 go 1.18 require ( - github.com/sagernet/sing v0.3.0-rc.2 + github.com/sagernet/sing v0.3.0 golang.org/x/crypto v0.17.0 lukechampine.com/blake3 v1.2.1 )