Bump crypto, net, sys modules to the latest versions
This commit is contained in:
parent
8bcfbac230
commit
59101fd202
2 changed files with 8 additions and 3 deletions
6
go.mod
6
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue