Downgrade dependencies
This commit is contained in:
parent
75d0f348d5
commit
45cd03b8a1
2 changed files with 10 additions and 10 deletions
8
go.mod
8
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue