mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.8.0 to 0.9.0. - [Commits](https://github.com/golang/sys/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.9.0
|
|
golang.org/x/sys v0.9.0
|
|
)
|