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 go.opentelemetry.io/collector from 0.17.0 to 0.22.0 #915

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/golangci/golangci-lint v1.33.0
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
github.com/jstemmer/go-junit-report v0.9.1
github.com/moby/sys/mount v0.2.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.0.0-00010101000000-000000000000
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-00010101000000-000000000000
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsprometheusremotewriteexporter v0.0.0-00010101000000-000000000000
Expand Down Expand Up @@ -56,13 +57,13 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsperfcountersreceiver v0.0.0-00010101000000-000000000000
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zookeeperreceiver v0.0.0-00010101000000-000000000000
github.com/pavius/impi v0.0.3
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/tcnksm/ghr v0.13.0
go.opentelemetry.io/collector v0.17.0
go.opentelemetry.io/collector v0.22.0
go.opentelemetry.io/collector/cmd/issuegenerator v0.0.0-20201201185019-f4f68db25d1f
go.opentelemetry.io/collector/cmd/mdatagen v0.0.0-20201201185019-f4f68db25d1f
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba
honnef.co/go/tools v0.0.1-2020.1.6
golang.org/x/sys v0.0.0-20210217105451-b926d437f341
honnef.co/go/tools v0.1.1
)

// Replace references to modules that are in this repository with their relateive paths
Expand Down
Loading