-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
40 lines (38 loc) · 1.73 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/starkandwayne/carousel
go 1.15
require (
code.cloudfoundry.org/clock v1.0.0 // indirect
code.cloudfoundry.org/credhub-cli v0.0.0-20210201140144-df587bb71e95
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
github.com/alvaroloes/enumer v1.1.2 // indirect
github.com/cloudboss/ofcourse v0.2.2
github.com/cloudfoundry/bosh-cli v6.4.1+incompatible
github.com/cloudfoundry/bosh-utils v0.0.0-20210130100352-ab14c90ad9f2
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4 // indirect
github.com/diegommm/tools v0.0.0-20200615184803-3999d51ad988 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/emirpasic/gods v1.12.0
github.com/gdamore/tcell/v2 v2.1.0
github.com/gonvenience/ytbx v1.4.0
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
github.com/homeport/dyff v1.2.3
github.com/jpillora/backoff v1.0.0 // indirect
github.com/karrick/tparse v2.4.2+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.15.2
github.com/onsi/gomega v1.11.0
github.com/pivotal-cf/paraphernalia v0.0.0-20180203224945-a64ae2051c20 // indirect
github.com/rivo/tview v0.0.0-20201215042513-a8048787f0c8
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
github.com/vito/go-interact v1.0.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
golang.org/x/term v0.0.0-20210317153231-de623e64d2a6 // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)