CLI/picocrypt/go.mod
dependabot[bot] ff0ddc5b7d
Bump golang.org/x/crypto from 0.23.0 to 0.25.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.25.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-07-08 00:57:56 +00:00

17 lines
477 B
Modula-2

module github.com/Picocrypt/CLI/picocrypt
go 1.22.3
require (
github.com/HACKERALERT/infectious v0.0.0-20240424200929-b9ce72346a19
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
github.com/schollz/progressbar/v3 v3.14.4
golang.org/x/crypto v0.25.0
golang.org/x/term v0.22.0
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.22.0 // indirect
)