Skip to content

Commit

Permalink
[chore] update deps (#9717)
Browse files Browse the repository at this point in the history
The following dependencies were updated:
- Bump go.uber.org/goleak from 1.1.11 to 1.1.12 in /processor/tailsamplingprocessor
- Bump github.com/DataDog/datadog-agent/pkg/quantile from 0.35.0 to 0.35.1 in /exporter/datadogexporter
  • Loading branch information
Alex Boten authored May 3, 2022
1 parent b32af03 commit 92ab551
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
github.com/DataDog/agent-payload/v5 v5.0.20 // indirect
github.com/DataDog/datadog-agent/pkg/quantile v0.35.0 // indirect
github.com/DataDog/datadog-agent/pkg/quantile v0.35.1 // indirect
github.com/DataDog/datadog-agent/pkg/trace/exportable v0.0.0-20201016145401-4646cf596b02 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.0.0-20201009092105-58e18918b2db // indirect
github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

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

2 changes: 1 addition & 1 deletion exporter/datadogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/DataDog/agent-payload/v5 v5.0.20
github.com/DataDog/datadog-agent/pkg/quantile v0.35.0
github.com/DataDog/datadog-agent/pkg/quantile v0.35.1
github.com/DataDog/datadog-agent/pkg/trace/exportable v0.0.0-20201016145401-4646cf596b02
github.com/aws/aws-sdk-go v1.43.45
github.com/cenkalti/backoff/v4 v4.1.3
Expand Down
4 changes: 2 additions & 2 deletions exporter/datadogexporter/go.sum

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ require (
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/ClickHouse/clickhouse-go v1.5.4 // indirect
github.com/DataDog/agent-payload/v5 v5.0.20 // indirect
github.com/DataDog/datadog-agent/pkg/quantile v0.35.0 // indirect
github.com/DataDog/datadog-agent/pkg/quantile v0.35.1 // indirect
github.com/DataDog/datadog-agent/pkg/trace/exportable v0.0.0-20201016145401-4646cf596b02 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.0.0-20201009092105-58e18918b2db // indirect
github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

2 changes: 1 addition & 1 deletion processor/tailsamplingprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
go.opencensus.io v0.23.0
go.opentelemetry.io/collector v0.50.1-0.20220429151328-041f39835df7
go.opentelemetry.io/collector/pdata v0.50.1-0.20220429151328-041f39835df7
go.uber.org/goleak v1.1.11
go.uber.org/goleak v1.1.12
go.uber.org/zap v1.21.0
)

Expand Down
3 changes: 2 additions & 1 deletion processor/tailsamplingprocessor/go.sum

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

0 comments on commit 92ab551

Please sign in to comment.