We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d2b679 + 9cff532 commit 9170460Copy full SHA for 9170460
go.mod
@@ -3,10 +3,8 @@ module github.com/tjfoc/gmsm
3
go 1.15
4
5
require (
6
- github.com/emmansun/gmsm v0.11.2
+ github.com/emmansun/gmsm v0.11.3
7
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
8
)
9
10
-replace (
11
- github.com/emmansun/gmsm v0.11.2 => github.com/easyops-cn/emmansun-gmsm hack // TODO: update test certs and remove this hack
12
-)
+replace github.com/emmansun/gmsm => github.com/easyops-cn/emmansun-gmsm hack // TODO: update test certs and remove this hack
0 commit comments