Skip to content

Commit

Permalink
Bump github.com/emmansun/gmsm from 0.29.0 to 0.29.1
Browse files Browse the repository at this point in the history
Bumps [github.com/emmansun/gmsm](https://github.com/emmansun/gmsm) from 0.29.0 to 0.29.1.
- [Release notes](https://github.com/emmansun/gmsm/releases)
- [Commits](emmansun/gmsm@v0.29.0...v0.29.1)

---
updated-dependencies:
- dependency-name: github.com/emmansun/gmsm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent bbe73ae commit f2a47c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module github.com/emmansun/sm2rsign

go 1.18

require github.com/emmansun/gmsm v0.29.0
require github.com/emmansun/gmsm v0.29.1

require (
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/emmansun/gmsm v0.29.0 h1:Xi6/C5TYeeivnHk7pQgr4/TsJJZji9VAoGHOPP1He3U=
github.com/emmansun/gmsm v0.29.0/go.mod h1:tY7xJTZOnUxKJtcyvDlvezuyeF+DoiO4r1RzyV9hN6Y=
golang.org/x/crypto v0.27.0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A=
golang.org/x/crypto v0.27.0/go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70=
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
github.com/emmansun/gmsm v0.29.1 h1:GHb9bg/EuLzDf13cbIkBs9UPZtrJFpBV+y1y3I1Uvhw=
github.com/emmansun/gmsm v0.29.1/go.mod h1:svdaYetBlVvzaj05nJ5dziOM1rp3HD/8wpC53pmQm0U=
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit f2a47c6

Please sign in to comment.