Skip to content

Commit f174477

Browse files
authored
Bump go-cfclient (#125)
* bump go-cfclient * go-cfclient
1 parent 9abc517 commit f174477

File tree

2 files changed

+293
-11
lines changed

2 files changed

+293
-11
lines changed

go.mod

+5-7
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.15
55
require (
66
code.cloudfoundry.org/cli v6.51.0+incompatible
77
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
1010
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
1111
github.com/kr/text v0.2.0 // indirect
1212
github.com/mattn/go-runewidth v0.0.9 // indirect
@@ -19,11 +19,9 @@ require (
1919
github.com/smartystreets/assertions v1.1.0 // indirect
2020
github.com/smartystreets/goconvey v1.6.4 // indirect
2121
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
2725
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2826
gopkg.in/yaml.v3 v3.0.0-20200601152816-913338de1bd2 // indirect
2927
)

0 commit comments

Comments
 (0)