Skip to content

Commit 50229d3

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 6a0b31e commit 50229d3

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,11 +1,13 @@
11
module main
22

3-
go 1.23.0
3+
go 1.24.0
44

55
toolchain go1.24.10
66

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

0 commit comments

Comments
 (0)