gmsm/go.mod
dependabot[bot] a91b6cbaae
build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.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>
2024-05-06 23:46:31 +00:00

9 lines
109 B
Modula-2

module github.com/emmansun/gmsm
go 1.18
require (
golang.org/x/crypto v0.23.0
golang.org/x/sys v0.20.0
)