Skip to content

Commit

Permalink
deps: upgrade github.com/prometheus/client_golang to latest (play-wit…
Browse files Browse the repository at this point in the history
…h-docker#424)

Earlier versions transitively depend on a version of
github.com/matttproud/golang_protobuf_extensions which depends on the
now non-existent github.com/golang/protobuf/proto/testdata (breaking
change).
  • Loading branch information
myitcv authored Oct 6, 2020
1 parent 7fadf5b commit db603ec
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 53 deletions.
12 changes: 1 addition & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ require (
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/aws/aws-sdk-go v1.12.15
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/containerd/containerd v1.0.0-beta.2
github.com/docker/distribution v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible // indirect
github.com/docker/docker v1.4.2-0.20200309214505-aa6a9891b09c // indirect
Expand All @@ -23,10 +22,8 @@ require (
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect
github.com/go-openapi/spec v0.0.0-20171105074921-a4fa9574c7aa // indirect
github.com/go-openapi/swag v0.0.0-20171111214437-cf0bdb963811 // indirect
github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect
github.com/google/go-github v13.0.1-0.20171014143926-a021c14a5f19+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/handlers v1.3.0
Expand All @@ -35,22 +32,16 @@ require (
github.com/gorilla/websocket v1.2.0
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/huandu/facebook v2.1.0+incompatible // indirect
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/json-iterator/go v0.0.0-20171115153421-f7279a603ede // indirect
github.com/juju/ratelimit v1.0.1 // indirect
github.com/mailru/easyjson v0.0.0-20171120080333-32fa128f234d // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.0 // indirect
github.com/miekg/dns v0.0.0-20171019064225-822ae18e7187
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/common v0.0.0-20171006141418-1bab55dd05db // indirect
github.com/prometheus/procfs v0.0.0-20171017214025-a6e9df898b13 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/rs/xid v0.0.0-20170604230408-02dd45c33376
github.com/satori/go.uuid v1.1.1-0.20170321230731-5bf94b69c6b6
github.com/shirou/gopsutil v2.16.13-0.20170924065440-6e221c482653+incompatible
Expand All @@ -62,7 +53,6 @@ require (
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
golang.org/x/text v0.3.2
google.golang.org/api v0.26.0
google.golang.org/genproto v0.0.0-20200611194920-44ba362f84c1 // indirect
Expand Down
Loading

0 comments on commit db603ec

Please sign in to comment.