common/go.mod
dependabot[bot] f2f4b51076
Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#18)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/crypto/compare/v0.13.0...v0.14.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 02:41:36 -07:00

17 lines
270 B
Modula-2

module git.tcp.direct/kayos/common
go 1.19
require (
golang.org/x/crypto v0.14.0
nullprogram.com/x/rng v1.1.0
)
require golang.org/x/sys v0.13.0 // indirect
retract (
v0.9.1 // premature (race condition)
v0.9.0 // premature
v0.0.0-20220210125455-40e3d2190a52
)