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

build(deps): Bump github.com/prometheus/client_golang from 1.8.0 to 1.10.0 #40

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions go.mod
Expand Up @@ -8,10 +8,8 @@ require (
github.com/Workiva/go-datastructures v1.0.52
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cbergoon/merkletree v0.2.0
github.com/confio/ics23/go v0.6.3
github.com/cosmos/iavl v0.15.0
github.com/ethereum/go-ethereum v1.8.26
github.com/fortytw2/leaktest v1.3.0
github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
Expand All @@ -21,17 +19,15 @@ require (
github.com/gtank/merlin v0.1.1
github.com/hdevalence/ed25519consensus v0.0.0-20200813231810-1694d75e712a
github.com/libp2p/go-buffer-pool v0.0.2
github.com/miguelmota/go-solidity-sha3 v0.1.0
github.com/minio/highwayhash v1.0.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/client_golang v1.10.0
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/rs/cors v1.7.0
github.com/sasha-s/go-deadlock v0.2.0
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/square/certstrap v1.2.0 // indirect
github.com/stretchr/testify v1.6.1
github.com/tendermint/tm-db v0.6.3
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
Expand Down