Skip to content

Commit

Permalink
dependabot updates Tue May 10 12:36:32 PDT 2022
Browse files Browse the repository at this point in the history
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /extension/observer/ecsobserver
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /exporter/kafkaexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /exporter/awskinesisexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /exporter/awsemfexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /receiver/awscontainerinsightreceiver
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /processor/resourcedetectionprocessor
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /exporter/awsprometheusremotewriteexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /exporter/datadogexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /exporter/awscloudwatchlogsexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /internal/aws/proxy
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /internal/aws/k8s
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /receiver/awsxrayreceiver
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /internal/aws/cwlogs
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /internal/aws/xray/testdata/sampleapp
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /internal/aws/xray
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.11 in /internal/aws/awsutil
Bump go.mongodb.org/atlas from 0.15.0 to 0.16.0 in /receiver/mongodbatlasreceiver
Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.394 to 1.0.395 in /exporter/tencentcloudlogserviceexporter
Bump google.golang.org/api from 0.78.0 to 0.79.0 in /exporter/f5cloudexporter
Bump google.golang.org/api from 0.78.0 to 0.79.0 in /exporter/googlecloudexporter
Bump google.golang.org/api from 0.78.0 to 0.79.0 in /exporter/googlecloudpubsubexporter
Bump github.com/aws/aws-sdk-go from 1.44.9 to 1.44.10 in /exporter/awsxrayexporter
Bump google.golang.org/api from 0.78.0 to 0.79.0 in /receiver/googlecloudpubsubreceiver
Bump google.golang.org/api from 0.78.0 to 0.79.0 in /receiver/googlecloudspannerreceiver
  • Loading branch information
Alex Boten committed May 10, 2022
1 parent b607aa2 commit 1a23711
Show file tree
Hide file tree
Showing 72 changed files with 215 additions and 218 deletions.
10 changes: 5 additions & 5 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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.44.9 // indirect
github.com/aws/aws-sdk-go v1.44.10 // indirect
github.com/aws/aws-sdk-go-v2 v1.9.2 // indirect
github.com/aws/aws-sdk-go-v2/config v1.8.3 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.4.3 // indirect
Expand Down Expand Up @@ -433,7 +433,7 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.394 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.395 // indirect
github.com/tg123/go-htpasswd v1.2.0 // indirect
github.com/tidwall/gjson v1.12.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
Expand All @@ -459,7 +459,7 @@ require (
go.elastic.co/apm v1.15.0 // indirect
go.elastic.co/fastjson v1.1.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.mongodb.org/atlas v0.15.0 // indirect
go.mongodb.org/atlas v0.16.0 // indirect
go.mongodb.org/mongo-driver v1.9.1 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/collector/model v0.50.0 // indirect
Expand All @@ -483,9 +483,9 @@ require (
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gonum.org/v1/gonum v0.11.0 // indirect
google.golang.org/api v0.78.0 // indirect
google.golang.org/api v0.79.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e // indirect
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
google.golang.org/grpc v1.46.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.38.1 // indirect
Expand Down
21 changes: 10 additions & 11 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.44.9
github.com/aws/aws-sdk-go v1.44.10
github.com/google/uuid v1.3.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-00010101000000-000000000000
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-00010101000000-000000000000
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.44.9
github.com/aws/aws-sdk-go v1.44.10
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.44.9
github.com/aws/aws-sdk-go v1.44.10
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.50.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.50.0
github.com/stretchr/testify v1.7.1
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.44.9
github.com/aws/aws-sdk-go v1.44.10
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.50.0
github.com/stretchr/testify v1.7.1
go.opentelemetry.io/collector v0.50.1-0.20220429151328-041f39835df7
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.44.9
github.com/aws/aws-sdk-go v1.44.10
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-00010101000000-000000000000
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-00010101000000-000000000000
github.com/stretchr/testify v1.7.1
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 @@ -7,7 +7,7 @@ require (
github.com/DataDog/datadog-agent/pkg/quantile v0.36.0-rc.4.0.20220426134022-b55bccd5073f
github.com/DataDog/datadog-agent/pkg/trace/exportable v0.0.0-20201016145401-4646cf596b02
github.com/DataDog/sketches-go v1.4.1
github.com/aws/aws-sdk-go v1.44.9
github.com/aws/aws-sdk-go v1.44.10
github.com/cenkalti/backoff/v4 v4.1.3
github.com/gogo/protobuf v1.3.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.50.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.

6 changes: 3 additions & 3 deletions exporter/f5cloudexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.7.1
go.opentelemetry.io/collector v0.50.1-0.20220429151328-041f39835df7
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
google.golang.org/api v0.78.0
google.golang.org/api v0.79.0
)

require (
Expand Down Expand Up @@ -42,10 +42,10 @@ require (
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e // indirect
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3 // indirect
google.golang.org/grpc v1.46.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading

0 comments on commit 1a23711

Please sign in to comment.