@@ -3,13 +3,29 @@ module github.com/aegershman/cf-reverse-service-lookup-plugin
33go 1.13
44
55require (
6- code.cloudfoundry.org/cli v6.47.2+incompatible
7- github.com/cloudfoundry-community/go-cfclient v0.0.0-20190808214049-35bcce23fc5f
8- github.com/cloudfoundry/cli v6.47.2+incompatible
9- github.com/olekukonko/tablewriter v0.0.3
10- github.com/onsi/ginkgo v1.10.3 // indirect
11- github.com/onsi/gomega v1.7.1 // indirect
12- github.com/sirupsen/logrus v1.4.2
13- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
14- golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect
6+ code.cloudfoundry.org/cli v6.51.0+incompatible
7+ github.com/Masterminds/semver v1.5.0 // indirect
8+ github.com/cloudfoundry-community/go-cfclient v0.0.0-20200413172050-18981bf12b4b
9+ github.com/cloudfoundry/cli v6.51.0+incompatible
10+ github.com/fsnotify/fsnotify v1.4.9 // indirect
11+ github.com/golang/protobuf v1.4.1 // indirect
12+ github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
13+ github.com/kr/text v0.2.0 // indirect
14+ github.com/mattn/go-runewidth v0.0.9 // indirect
15+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
16+ github.com/olekukonko/tablewriter v0.0.4
17+ github.com/onsi/ginkgo v1.12.0 // indirect
18+ github.com/onsi/gomega v1.9.0 // indirect
19+ github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
20+ github.com/pkg/errors v0.9.1 // indirect
21+ github.com/sirupsen/logrus v1.6.0
22+ github.com/smartystreets/assertions v1.1.0 // indirect
23+ github.com/smartystreets/goconvey v1.6.4 // indirect
24+ github.com/stretchr/testify v1.5.1 // indirect
25+ golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
26+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
27+ golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
28+ google.golang.org/appengine v1.6.6 // indirect
29+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
30+ gopkg.in/yaml.v2 v2.2.8 // indirect
1531)
0 commit comments