mirror of
https://github.com/Picocrypt/CLI.git
synced 2026-03-11 14:44:23 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.40.0. - [Commits](https://github.com/golang/crypto/compare/v0.37.0...v0.40.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
493 B
Modula-2
19 lines
493 B
Modula-2
module github.com/Picocrypt/CLI/picocrypt
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/Picocrypt/infectious v0.0.0-20250412183341-9f88c6307b39
|
|
github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7
|
|
github.com/schollz/progressbar/v3 v3.18.0
|
|
golang.org/x/crypto v0.40.0
|
|
golang.org/x/term v0.33.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.34.0 // indirect
|
|
)
|