Skip to content

Commit 22b54cc

Browse files
committed
Remove some integrations
1 parent dec38cd commit 22b54cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/new-e2e/orchestrion.tool.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ import (
1919
// Do not remove.
2020
_ "github.com/DataDog/orchestrion" // integration
2121

22-
_ "gopkg.in/DataDog/dd-trace-go.v1" // integration
22+
_ "gopkg.in/DataDog/dd-trace-go.v1/ddtrace/tracer" // integration
23+
_ "gopkg.in/DataDog/dd-trace-go.v1/internal/civisibility/integrations/gotesting" // integration
2324
)

0 commit comments

Comments
 (0)