Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/prometheus/client_golang from 1.0.0 to 1.11.1 #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ require (
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/jarcoal/httpmock v1.0.8
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_golang v1.11.1
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
gotest.tools v2.2.0+incompatible
)

require (
github.com/beorn7/perks v1.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cucumber/gherkin-go/v13 v13.0.0 // indirect
github.com/cucumber/messages-go/v12 v12.0.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
Expand All @@ -25,9 +26,9 @@ require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.2 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.26.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
google.golang.org/protobuf v1.23.0 // indirect
google.golang.org/protobuf v1.26.0-rc.1 // indirect
)
Loading