CLI/picocrypt/go.mod

18 lines
473 B
Modula-2
Raw Permalink Normal View History

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 (
2024-08-30 23:41:07 +00:00
github.com/Picocrypt/infectious v0.0.0-20240830233326-3a050f65f9ec
github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7
github.com/schollz/progressbar/v3 v3.17.1
golang.org/x/crypto v0.29.0
golang.org/x/term v0.26.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
golang.org/x/sys v0.27.0 // indirect
2024-06-01 18:35:01 +00:00
)