chore: fix otel dependency versions (#4813)

This commit is contained in:
Colin Adler
2022-10-31 14:16:16 -05:00
committed by GitHub
parent 1bd67b8064
commit dde9a43b7e
7 changed files with 21 additions and 21 deletions

View File

@ -5,8 +5,8 @@ import (
"fmt"
"strings"
"github.com/nhatthm/otelsql"
semconv "go.opentelemetry.io/otel/semconv/v1.10.0"
"go.nhat.io/otelsql"
semconv "go.opentelemetry.io/otel/semconv/v1.11.0"
"go.opentelemetry.io/otel/trace"
"golang.org/x/xerrors"
)