Skip to content

Commit 821691e

Browse files
committed
workaround for goautoneg dependency issue with go mod
1 parent 71fcbf0 commit 821691e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ replace (
9797
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20190202012332-e37a94925e5c
9898
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
9999
)
100+
101+
// So we don't need to install mercurial
102+
exclude ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg v0.0.0

0 commit comments

Comments
 (0)