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/open-telemetry/opentelemetry-log-collection from 0.22.0 to 0.23.0 in /receiver/udplogreceiver #71

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
10 changes: 5 additions & 5 deletions receiver/udplogreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.17

require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/stanza v0.38.0
github.com/open-telemetry/opentelemetry-log-collection v0.22.0
github.com/open-telemetry/opentelemetry-log-collection v0.23.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.38.1-0.20211103215828-cffbecb2ac9e
go.opentelemetry.io/collector v0.39.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -16,7 +16,7 @@ require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/knadh/koanf v1.3.0 // indirect
github.com/knadh/koanf v1.3.2 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.4.2 // indirect
Expand All @@ -27,14 +27,14 @@ require (
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/cast v1.4.1 // indirect
go.opentelemetry.io/collector/model v0.38.1-0.20211103215828-cffbecb2ac9e // indirect
go.opentelemetry.io/collector/model v0.39.0 // indirect
go.opentelemetry.io/otel v1.1.0 // indirect
go.opentelemetry.io/otel/metric v0.24.0 // indirect
go.opentelemetry.io/otel/trace v1.1.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1 // indirect
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
golang.org/x/text v0.3.7 // indirect
gonum.org/v1/gonum v0.9.3 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
Expand Down
32 changes: 26 additions & 6 deletions receiver/udplogreceiver/go.sum

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