forked from roots/trellis-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.43 KB
/
go.mod
File metadata and controls
32 lines (30 loc) · 1.43 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
module trellis-cli
require (
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
github.com/briandowns/spinner v0.0.0-20190126160308-b298438e1f0d
github.com/digitalocean/godo v1.7.3
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/fatih/color v1.7.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/manifoldco/promptui v0.3.3-0.20190214151314-7150aa4d998c
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/pierrec/lz4 v2.0.5+incompatible // indirect
github.com/posener/complete v1.1.1
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect
github.com/ulikunitz/xz v0.5.5 // indirect
github.com/weppos/publicsuffix-go v0.4.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/ini.v1 v1.41.0
gopkg.in/yaml.v2 v2.2.2
)
go 1.13