Skip to content

Commit 2e4c22b

Browse files
committed
[chore] remove unnecessary imports
Cleaned up these imports, ran the tests locally and everything seemed to pass Signed-off-by: alex boten <[email protected]>
1 parent f498a89 commit 2e4c22b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/builder/internal/builder/templates/go.mod.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ require (
2929
go.opentelemetry.io/collector/otelcol {{.OtelColVersion}}
3030
)
3131

32-
require (
33-
github.com/knadh/koanf/maps v0.1.1 // indirect
34-
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
35-
)
36-
3732
{{- range .ConfmapConverters}}
3833
{{if ne .Path ""}}replace {{.GoMod}} => {{.Path}}{{end}}
3934
{{- end}}

0 commit comments

Comments
 (0)