Skip to content

Commit 3391e46

Browse files
committed
fix(modules): update replaces fields
1 parent 9ba3512 commit 3391e46

File tree

3 files changed

+152
-152
lines changed

3 files changed

+152
-152
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ counterfeiter := $(GOBIN)/counterfeiter
1313
mockgen := $(GOBIN)/mockgen
1414
IMAGE_REPO := quay.io/operator-framework/olm
1515
IMAGE_TAG ?= "dev"
16-
KUBE_DEPS := api apiextensions-apiserver apimachinery code-generator kube-aggregator kubernetes
17-
KUBE_RELEASE := release-1.11
16+
KUBE_DEPS := api apiserver apimachinery apiextensions-apiserver kube-aggregator code-generator
17+
KUBE_RELEASE := release-1.12
1818

1919
.PHONY: build test run clean vendor schema-check \
2020
vendor-update coverage coverage-html e2e .FORCE
@@ -93,6 +93,7 @@ e2e-local-docker:
9393
# kube dependencies all should be at the same release and should match up with client go
9494
# go.mod currently doesn't support specifying a branch name to track, and kube isn't publishing good version tags
9595
$(KUBE_DEPS):
96+
go get -m k8s.io/kubernetes@v`echo $(KUBE_RELEASE) | cut -d "-" -f2`
9697
go get -m k8s.io/$@@$(KUBE_RELEASE)
9798

9899
vendor: $(KUBE_DEPS)

go.mod

+44-46
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,68 @@
11
module github.com/operator-framework/operator-lifecycle-manager
22

3+
go 1.12
4+
35
require (
46
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
5-
github.com/Sirupsen/logrus v0.0.0-00010101000000-000000000000 // indirect
6-
github.com/coreos/bbolt v1.3.2 // indirect
77
github.com/coreos/etcd v3.3.12+incompatible // indirect
88
github.com/coreos/go-semver v0.2.0
9-
github.com/coreos/go-systemd v0.0.0-20190204112023-081494f7ee4f // indirect
9+
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
1010
github.com/docker/distribution v2.7.1+incompatible // indirect
11-
github.com/docker/docker v1.13.1 // indirect
12-
github.com/emicklei/go-restful v2.9.0+incompatible // indirect
13-
github.com/evanphx/json-patch v4.1.1-0.20190203023257-5858425f7550+incompatible // indirect
11+
github.com/docker/docker v0.7.3-0.20190408204253-7e03619c1c71 // indirect
12+
github.com/emicklei/go-restful v2.9.3+incompatible // indirect
1413
github.com/ghodss/yaml v1.0.0
15-
github.com/go-openapi/spec v0.17.2
16-
github.com/go-openapi/strfmt v0.19.0 // indirect
17-
github.com/go-openapi/validate v0.19.0 // indirect
14+
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
15+
github.com/go-openapi/analysis v0.17.2 // indirect
16+
github.com/go-openapi/errors v0.17.2 // indirect
17+
github.com/go-openapi/loads v0.17.2 // indirect
18+
github.com/go-openapi/runtime v0.17.2 // indirect
19+
github.com/go-openapi/spec v0.19.0
1820
github.com/gogo/protobuf v1.2.0 // indirect
1921
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
20-
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
21-
github.com/golang/mock v1.1.1
22+
github.com/golang/mock v1.2.0
2223
github.com/google/btree v1.0.0 // indirect
23-
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
24-
github.com/grpc-ecosystem/grpc-gateway v1.7.0 // indirect
24+
github.com/google/go-cmp v0.2.0 // indirect
25+
github.com/google/gofuzz v1.0.0 // indirect
26+
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
2527
github.com/json-iterator/go v1.1.6 // indirect
26-
github.com/maxbrunsfeld/counterfeiter v0.0.0-20181017030959-1aadac120687
27-
github.com/openshift/api v3.9.1-0.20190321190659-71fdeba18656+incompatible
28-
github.com/openshift/client-go v0.0.0-20190313214351-8ae2a9c33ba2
29-
github.com/operator-framework/operator-registry v1.0.6
30-
github.com/pkg/errors v0.8.0
31-
github.com/prometheus/client_golang v0.9.1
32-
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f // indirect
33-
github.com/prometheus/common v0.2.0 // indirect
34-
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 // indirect
35-
github.com/sirupsen/logrus v1.2.0
28+
github.com/onsi/ginkgo v1.8.0 // indirect
29+
github.com/onsi/gomega v1.5.0 // indirect
30+
github.com/openshift/api v3.9.1-0.20190401220125-3a6077f1f910+incompatible
31+
github.com/openshift/client-go v0.0.0-20190401163519-84c2b942258a
32+
github.com/operator-framework/operator-registry v1.1.0
33+
github.com/pkg/errors v0.8.1
34+
github.com/prometheus/client_golang v0.9.2
35+
github.com/sirupsen/logrus v1.4.1
3636
github.com/spf13/cobra v0.0.3
3737
github.com/stretchr/testify v1.2.2
38-
go.etcd.io/bbolt v1.3.2 // indirect
39-
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
40-
google.golang.org/grpc v1.16.0
38+
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
39+
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
40+
google.golang.org/appengine v1.5.0 // indirect
41+
google.golang.org/grpc v1.19.1
42+
gotest.tools v2.2.0+incompatible // indirect
4143
k8s.io/api v0.0.0-20190118113203-912cbe2bfef3
42-
k8s.io/apiextensions-apiserver v0.0.0-20190223021643-57c81b676ab1
43-
k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841
44-
k8s.io/apiserver v0.0.0-20181026151315-13cfe3978170
45-
k8s.io/client-go v8.0.0+incompatible
44+
k8s.io/apiextensions-apiserver v0.0.0-20190221101132-cda7b6cfba78
45+
k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc
46+
k8s.io/apiserver v0.0.0-20190402012035-5e1c1f41ee34
47+
k8s.io/client-go v11.0.0+incompatible
4648
k8s.io/code-generator v0.0.0-20181203235156-f8cba74510f3
47-
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6 // indirect
49+
k8s.io/gengo v0.0.0-20190327210449-e17681d19d3a // indirect
4850
k8s.io/klog v0.2.0 // indirect
49-
k8s.io/kube-aggregator v0.0.0-20190223015803-f706565beac0
50-
k8s.io/kube-openapi v0.0.0-20181031203759-72693cb1fadd
51+
k8s.io/kube-aggregator v0.0.0-20190221095344-e77f03c95d65
52+
k8s.io/kube-openapi v0.0.0-20190401085232-94e1e7b7574c
5153
k8s.io/kubernetes v1.12.7
54+
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
5255
)
5356

5457
replace (
55-
// This is necessary due to the combination of logrus casing changing
56-
// without bumping the major version and the extremely old version of
57-
// docker that's being pulled in.
58-
// original breakage - https://github.com/sirupsen/logrus/issues/451
59-
// breakage explanation - https://github.com/golang/go/issues/26208#issuecomment-411955266
60-
github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.1.0
61-
// all of the below are using the kubernetes-1.12.7 tag
62-
// remember to bump kubernetes above also when upgrading
63-
k8s.io/api => k8s.io/api v0.0.0-20190325144926-266ff08fa05d
64-
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190325151511-42d4d5ce2c84
58+
// pin kube dependencies to release-1.12 branch
59+
github.com/evanphx/json-patch => github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
60+
k8s.io/api => k8s.io/api v0.0.0-20181128191700-6db15a15d2d3
61+
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.0.0-20190221101132-cda7b6cfba78
6562
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190221084156-01f179d85dbc
66-
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190325150012-164c02b49fbe
67-
k8s.io/client-go => k8s.io/client-go v2.0.0-alpha.0.0.20190325145348-5392b64e5c0b+incompatible
63+
k8s.io/apiserver => k8s.io/apiserver v0.0.0-20190402012035-5e1c1f41ee34
64+
k8s.io/client-go => k8s.io/client-go v0.0.0-20190228133956-77e032213d34
6865
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20181128191024-b1289fc74931
69-
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20190325150400-0a029fc09217
66+
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20190221095344-e77f03c95d65
67+
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
7068
)

0 commit comments

Comments
 (0)