Skip to content

Commit

Permalink
go.mod: Update dependencies
Browse files Browse the repository at this point in the history
github.com/golang/protobuf v1.5.1 -> v1.5.2
github.com/prometheus/client_golang v1.10.0 -> v1.11.0
github.com/prometheus/common v0.19.0 -> v0.30.0
github.com/prometheus/exporter-toolkit v0.5.1 -> v0.6.1

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Aug 4, 2021
1 parent 0dc0ac8 commit ed2c399
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 230 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ module github.com/prometheus/pushgateway

require (
github.com/go-kit/log v0.1.0
github.com/golang/protobuf v1.5.1
github.com/golang/protobuf v1.5.2
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.19.0
github.com/prometheus/exporter-toolkit v0.5.1
github.com/prometheus/common v0.30.0
github.com/prometheus/exporter-toolkit v0.6.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
gopkg.in/alecthomas/kingpin.v2 v2.2.6
Expand Down

0 comments on commit ed2c399

Please sign in to comment.