CLI/picocrypt/go.mod
2025-02-11 19:13:59 -05:00

17 lines
471 B
Modula-2

module github.com/Picocrypt/CLI/picocrypt
go 1.24
require (
github.com/Picocrypt/infectious v0.0.0-20240830233326-3a050f65f9ec
github.com/Picocrypt/serpent v0.0.0-20240830233833-9ad6ab254fd7
github.com/schollz/progressbar/v3 v3.18.0
golang.org/x/crypto v0.33.0
golang.org/x/term v0.29.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.30.0 // indirect
)