Skip to content

Commit

Permalink
Move Distributed Lock To Internal
Browse files Browse the repository at this point in the history
Signed-off-by: Mahad Zaryab <[email protected]>
  • Loading branch information
mahadzaryab1 committed Feb 5, 2025
1 parent 4194f11 commit fcc55e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/v1/cassandra/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
"go.opentelemetry.io/otel/trace"
"go.uber.org/zap"

cLock "github.com/jaegertracing/jaeger/internal/storage/distributedlock/cassandra"
"github.com/jaegertracing/jaeger/internal/storage/v1"
"github.com/jaegertracing/jaeger/internal/storage/v1/api/dependencystore"
"github.com/jaegertracing/jaeger/internal/storage/v1/api/samplingstore"
Expand All @@ -32,7 +33,6 @@ import (
"github.com/jaegertracing/jaeger/pkg/hostname"
"github.com/jaegertracing/jaeger/pkg/metrics"
"github.com/jaegertracing/jaeger/plugin"
cLock "github.com/jaegertracing/jaeger/plugin/pkg/distributedlock/cassandra"
)

const (
Expand Down

0 comments on commit fcc55e7

Please sign in to comment.