mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 18:26:17 +08:00
9 lines
107 B
Modula-2
9 lines
107 B
Modula-2
module github.com/emmansun/gmsm
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/crypto v0.2.0
|
|
golang.org/x/sys v0.2.0
|
|
)
|