Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
35 lines (33 loc) · 1.26 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (33 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
modulegithub.com/fingcloud/cli
go1.16
require (
github.com/AlecAivazis/survey/v2v2.3.5
github.com/Delta456/box-cli-maker/v2v2.2.2
github.com/Masterminds/goutilsv1.1.1// indirect
github.com/Masterminds/semverv1.5.0// indirect
github.com/Masterminds/sprigv2.22.0+incompatible
github.com/avast/retry-gov3.0.0+incompatible
github.com/blang/semver/v4v4.0.0
github.com/dustin/go-humanizev1.0.0
github.com/fatih/colorv1.13.0// indirect
github.com/google/uuidv1.3.0// indirect
github.com/gosuri/uilivev0.0.4
github.com/huandu/xstringsv1.3.2// indirect
github.com/imdario/mergov0.3.13// indirect
github.com/logrusorgru/aurora/v3v3.0.0
github.com/mattn/go-colorablev0.1.12// indirect
github.com/mitchellh/copystructurev1.2.0// indirect
github.com/mitchellh/go-homedirv1.1.0
github.com/pelletier/go-tomlv1.9.5
github.com/pkg/browserv0.0.0-20210911075715-681adbf594b8
github.com/r6m/spinnerv0.5.8
github.com/sabhiram/go-gitignorev0.0.0-20210923224102-525f6e181f06
github.com/schollz/progressbar/v3v3.10.1
github.com/spf13/cobrav1.5.0
github.com/spf13/pflagv1.0.5
github.com/thoas/go-funkv0.9.2
go.uber.org/atomicv1.10.0
golang.org/x/cryptov0.0.0-20210817164053-32db794688a5// indirect
golang.org/x/textv0.3.7
gopkg.in/yaml.v3v3.0.1
)