Skip to content

Commit

Permalink
fix crosslink
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Tan <[email protected]>

Signed-off-by: Jared Tan <[email protected]>
  • Loading branch information
JaredTan95 committed Dec 27, 2024
1 parent 0192271 commit cd3d12d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func TestExtension_Start(t *testing.T) {
getExtension func() (extension.Extension, error)
expectedErr string
}{

{
name: "skywalkingProtobuf",
getExtension: func() (extension.Extension, error) {
Expand Down
4 changes: 0 additions & 4 deletions extension/encoding/skywalkingencodingextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal => ../../../internal/coreinternal

replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/skywalking => ../../../pkg/translator/skywalking

replace github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding => ../

0 comments on commit cd3d12d

Please sign in to comment.