File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module go.opentelemetry.io/collector/cmd/builder
6
6
go 1.23.0
7
7
8
8
require (
9
- github.com/knadh/koanf/parsers/yaml v1.0 .0
9
+ github.com/knadh/koanf/parsers/yaml v1.1 .0
10
10
github.com/knadh/koanf/providers/env v1.1.0
11
11
github.com/knadh/koanf/providers/file v1.2.0
12
12
github.com/knadh/koanf/providers/fs v1.0.0
@@ -31,6 +31,7 @@ require (
31
31
github.com/mitchellh/reflectwalk v1.0.2 // indirect
32
32
github.com/pmezard/go-difflib v1.0.0 // indirect
33
33
github.com/rogpeppe/go-internal v1.10.0 // indirect
34
+ go.yaml.in/yaml/v3 v3.0.3 // indirect
34
35
golang.org/x/sys v0.32.0 // indirect
35
36
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
36
37
gopkg.in/yaml.v3 v3.0.1 // indirect
You can’t perform that action at this time.
0 commit comments