mirror of
https://github.com/Picocrypt/CLI.git
synced 2026-03-11 14:44:23 +00:00
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/schollz/progressbar/releases) - [Commits](https://github.com/schollz/progressbar/compare/v3.17.0...v3.17.1) --- updated-dependencies: - dependency-name: github.com/schollz/progressbar/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
473 B
Modula-2
17 lines
473 B
Modula-2
module github.com/Picocrypt/CLI/picocrypt
|
|
|
|
go 1.22.3
|
|
|
|
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.17.1
|
|
golang.org/x/crypto v0.29.0
|
|
golang.org/x/term v0.26.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.27.0 // indirect
|
|
)
|