2024-06-01 18:39:10 +00:00
|
|
|
module github.com/Picocrypt/CLI/picocrypt
|
2024-06-01 18:35:01 +00:00
|
|
|
|
2025-04-13 00:13:17 +00:00
|
|
|
go 1.24.0
|
|
|
|
|
|
|
|
|
|
toolchain go1.24.1
|
2025-02-24 23:16:29 +00:00
|
|
|
|
2024-06-01 18:35:01 +00:00
|
|
|
require (
|
2025-04-13 00:13:17 +00:00
|
|
|
github.com/Picocrypt/infectious v0.0.0-20250412183341-9f88c6307b39
|
2024-08-30 23:41:07 +00:00
|
|
|
github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7
|
2025-01-10 03:48:57 +00:00
|
|
|
github.com/schollz/progressbar/v3 v3.18.0
|
2025-07-11 04:08:33 +00:00
|
|
|
golang.org/x/crypto v0.40.0
|
|
|
|
|
golang.org/x/term v0.33.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
|
2025-07-11 04:08:33 +00:00
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
2024-06-01 18:35:01 +00:00
|
|
|
)
|