Skip to content

Commit

Permalink
[chore] dependabot updates Mon Jan 16 22:37:54 UTC 2023 (open-telemet…
Browse files Browse the repository at this point in the history
…ry#17829)

dependabot updates Mon Jan 16 22:37:50 UTC 2023
Bump github.com/DataDog/datadog-api-client-go/v2 from 2.6.1 to 2.7.0 in /exporter/datadogexporter
Bump github.com/Shopify/sarama from 1.37.2 to 1.38.0 in /exporter/kafkaexporter
Bump github.com/Shopify/sarama from 1.37.2 to 1.38.0 in /receiver/kafkareceiver
Bump github.com/aws/aws-sdk-go from 1.44.176 to 1.44.180 in /exporter/kafkaexporter
Bump github.com/google/cadvisor from 0.47.0 to 0.47.1 in /receiver/awscontainerinsightreceiver
Bump github.com/sijms/go-ora/v2 from 2.5.21 to 2.5.23 in /receiver/sqlqueryreceiver
Bump google.golang.org/api from 0.106.0 to 0.107.0 in /exporter/googlecloudpubsubexporter
Bump google.golang.org/api from 0.106.0 to 0.107.0 in /receiver/googlecloudpubsubreceiver

Co-authored-by: codeboten <[email protected]>
  • Loading branch information
github-actions[bot] and codeboten committed Jan 16, 2023
1 parent 68132ad commit 8bcfb09
Show file tree
Hide file tree
Showing 49 changed files with 130 additions and 220 deletions.
10 changes: 5 additions & 5 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.42.0-rc.3.0.20230105173916-a8aabce52617 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.42.0-rc.3.0.20230105173916-a8aabce52617 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.42.0-rc.3.0.20230105173916-a8aabce52617 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.6.1 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.7.0 // indirect
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc // indirect
Expand All @@ -84,7 +84,7 @@ require (
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
github.com/SAP/go-hdb v0.111.8 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/Shopify/sarama v1.37.2 // indirect
github.com/Shopify/sarama v1.38.0 // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/aerospike/aerospike-client-go/v6 v6.8.0 // indirect
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
Expand Down Expand Up @@ -202,7 +202,7 @@ require (
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/cadvisor v0.47.0 // indirect
github.com/google/cadvisor v0.47.1 // indirect
github.com/google/flatbuffers v2.0.8+incompatible // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand Down Expand Up @@ -527,7 +527,7 @@ require (
github.com/signalfx/golib/v3 v3.3.46 // indirect
github.com/signalfx/sapm-proto v0.12.0 // indirect
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220920175102-539ae8d8ba8e // indirect
github.com/sijms/go-ora/v2 v2.5.21 // indirect
github.com/sijms/go-ora/v2 v2.5.23 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/snowflakedb/gosnowflake v1.6.16 // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
Expand Down Expand Up @@ -604,7 +604,7 @@ require (
golang.org/x/tools v0.4.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
google.golang.org/api v0.106.0 // indirect
google.golang.org/api v0.107.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
google.golang.org/grpc v1.52.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions cmd/configschema/go.sum

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

10 changes: 5 additions & 5 deletions cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.42.0-rc.3.0.20230105173916-a8aabce52617 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.42.0-rc.3.0.20230105173916-a8aabce52617 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.42.0-rc.3.0.20230105173916-a8aabce52617 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.6.1 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.7.0 // indirect
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc // indirect
Expand All @@ -72,7 +72,7 @@ require (
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
github.com/SAP/go-hdb v0.111.8 // indirect
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2 // indirect
github.com/Shopify/sarama v1.37.2 // indirect
github.com/Shopify/sarama v1.38.0 // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/aerospike/aerospike-client-go/v6 v6.8.0 // indirect
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
Expand Down Expand Up @@ -190,7 +190,7 @@ require (
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/cadvisor v0.47.0 // indirect
github.com/google/cadvisor v0.47.1 // indirect
github.com/google/flatbuffers v2.0.8+incompatible // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand Down Expand Up @@ -517,7 +517,7 @@ require (
github.com/signalfx/golib/v3 v3.3.46 // indirect
github.com/signalfx/sapm-proto v0.12.0 // indirect
github.com/signalfx/signalfx-agent/pkg/apm v0.0.0-20220920175102-539ae8d8ba8e // indirect
github.com/sijms/go-ora/v2 v2.5.21 // indirect
github.com/sijms/go-ora/v2 v2.5.23 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/snowflakedb/gosnowflake v1.6.16 // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
Expand Down Expand Up @@ -600,7 +600,7 @@ require (
golang.org/x/tools v0.4.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
google.golang.org/api v0.106.0 // indirect
google.golang.org/api v0.107.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
google.golang.org/grpc v1.52.0 // indirect
Expand Down
20 changes: 10 additions & 10 deletions cmd/otelcontribcol/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 cmd/oteltestbedcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ require (
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.4.0 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
google.golang.org/api v0.106.0 // indirect
google.golang.org/api v0.107.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
google.golang.org/grpc v1.52.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/oteltestbedcol/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/otlp/model v0.42.0-rc.3.0.20230105173916-a8aabce52617
github.com/DataDog/datadog-agent/pkg/quantile v0.42.0-rc.3.0.20230105173916-a8aabce52617
github.com/DataDog/datadog-agent/pkg/trace v0.42.0-rc.3.0.20230105173916-a8aabce52617
github.com/DataDog/datadog-api-client-go/v2 v2.6.1
github.com/DataDog/datadog-api-client-go/v2 v2.7.0
github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc
github.com/DataDog/sketches-go v1.4.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.34.3-0.20221202192616-0186b89ba914
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/f5cloudexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
go.opentelemetry.io/collector/confmap v0.69.2-0.20230112233839-f2a0133bf677
go.opentelemetry.io/collector/exporter/otlphttpexporter v0.69.2-0.20230112233839-f2a0133bf677
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
google.golang.org/api v0.106.0
google.golang.org/api v0.107.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions exporter/f5cloudexporter/go.sum

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

Loading

0 comments on commit 8bcfb09

Please sign in to comment.