26 lines
791 B
Modula-2
26 lines
791 B
Modula-2
module go.opentelemetry.io/collector/confmap/provider/envprovider
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.10.0
|
|
go.opentelemetry.io/collector/confmap v1.23.0
|
|
go.uber.org/goleak v1.3.0
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/knadh/koanf/maps v0.1.1 // indirect
|
|
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
|
|
github.com/knadh/koanf/v2 v2.1.2 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace go.opentelemetry.io/collector/confmap => ../../
|