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/semconv from 0.60.1-0.20220923151520-96e9af35c002 to 0.109.0 in /exporter/humioexporter #7025

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
7 changes: 3 additions & 4 deletions exporter/humioexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/humioe
go 1.18

require (
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
go.opentelemetry.io/collector/pdata v0.60.1-0.20220923151520-96e9af35c002
go.opentelemetry.io/collector/semconv v0.60.1-0.20220923151520-96e9af35c002
go.opentelemetry.io/collector/semconv v0.109.0

)

Expand All @@ -32,7 +32,7 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.15.10 // indirect
github.com/knadh/koanf v1.4.3 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
Expand Down Expand Up @@ -74,7 +74,6 @@ require (
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
17 changes: 7 additions & 10 deletions exporter/humioexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading