Skip to content

Commit 30f97a6

Browse files
authored
Update config.go
1 parent 8b166cc commit 30f97a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import (
1212
"go.uber.org/zap"
1313

1414
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl"
15-
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor/internal/common"
16-
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor/internal/logs"
17-
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor/internal/metrics"
18-
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor/internal/traces"
15+
"github.com/charan906/processor/internal/common"
16+
"github.com/charan906/processor/internal/logs"
17+
"github.com/charan906/processor/internal/metrics"
18+
"github.com/charan906/processor/internal/traces"
1919
)
2020

2121
var (

0 commit comments

Comments
 (0)