Skip to content

Commit

Permalink
dependabot updates Mon Jun 20 18:52:04 UTC 2022 (open-telemetry#11392)
Browse files Browse the repository at this point in the history
dependabot updates Mon Jun 20 18:51:59 UTC 2022
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /extension/oauth2clientauthextension
Bump github.com/jaegertracing/jaeger from 1.35.1 to 1.35.2 in /pkg/translator/zipkin
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /extension/healthcheckextension
Bump github.com/aws/aws-sdk-go from 1.44.33 to 1.44.37 in /internal/aws/k8s
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /internal/kubelet
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /exporter/zipkinexporter
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /exporter/prometheusremotewriteexporter
Bump github.com/jaegertracing/jaeger from 1.35.1 to 1.35.2 in /extension/healthcheckextension
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /processor/resourceprocessor
Bump github.com/aws/aws-sdk-go from 1.44.33 to 1.44.37 in /exporter/awscloudwatchlogsexporter
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /cmd/mdatagen
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /receiver/jaegerreceiver
Bump github.com/jaegertracing/jaeger from 1.35.1 to 1.35.2 in /receiver/kafkareceiver
Bump github.com/jaegertracing/jaeger from 1.35.1 to 1.35.2 in /receiver/zipkinreceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /receiver/podmanreceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /pkg/resourcetotelemetry
Bump github.com/jaegertracing/jaeger from 1.35.1 to 1.35.2 in /receiver/jaegerreceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /internal/aws/proxy
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /exporter/observiqexporter
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /receiver/opencensusreceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /receiver/zipkinreceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /exporter/awscloudwatchlogsexporter
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /receiver/kafkareceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /processor/probabilisticsamplerprocessor
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /exporter/opencensusexporter
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /receiver/hostmetricsreceiver
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /exporter/fileexporter
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /processor/spanprocessor
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /processor/attributesprocessor
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 in /processor/cumulativetodeltaprocessor

Co-authored-by: codeboten <[email protected]>
  • Loading branch information
github-actions[bot] and codeboten committed Jun 20, 2022
1 parent b49332c commit d4a2afe
Show file tree
Hide file tree
Showing 365 changed files with 1,019 additions and 809 deletions.
8 changes: 4 additions & 4 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/open-telemetry/opentelemetry-collector-contrib v0.53.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.53.0
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.3
go.opentelemetry.io/collector v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/pdata v0.53.1-0.20220615184617-4cefca87d2c6
go.uber.org/multierr v1.8.0
Expand Down Expand Up @@ -68,7 +68,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.33 // indirect
github.com/aws/aws-sdk-go v1.44.37 // 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 @@ -196,7 +196,7 @@ require (
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.11.0 // indirect
github.com/jackc/pgx/v4 v4.16.1 // indirect
github.com/jaegertracing/jaeger v1.35.1 // indirect
github.com/jaegertracing/jaeger v1.35.2 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
Expand Down Expand Up @@ -454,7 +454,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.11.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
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
Expand Down
15 changes: 8 additions & 7 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 cmd/mdatagen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.11.0
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.3
go.opentelemetry.io/collector v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/pdata v0.53.1-0.20220615184617-4cefca87d2c6
)
Expand Down
6 changes: 4 additions & 2 deletions cmd/mdatagen/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/alibabacloudlogserviceexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aliyun/aliyun-log-go-sdk v0.1.36
github.com/gogo/protobuf v1.3.2
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.53.0
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.3
go.opentelemetry.io/collector v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/pdata v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/semconv v0.53.1-0.20220615184617-4cefca87d2c6
Expand Down
5 changes: 3 additions & 2 deletions exporter/alibabacloudlogserviceexporter/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/awscloudwatchlogsexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsclo
go 1.17

require (
github.com/aws/aws-sdk-go v1.44.33
github.com/aws/aws-sdk-go v1.44.37
github.com/google/uuid v1.3.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.53.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/cwlogs v0.53.0
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.3
go.opentelemetry.io/collector v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/pdata v0.53.1-0.20220615184617-4cefca87d2c6
go.uber.org/zap v1.21.0
Expand All @@ -28,7 +28,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/objx v0.4.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
go.opentelemetry.io/otel/metric v0.30.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions exporter/awscloudwatchlogsexporter/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/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.33
github.com/aws/aws-sdk-go v1.44.37
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
Expand All @@ -12,7 +12,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/metrics v0.53.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.53.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.53.0
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.3
go.opentelemetry.io/collector v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/pdata v0.53.1-0.20220615184617-4cefca87d2c6
go.opentelemetry.io/collector/semconv v0.53.1-0.20220615184617-4cefca87d2c6
Expand All @@ -37,7 +37,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.53.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/objx v0.4.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
go.opentelemetry.io/otel/metric v0.30.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions exporter/awsemfexporter/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/awskinesisexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awskin
go 1.17

require (
github.com/aws/aws-sdk-go v1.44.33
github.com/aws/aws-sdk-go v1.44.37
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.53.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.53.0
github.com/stretchr/testify v1.7.2
github.com/stretchr/testify v1.7.3
go.opentelemetry.io/collector v0.53.1-0.20220615184617-4cefca87d2c6
go.uber.org/zap v1.21.0
)

require (
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/jaegertracing/jaeger v1.35.1
github.com/jaegertracing/jaeger v1.35.2
go.opentelemetry.io/collector/pdata v0.53.1-0.20220615184617-4cefca87d2c6
go.uber.org/multierr v1.8.0
)
Expand Down
Loading

0 comments on commit d4a2afe

Please sign in to comment.