Skip to content

Commit 9170460

Browse files
author
徐胖
authored
Merge pull request #25 from easyops-cn/deps/github.com-emmansun-gmsm-0.x
fix(deps): update module github.com/emmansun/gmsm to v0.11.3
2 parents 0d2b679 + 9cff532 commit 9170460

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ module github.com/tjfoc/gmsm
33
go 1.15
44

55
require (
6-
github.com/emmansun/gmsm v0.11.2
6+
github.com/emmansun/gmsm v0.11.3
77
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
88
)
99

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-
)
10+
replace github.com/emmansun/gmsm => github.com/easyops-cn/emmansun-gmsm hack // TODO: update test certs and remove this hack

0 commit comments

Comments
 (0)