Up go to 1.22.3, up crypto to 0.21.0

This commit is contained in:
albexk 2024-05-21 18:03:30 +03:00 committed by pokamest
parent c00bda9200
commit 87d8c00f86
2 changed files with 7 additions and 7 deletions

6
go.mod
View file

@ -1,12 +1,12 @@
module github.com/amnezia-vpn/amneziawg-go
go 1.20
go 1.22.3
require (
github.com/tevino/abool/v2 v2.1.0
golang.org/x/crypto v0.19.0
golang.org/x/crypto v0.21.0
golang.org/x/net v0.21.0
golang.org/x/sys v0.17.0
golang.org/x/sys v0.18.0
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259
)