File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
internal/injector/aspect/join Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,13 @@ import (
1010 "fmt"
1111 "regexp"
1212
13- "github.com/dave/dst"
14- "github.com/goccy/go-yaml/ast"
15-
1613 "github.com/DataDog/orchestrion/internal/fingerprint"
1714 "github.com/DataDog/orchestrion/internal/injector/aspect/context"
1815 "github.com/DataDog/orchestrion/internal/injector/aspect/may"
1916 "github.com/DataDog/orchestrion/internal/injector/typed"
2017 "github.com/DataDog/orchestrion/internal/yaml"
18+ "github.com/dave/dst"
19+ "github.com/goccy/go-yaml/ast"
2120)
2221
2322type declarationOf struct {
Original file line number Diff line number Diff line change @@ -33,5 +33,3 @@ type Point interface {
3333
3434 fingerprint.Hashable
3535}
36-
37- // TypeName struct and methods moved to internal/injector/typed/typename.go
You can’t perform that action at this time.
0 commit comments