Downgrade dependencies

This commit is contained in:
世界 2026-05-17 19:34:11 +08:00
parent 75d0f348d5
commit 45cd03b8a1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 10 additions and 10 deletions

8
go.mod
View file

@ -1,10 +1,10 @@
module github.com/sagernet/wireguard-go
go 1.23.1
go 1.20
require (
golang.org/x/crypto v0.37.0
golang.org/x/net v0.39.0
golang.org/x/sys v0.32.0
golang.org/x/crypto v0.13.0
golang.org/x/net v0.15.0
golang.org/x/sys v0.12.0
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
)