gmsm/go.mod
dependabot[bot] 4cf67297c7
build(deps): bump golang.org/x/sys from 0.12.0 to 0.13.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/sys/compare/v0.12.0...v0.13.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>
2023-10-09 23:32:24 +00:00

9 lines
109 B
Modula-2

module github.com/emmansun/gmsm
go 1.16
require (
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.13.0
)