opentelemetry-collector/confmap/go.mod

27 lines
693 B
Modula-2

module go.opentelemetry.io/collector/confmap
go 1.19
require (
github.com/knadh/koanf v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/stretchr/testify v1.8.2
go.opentelemetry.io/collector/featuregate v0.76.1
go.uber.org/multierr v1.11.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // 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
)
replace go.opentelemetry.io/collector/featuregate => ../featuregate
retract (
v0.76.0 // Depends on retracted pdata v1.0.0-rc10 module, use v0.76.1
v0.69.0 // Release failed, use v0.69.1
)