File tree 2 files changed +293
-11
lines changed
2 files changed +293
-11
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
code.cloudfoundry.org/cli v6.51.0+incompatible
7
7
github.com/Masterminds/semver v1.5.0 // indirect
8
- github.com/cloudfoundry-community/go-cfclient v0.0.0-20200413172050-18981bf12b4b
9
- github.com/google/go-cmp v0 .4.1 // indirect
8
+ github.com/cloudfoundry-community/go-cfclient v0.0.0-20201023184446-5cf5e1c3862d
9
+ github.com/golang/protobuf v1 .4.3 // indirect
10
10
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
11
11
github.com/kr/text v0.2.0 // indirect
12
12
github.com/mattn/go-runewidth v0.0.9 // indirect
@@ -19,11 +19,9 @@ require (
19
19
github.com/smartystreets/assertions v1.1.0 // indirect
20
20
github.com/smartystreets/goconvey v1.6.4 // indirect
21
21
github.com/stretchr/testify v1.6.0 // indirect
22
- golang.org/x/net v0.0.0-20200528225125-3c3fba18258b // indirect
23
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
24
- golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
25
- google.golang.org/appengine v1.6.6 // indirect
26
- google.golang.org/protobuf v1.24.0 // indirect
22
+ golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
23
+ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
24
+ google.golang.org/appengine v1.6.7 // indirect
27
25
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
28
26
gopkg.in/yaml.v3 v3.0.0-20200601152816-913338de1bd2 // indirect
29
27
)
You can’t perform that action at this time.
0 commit comments