Skip to content

Commit

Permalink
dependabot updates Wed 16 Mar 2022 17:59:03 PDT (#8540)
Browse files Browse the repository at this point in the history
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/awsprometheusremotewriteexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /exporter/awsxrayexporter
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /internal/aws/awsutil
Bump github.com/aws/aws-sdk-go from 1.43.17 to 1.43.20 in /internal/aws/xray/testdata/sampleapp
  • Loading branch information
Alex Boten authored Mar 17, 2022
1 parent 649e9de commit 31b27d6
Show file tree
Hide file tree
Showing 62 changed files with 91 additions and 99 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/apache/thrift v0.16.0 // indirect
github.com/armon/go-metrics v0.3.10 // indirect
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/aws/aws-sdk-go v1.43.17 // indirect
github.com/aws/aws-sdk-go v1.43.20 // indirect
github.com/beeker1121/goque v2.1.0+incompatible // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
Expand Down
6 changes: 2 additions & 4 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/awscloudwatchlogsexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsclo
go 1.17

require (
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/google/uuid v1.3.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.47.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/cwlogs v0.47.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/awscloudwatchlogsexporter/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/awsemfexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemf
go 1.17

require (
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/awsemfexporter/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/awskinesisexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awskin
go 1.17

require (
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.47.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.47.0
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/awskinesisexporter/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/awsprometheusremotewriteexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awspro
go 1.17

require (
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.47.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.47.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/awsprometheusremotewriteexporter/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/awsxrayexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxra
go 1.17

require (
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.47.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xray v0.47.0
github.com/stretchr/testify v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/awsxrayexporter/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 @@ -6,7 +6,7 @@ require (
github.com/DataDog/agent-payload/v5 v5.0.18
github.com/DataDog/datadog-agent/pkg/quantile v0.33.1
github.com/DataDog/datadog-agent/pkg/trace/exportable v0.0.0-20201016145401-4646cf596b02
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/cenkalti/backoff/v4 v4.1.2
github.com/gogo/protobuf v1.3.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.47.0
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 exporter/googlecloudexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
cloud.google.com/go/monitoring v1.2.0 // indirect
cloud.google.com/go/trace v1.0.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.43.17 // indirect
github.com/aws/aws-sdk-go v1.43.20 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.2.2 // indirect
Expand Down
6 changes: 2 additions & 4 deletions exporter/googlecloudexporter/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/kafkaexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/Shopify/sarama v1.32.0
github.com/aws/aws-sdk-go v1.43.17
github.com/aws/aws-sdk-go v1.43.20
github.com/gogo/protobuf v1.3.2
github.com/jaegertracing/jaeger v1.32.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.47.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/kafkaexporter/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/prometheusexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/armon/go-metrics v0.3.10 // indirect
github.com/aws/aws-sdk-go v1.43.17 // indirect
github.com/aws/aws-sdk-go v1.43.20 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions exporter/prometheusexporter/go.sum

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

2 changes: 0 additions & 2 deletions exporter/sapmexporter/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/stackdriverexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.10 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.26.1-0.20220307211504-dc45061a44f9 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.3.0 // indirect
github.com/aws/aws-sdk-go v1.43.17 // indirect
github.com/aws/aws-sdk-go v1.43.20 // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
Loading

0 comments on commit 31b27d6

Please sign in to comment.