We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587a7d2 commit 142d37aCopy full SHA for 142d37a
cmd/builder/internal/builder/templates/go.mod.tmpl
@@ -29,6 +29,11 @@ require (
29
go.opentelemetry.io/collector/otelcol {{.OtelColVersion}}
30
)
31
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
+
37
{{- range .ConfmapConverters}}
38
{{if ne .Path ""}}replace {{.GoMod}} => {{.Path}}{{end}}
39
{{- end}}
0 commit comments