Update dependencies

This commit is contained in:
世界 2023-07-23 12:54:40 +08:00
parent 93bbad3057
commit fe94df5baf
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 9 additions and 9 deletions

6
go.mod
View file

@ -3,7 +3,7 @@ module github.com/sagernet/sing-shadowtls
go 1.18
require (
github.com/sagernet/sing v0.2.8-0.20230703002104-c68251b6d059
golang.org/x/crypto v0.10.0
golang.org/x/sys v0.9.0
github.com/sagernet/sing v0.2.9
golang.org/x/crypto v0.11.0
golang.org/x/sys v0.10.0
)