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/common from 0.30.0 to 0.41.0 #397

Open
wants to merge 1 commit into
base: master
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
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ require (
github.com/opentracing/opentracing-go v1.2.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.30.0
github.com/prometheus/procfs v0.6.0
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.41.0
github.com/prometheus/procfs v0.8.0
github.com/samuel/go-zookeeper v0.0.0-20200724154423-2164a8ac840e
github.com/shirou/gopsutil v3.21.5+incompatible
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.2
Expand All @@ -99,7 +99,7 @@ require (
github.com/smartystreets/goconvey v1.6.4
github.com/snowflakedb/gosnowflake v1.4.3
github.com/soniah/gosnmp v0.0.0-20190220004421-68e8beac0db9 // indirect; required; first version with go modules
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.0
github.com/tidwall/gjson v1.9.3 // indirect
github.com/tinylib/msgp v1.1.5 // indirect
github.com/ulule/deepcopier v0.0.0-20171107155558-ca99b135e50f
Expand All @@ -108,10 +108,10 @@ require (
github.com/x-cray/logrus-prefixed-formatter v0.5.2
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
go.etcd.io/etcd/client/v2 v2.305.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
golang.org/x/tools v0.1.2
golang.org/x/net v0.7.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
golang.org/x/sys v0.5.0
golang.org/x/tools v0.1.12
google.golang.org/grpc v1.40.0
gopkg.in/fatih/set.v0 v0.1.0
gopkg.in/go-playground/validator.v9 v9.29.1
Expand Down
Loading