Skip to content

Commit

Permalink
Run go mod tidy in otlp{metric,trace}
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Dec 3, 2021
1 parent 03f9e61 commit 58cf4de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion exporters/otlp/otlpmetric/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module go.opentelemetry.io/otel/exporters/otlp/otlpmetric
go 1.16

require (
github.com/cenkalti/backoff/v4 v4.1.2
github.com/google/go-cmp v0.5.6
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel v1.2.0
Expand Down
1 change: 0 additions & 1 deletion exporters/otlp/otlptrace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module go.opentelemetry.io/otel/exporters/otlp/otlptrace
go 1.16

require (
github.com/cenkalti/backoff/v4 v4.1.2
github.com/google/go-cmp v0.5.6
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel v1.2.0
Expand Down

0 comments on commit 58cf4de

Please sign in to comment.