Merge pull request #229 from emmansun/dependabot/go_modules/golang.org/x/crypto-0.25.0

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0
This commit is contained in:
Sun Yimin 2024-07-09 07:51:55 +08:00 committed by GitHub
commit 7a545ef791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,6 +3,6 @@ module github.com/emmansun/gmsm
go 1.18
require (
golang.org/x/crypto v0.24.0
golang.org/x/crypto v0.25.0
golang.org/x/sys v0.22.0
)

4
go.sum
View File

@ -1,4 +1,4 @@
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30=
golang.org/x/crypto v0.25.0/go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M=
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=