We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 930548d + 60e3c22 commit a3fa599Copy full SHA for a3fa599
go.mod
@@ -8,7 +8,7 @@ require (
8
github.com/singchia/go-hammer v0.0.2-0.20220516141917-9d83fc02d653
9
github.com/stretchr/testify v1.8.1
10
github.com/vishvananda/netns v0.0.4
11
- golang.org/x/crypto v0.17.0
+ golang.org/x/crypto v0.31.0
12
)
13
14
require (
@@ -17,7 +17,7 @@ require (
17
github.com/kr/pretty v0.3.0 // indirect
18
github.com/pmezard/go-difflib v1.0.0 // indirect
19
github.com/rogpeppe/go-internal v1.9.0 // indirect
20
- golang.org/x/sys v0.15.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
21
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
22
gopkg.in/yaml.v3 v3.0.1 // indirect
23
go.sum
0 commit comments