Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go.uber.org/zap from 1.21.0 to 1.26.0 in /testbed #1395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions testbed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ require (
github.com/prometheus/common v0.33.0
github.com/prometheus/prometheus v1.8.2-0.20220324155304-4d8bbfd4164c
github.com/shirou/gopsutil/v3 v3.22.3
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.1
go.opentelemetry.io/collector v0.49.0
go.opentelemetry.io/collector/model v0.49.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.21.0
go.uber.org/zap v1.26.0
golang.org/x/text v0.3.7
)

Expand Down Expand Up @@ -181,7 +181,7 @@ require (
go.opentelemetry.io/otel/sdk v1.6.3 // indirect
go.opentelemetry.io/otel/sdk/metric v0.29.0 // indirect
go.opentelemetry.io/otel/trace v1.6.3 // indirect
go.uber.org/goleak v1.1.12 // indirect
go.uber.org/goleak v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
Expand All @@ -199,7 +199,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.23.4 // indirect
k8s.io/apimachinery v0.23.4 // indirect
k8s.io/client-go v0.23.4 // indirect
Expand All @@ -219,7 +219,7 @@ require (
require (
github.com/go-kit/kit v0.12.0 // indirect
go.opentelemetry.io/collector/pdata v0.49.0
go.uber.org/multierr v1.8.0
go.uber.org/multierr v1.10.0
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/exporter/carbonexporter => ../exporter/carbonexporter
Expand Down
Loading