-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 879 Bytes
/
go.mod
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
module gitlab.com/merrittcorp/fspop
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/briandowns/spinner v1.12.0
github.com/disiqueira/gotree v1.0.0
github.com/fatih/color v1.10.0
github.com/google/uuid v1.2.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/imroc/req v0.3.0
github.com/jessevdk/go-flags v1.5.0
github.com/mitchellh/cli v1.1.2
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/mitchellh/gox v1.0.1
github.com/posener/complete v1.2.3
github.com/schollz/progressbar/v3 v3.8.1
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
gopkg.in/yaml.v2 v2.4.0
)