Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Aug 29, 2022
1 parent 253ee77 commit 3eeb766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sharedotlp/pkg/sharedotlptraces/traces.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package sharedotlptraces
import (
"context"

sharedotlp "github.com/numary/go-libs/sharedotlp/pkg"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/exporters/jaeger"
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
Expand Down
1 change: 1 addition & 0 deletions sharedotlp/pkg/sharedotlptraces/traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"testing"

sharedotlp "github.com/numary/go-libs/sharedotlp/pkg"
"github.com/stretchr/testify/assert"
"go.uber.org/fx"
)
Expand Down

0 comments on commit 3eeb766

Please sign in to comment.