-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (33 loc) · 1.26 KB
/
go.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
module github.com/fingcloud/cli
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.3.5
github.com/Delta456/box-cli-maker/v2 v2.2.2
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/avast/retry-go v3.0.0+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.13.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gosuri/uilive v0.0.4
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.9.5
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/r6m/spinner v0.5.8
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/schollz/progressbar/v3 v3.10.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/thoas/go-funk v0.9.2
go.uber.org/atomic v1.10.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/text v0.3.7
gopkg.in/yaml.v3 v3.0.1
)