# Conflicts:
#	go.mod
This commit is contained in:
Emman 2021-10-08 13:37:14 +08:00
commit 4c25579429

4
go.mod
View File

@ -3,6 +3,6 @@ module github.com/emmansun/gmsm
go 1.14 go 1.14
require ( require (
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 golang.org/x/sys v0.0.0-20210917161153-d61c044b1678
) )