Skip to content

Commit 64fece7

Browse files
committedSep 24, 2019
chore(deps): bump to kube 1.16
1 parent 8b7664d commit 64fece7

File tree

1,082 files changed

+205053
-66619
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,082 files changed

+205053
-66619
lines changed
 

‎go.mod

+15-16
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,26 @@ module github.com/operator-framework/operator-registry
33
require (
44
github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6
55
github.com/ghodss/yaml v1.0.0
6-
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect
7-
github.com/golang/mock v1.1.1
8-
github.com/golang/protobuf v1.2.0
9-
github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17 // indirect
6+
github.com/golang/mock v1.2.0
7+
github.com/golang/protobuf v1.3.1
8+
github.com/googleapis/gnostic v0.2.0 // indirect
109
github.com/grpc-ecosystem/grpc-health-probe v0.2.1-0.20181220223928-2bf0a5b182db
1110
github.com/imdario/mergo v0.3.7 // indirect
1211
github.com/mattn/go-sqlite3 v1.10.0
13-
github.com/modern-go/reflect2 v1.0.1 // indirect
14-
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190125151539-1e295784b30a
12+
github.com/operator-framework/operator-lifecycle-manager v3.11.0+incompatible
1513
github.com/otiai10/copy v1.0.1
1614
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
17-
github.com/sirupsen/logrus v1.2.0
18-
github.com/spf13/cobra v0.0.3
19-
github.com/stretchr/testify v1.2.2
20-
golang.org/x/net v0.0.0-20190311183353-d8887717615a
21-
golang.org/x/oauth2 v0.0.0-20181105165119-ca4130e427c7
15+
github.com/sirupsen/logrus v1.4.2
16+
github.com/spf13/cobra v0.0.5
17+
github.com/stretchr/testify v1.3.0
18+
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
19+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
2220
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
2321
google.golang.org/grpc v1.23.0
24-
gopkg.in/yaml.v2 v2.2.1
25-
k8s.io/api v0.0.0-20190118113203-912cbe2bfef3
26-
k8s.io/apiextensions-apiserver v0.0.0-20181204003618-e419c5771cdc
27-
k8s.io/apimachinery v0.0.0-20190118094746-1525e4dadd2d
28-
k8s.io/client-go v8.0.0+incompatible
22+
gopkg.in/inf.v0 v0.9.1 // indirect
23+
gopkg.in/yaml.v2 v2.2.2
24+
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
25+
k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
26+
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
27+
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90
2928
)

‎go.sum

+285-127
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)