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/common from 0.19.0 to 0.39.0 in /receiver/prometheusexecreceiver #2528

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
5 changes: 3 additions & 2 deletions receiver/prometheusexecreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/promet
go 1.14

require (
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/armon/go-metrics v0.3.3 // indirect
github.com/gogo/googleapis v1.3.0 // indirect
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
Expand All @@ -12,9 +13,9 @@ require (
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/prometheus/common v0.19.0
github.com/prometheus/common v0.39.0
github.com/prometheus/prometheus v1.8.2-0.20210217141258-a6be548dbc17
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector v0.22.1-0.20210313012550-03904de3dd61
go.uber.org/zap v1.16.0
gopkg.in/ini.v1 v1.57.0 // indirect
Expand Down
Loading