Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 44f43ca

Browse files
committed
Remove “replace” for client-go dependency
Upstream prometheus-operator formerly had a corresponding “replace” directive, requiring rancher/types and all dependent repositories to do the same. As of prometheus-operator 0.41.0, this is no longer the case.
1 parent fe03f32 commit 44f43ca

File tree

395 files changed

+55496
-106518
lines changed

Some content is hidden

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

395 files changed

+55496
-106518
lines changed

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,22 @@ go 1.13
55
replace (
66
github.com/knative/pkg => github.com/rancher/pkg v0.0.0-20190514055449-b30ab9de040e
77
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
8-
k8s.io/client-go => k8s.io/client-go v0.18.0
98
)
109

1110
require (
12-
github.com/coreos/prometheus-operator v0.36.0
11+
github.com/coreos/prometheus-operator v0.41.0
1312
github.com/knative/pkg v0.0.0-20190817231834-12ee58e32cc8
1413
github.com/pkg/errors v0.9.1
1514
github.com/rancher/lasso v0.0.0-20200515155337-a34e1e26ad91
1615
github.com/rancher/norman v0.0.0-20200517050325-f53cae161640
1716
github.com/rancher/wrangler v0.6.2-0.20200515155908-1923f3f8ec3f
1817
github.com/rancher/wrangler-api v0.6.1-0.20200515193802-dcf70881b087
1918
github.com/sirupsen/logrus v1.4.2
20-
k8s.io/api v0.18.0
21-
k8s.io/apiextensions-apiserver v0.18.0
22-
k8s.io/apimachinery v0.18.0
23-
k8s.io/apiserver v0.18.0
24-
k8s.io/client-go v12.0.0+incompatible
19+
k8s.io/api v0.18.3
20+
k8s.io/apiextensions-apiserver v0.18.2
21+
k8s.io/apimachinery v0.18.3
22+
k8s.io/apiserver v0.18.2
23+
k8s.io/client-go v0.18.3
2524
k8s.io/gengo v0.0.0-20200114144118-36b2048a9120
2625
k8s.io/kube-aggregator v0.18.0
2726
)

go.sum

Lines changed: 474 additions & 51 deletions
Large diffs are not rendered by default.

vendor/github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1/bindata.go

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

vendor/github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1/crd_kinds.go

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

vendor/github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1/register.go

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

vendor/github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1/thanos_types.go

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

0 commit comments

Comments
 (0)