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.74.0 go.uber.org/multierr v1.10.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.69.0 // Release failed, use v0.69.1