mirror of
https://github.com/samuelncui/acp.git
synced 2025-12-23 05:05:15 +00:00
21 lines
630 B
Modula-2
21 lines
630 B
Modula-2
module github.com/abc950309/acp
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/minio/sha256-simd v1.0.0
|
|
github.com/schollz/progressbar/v3 v3.10.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.3.4 // indirect
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
|
|
)
|