Update dependencies

This commit is contained in:
世界 2025-02-06 08:57:26 +08:00
parent 5fdf816d25
commit 2d5886b68f
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,9 +3,9 @@ module github.com/sagernet/sing-shadowtls
go 1.20
require (
github.com/sagernet/sing v0.6.0-alpha.17
golang.org/x/crypto v0.29.0
github.com/sagernet/sing v0.6.0
golang.org/x/crypto v0.32.0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
)
require golang.org/x/sys v0.27.0
require golang.org/x/sys v0.30.0