mirror of
https://github.com/samuelncui/acp.git
synced 2026-01-07 11:45:15 +00:00
feat: add wildcard job
This commit is contained in:
5
go.mod
5
go.mod
@@ -9,10 +9,11 @@ require (
|
||||
github.com/json-iterator/go v1.1.12
|
||||
github.com/klauspost/cpuid/v2 v2.0.4
|
||||
github.com/minio/sha256-simd v1.0.0
|
||||
github.com/moby/sys/mountinfo v0.6.2
|
||||
github.com/modern-go/reflect2 v1.0.2
|
||||
github.com/samber/lo v1.38.1
|
||||
github.com/schollz/progressbar/v3 v3.10.1
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -21,5 +22,7 @@ require (
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||||
github.com/rivo/uniseg v0.3.4 // indirect
|
||||
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
|
||||
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
||||
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user