Skip to content

Commit a3fa599

Browse files
authored
Merge pull request #50 from singchia/dependabot/go_modules/golang.org/x/crypto-0.31.0
build(deps): bump golang.org/x/crypto from 0.17.0 to 0.31.0
2 parents 930548d + 60e3c22 commit a3fa599

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/singchia/go-hammer v0.0.2-0.20220516141917-9d83fc02d653
99
github.com/stretchr/testify v1.8.1
1010
github.com/vishvananda/netns v0.0.4
11-
golang.org/x/crypto v0.17.0
11+
golang.org/x/crypto v0.31.0
1212
)
1313

1414
require (
@@ -17,7 +17,7 @@ require (
1717
github.com/kr/pretty v0.3.0 // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
1919
github.com/rogpeppe/go-internal v1.9.0 // indirect
20-
golang.org/x/sys v0.15.0 // indirect
20+
golang.org/x/sys v0.28.0 // indirect
2121
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2222
gopkg.in/yaml.v3 v3.0.1 // indirect
2323
)

go.sum

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)