Skip to content

Commit d7cc444

Browse files
authored
Revert "[chore] remove unnecessary imports" (#14191)
Reverts #14185 Still causes issues in contrib: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/19513634485/job/55859558441#step:6:1342
1 parent 587a7d2 commit d7cc444

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ 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+
3237
{{- range .ConfmapConverters}}
3338
{{if ne .Path ""}}replace {{.GoMod}} => {{.Path}}{{end}}
3439
{{- end}}

0 commit comments

Comments
 (0)