Skip to content

Commit 3eeb766

Browse files
committed
fix: missing import
1 parent 253ee77 commit 3eeb766

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sharedotlp/pkg/sharedotlptraces/traces.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package sharedotlptraces
33
import (
44
"context"
55

6+
sharedotlp "github.com/numary/go-libs/sharedotlp/pkg"
67
"go.opentelemetry.io/otel"
78
"go.opentelemetry.io/otel/exporters/jaeger"
89
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"

sharedotlp/pkg/sharedotlptraces/traces_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55
"testing"
66

7+
sharedotlp "github.com/numary/go-libs/sharedotlp/pkg"
78
"github.com/stretchr/testify/assert"
89
"go.uber.org/fx"
910
)

0 commit comments

Comments
 (0)