| module go.opentelemetry.io/collector/featuregate |
| |
| go 1.21 |
| |
| require ( |
| github.com/hashicorp/go-version v1.6.0 |
| github.com/stretchr/testify v1.9.0 |
| go.uber.org/goleak v1.3.0 |
| go.uber.org/multierr v1.11.0 |
| ) |
| |
| require ( |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/kr/pretty v0.3.1 // indirect |
| github.com/pmezard/go-difflib v1.0.0 // indirect |
| github.com/rogpeppe/go-internal v1.10.0 // indirect |
| gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |
| |
| 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 |
| ) |