2024-06-01 18:39:10 +00:00
|
|
|
module github.com/Picocrypt/CLI/picocrypt
|
2024-06-01 18:35:01 +00:00
|
|
|
|
2024-06-01 18:42:01 +00:00
|
|
|
go 1.22.3
|
2024-06-01 18:35:01 +00:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/HACKERALERT/infectious v0.0.0-20240424200929-b9ce72346a19
|
|
|
|
|
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
|
2024-07-08 00:07:36 +00:00
|
|
|
github.com/schollz/progressbar/v3 v3.14.4
|
2024-07-08 00:57:56 +00:00
|
|
|
golang.org/x/crypto v0.25.0
|
2024-07-08 00:23:02 +00:00
|
|
|
golang.org/x/term v0.22.0
|
2024-06-01 18:35:01 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-07-08 00:23:02 +00:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
2024-06-01 18:35:01 +00:00
|
|
|
)
|