Skip to content

Commit 71f837f

Browse files
committed
chore(modules): update version of OLM module and revendor
1 parent 3500c6c commit 71f837f

File tree

279 files changed

+2754
-25725
lines changed

Some content is hidden

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

279 files changed

+2754
-25725
lines changed

go.mod

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,39 @@
11
module github.com/operator-framework/operator-registry
22

33
require (
4+
bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c // indirect
5+
github.com/BurntSushi/toml v0.3.1 // indirect
6+
github.com/NYTimes/gziphandler v1.0.1 // indirect
7+
github.com/boltdb/bolt v1.3.1 // indirect
8+
github.com/coreos/bbolt v1.3.0 // indirect
9+
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
10+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
11+
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
12+
github.com/emicklei/go-restful-swagger12 v0.0.0-20170926063155-7524189396c6 // indirect
413
github.com/ghodss/yaml v1.0.0
5-
github.com/gogo/protobuf v1.2.0 // indirect
14+
github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect
615
github.com/golang/protobuf v1.2.0
7-
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
16+
github.com/gorilla/websocket v1.4.0 // indirect
17+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
818
github.com/grpc-ecosystem/grpc-health-probe v0.2.0
19+
github.com/hashicorp/golang-lru v0.5.0 // indirect
20+
github.com/imdario/mergo v0.3.7 // indirect
21+
github.com/jonboulle/clockwork v0.1.0 // indirect
922
github.com/mattn/go-sqlite3 v1.10.0
10-
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190105193533-81104ffdc4fb
11-
github.com/sirupsen/logrus v1.1.1
23+
github.com/modern-go/reflect2 v1.0.1 // indirect
24+
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190125151539-1e295784b30a
25+
github.com/sirupsen/logrus v1.2.0
26+
github.com/soheilhy/cmux v0.1.4 // indirect
1227
github.com/spf13/cobra v0.0.3
28+
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
1329
github.com/stretchr/testify v1.2.2
14-
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519
15-
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
30+
github.com/ugorji/go v1.1.1 // indirect
31+
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
32+
golang.org/x/oauth2 v0.0.0-20181105165119-ca4130e427c7 // indirect
33+
golang.org/x/tools v0.0.0-20181207222222-4c874b978acb // indirect
1634
google.golang.org/grpc v1.16.0
17-
k8s.io/api v0.0.0-20181203235848-2dd39edadc55
35+
k8s.io/api v0.0.0-20190118113203-912cbe2bfef3
1836
k8s.io/apiextensions-apiserver v0.0.0-20181204003618-e419c5771cdc
19-
k8s.io/apimachinery v0.0.0-20181203235515-3d8ee2261517
37+
k8s.io/apimachinery v0.0.0-20190118094746-1525e4dadd2d
2038
k8s.io/client-go v8.0.0+incompatible
2139
)

go.sum

Lines changed: 52 additions & 12 deletions
Large diffs are not rendered by default.

vendor/github.com/go-openapi/strfmt/.golangci.yml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/strfmt/default.go

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/strfmt/duration.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/mock/AUTHORS

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/golang/mock/CONTRIBUTORS

Lines changed: 0 additions & 37 deletions
This file was deleted.

vendor/github.com/golang/mock/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)