Merge pull request #293 from emmansun/dependabot/go_modules/golang.org/x/crypto-0.32.0

build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
This commit is contained in:
Sun Yimin 2025-01-07 07:53:00 +08:00 committed by GitHub
commit 5a0ff81dc3
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.31.0
golang.org/x/crypto v0.32.0
golang.org/x/sys v0.29.0
)

4
go.sum
View File

@ -1,4 +1,4 @@
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=