common/go.mod
dependabot[bot] b4aea38e0b
Bump golang.org/x/crypto from 0.14.0 to 0.15.0 (#20)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.15.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-11-09 09:00:16 -08:00

17 lines
270 B
Modula-2

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