Skip to content

Commit 123becc

Browse files
Bump golang.org/x/crypto from 0.10.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.17.0. - [Commits](golang/crypto@v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b57550 commit 123becc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module scw-2fa-init
22

33
go 1.20
44

5-
require golang.org/x/crypto v0.10.0
5+
require golang.org/x/crypto v0.17.0
66

77
require (
8-
golang.org/x/sys v0.9.0 // indirect
9-
golang.org/x/term v0.9.0 // indirect
8+
golang.org/x/sys v0.15.0 // indirect
9+
golang.org/x/term v0.15.0 // indirect
1010
)

0 commit comments

Comments
 (0)