Picocrypt/cli/v2/picocrypt/go.mod

18 lines
522 B
Modula-2
Raw Normal View History

2024-04-26 02:11:57 +12:00
module github.com/HACKERALERT/Picocrypt/cli/v2/picocrypt
go 1.22.2
require (
github.com/HACKERALERT/infectious v0.0.0-20240424200929-b9ce72346a19
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
2024-04-26 10:07:42 +12:00
github.com/schollz/progressbar/v3 v3.14.2
2024-04-26 02:11:57 +12:00
golang.org/x/crypto v0.22.0
golang.org/x/term v0.19.0
)
2024-04-26 10:07:42 +12:00
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.19.1-0.20240416221847-9a28524796a5 // indirect
)