forked from pivotal-cf/kiln
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (44 loc) · 2.19 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
41
42
43
44
45
46
module github.com/pivotal-cf/kiln
go 1.12
require (
code.cloudfoundry.org/clock v1.0.0 // indirect
code.cloudfoundry.org/tlsconfig v0.0.0-20200125003142-b5ccaa4fedfc // indirect
github.com/Masterminds/semver v1.5.0
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aws/aws-sdk-go v1.25.38
github.com/bmatcuk/doublestar v1.2.2 // indirect
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1
github.com/cloudfoundry/bosh-cli v6.2.0+incompatible
github.com/cloudfoundry/bosh-utils v0.0.0-20200125100212-7d4d758c7210
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.2.0 // indirect
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/uuid v1.1.1
github.com/jpillora/backoff v1.0.0 // indirect
github.com/matt-royal/biloba v0.1.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.11.0
github.com/onsi/gomega v1.8.0
github.com/pivotal-cf-experimental/gomegamatchers v0.0.0-20180326192815-e36bfcc98c3a
github.com/pivotal-cf/go-pivnet/v2 v2.0.11
github.com/pivotal-cf/jhanda v0.0.0-20191113141013-9cb1997202c0
github.com/pivotal-cf/paraphernalia v0.0.0-20180203224945-a64ae2051c20 // indirect
github.com/shirou/gopsutil v2.19.10+incompatible // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/yaml.v2 v2.2.7
)