gmsm/go.mod
dependabot[bot] c2d16dcda5
build(deps): bump golang.org/x/crypto from 0.5.0 to 0.6.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 00:11:35 +00:00

9 lines
107 B
Modula-2

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