-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathgo.mod
43 lines (41 loc) · 2.36 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
module github.com/cloudfoundry/cf-acceptance-tests
go 1.12
require (
code.cloudfoundry.org/archiver v0.0.0-20150428205605-f598990ddfed
code.cloudfoundry.org/go-diodes v0.0.0-20180905200951-72629b5276e3 // indirect
code.cloudfoundry.org/go-loggregator v7.3.0+incompatible
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
github.com/cloudfoundry-incubator/cf-test-helpers v1.0.1-0.20191216200933-cf8305784c93
github.com/cloudfoundry/custom-cats-reporters v0.0.0-20180629210428-75213ee79907
github.com/cloudfoundry/gosteno v0.0.0-20150423193413-0c8581caea35 // indirect
github.com/cloudfoundry/loggregatorlib v0.0.0-20160505035404-03bfd6ee4743 // indirect
github.com/cloudfoundry/noaa v0.0.0-20150515173136-f8b6ee8f2667
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect
github.com/elazarl/goproxy v0.0.0-20160412061739-970f4ed8995a // indirect
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/gogo/protobuf v0.0.0-20160511093445-c18eea6ad611 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/websocket v1.0.0 // indirect
github.com/honeycombio/libhoney-go v0.0.0-20180420154957-26d0d7dd8b07
github.com/kr/pretty v0.1.0 // indirect
github.com/mholt/archiver v2.0.0+incompatible
github.com/nwaples/rardecode v0.0.0-20171029023500-e06696f847ae // indirect
github.com/onsi/ginkgo v1.9.0
github.com/onsi/gomega v1.6.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/ulikunitz/xz v0.5.4 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/sys v0.0.0-20190826163724-acd9dae8e8cc // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.20.1 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)