Bump crypto, net, sys modules to the latest versions

This commit is contained in:
albexk 2024-02-10 16:02:05 +03:00 committed by pokamest
parent 8bcfbac230
commit 59101fd202
2 changed files with 8 additions and 3 deletions

6
go.mod
View file

@ -4,9 +4,9 @@ go 1.20
require (
github.com/tevino/abool/v2 v2.1.0
golang.org/x/crypto v0.13.0
golang.org/x/net v0.15.0
golang.org/x/sys v0.12.0
golang.org/x/crypto v0.19.0
golang.org/x/net v0.21.0
golang.org/x/sys v0.17.0
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259
)