Skip to content

Commit fb631fe

Browse files
Bump golang.org/x/crypto from 0.35.0 to 0.45.0 in /lib/hpke/scripts
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.45.0. - [Commits](golang/crypto@v0.35.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c13d725 commit fb631fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/hpke/scripts/go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module main
22

3-
go 1.16
3+
go 1.24.0
44

55
require (
66
github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b
77
github.com/cloudflare/circl v1.3.7
8-
golang.org/x/crypto v0.35.0
8+
golang.org/x/crypto v0.45.0
99
)
10+
11+
require golang.org/x/sys v0.38.0 // indirect

0 commit comments

Comments
 (0)