Skip to content

Commit

Permalink
workaround for goautoneg dependency issue with go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Mar 19, 2019
1 parent 71fcbf0 commit 821691e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ replace (
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.0.0-20190202012332-e37a94925e5c
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20180711000925-0cf8f7e6ed1d
)

// So we don't need to install mercurial
exclude ./vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg v0.0.0

0 comments on commit 821691e

Please sign in to comment.