go.mod 515 B

1234567891011121314151617181920212223
  1. module github.com/open-telemetry/opentelemetry-collector-contrib/pkg/winperfcounters
  2. go 1.20
  3. require (
  4. github.com/stretchr/testify v1.8.4
  5. golang.org/x/sys v0.14.0
  6. )
  7. require (
  8. github.com/davecgh/go-spew v1.1.1 // indirect
  9. github.com/kr/pretty v0.3.0 // indirect
  10. github.com/pmezard/go-difflib v1.0.0 // indirect
  11. github.com/rogpeppe/go-internal v1.6.2 // indirect
  12. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  13. gopkg.in/yaml.v3 v3.0.1 // indirect
  14. )
  15. retract (
  16. v0.76.2
  17. v0.76.1
  18. v0.65.0
  19. )