go.mod 709 B

123456789101112131415161718192021222324
  1. module github.com/seaweedfs/seaweedfs/telemetry/server
  2. go 1.25
  3. toolchain go1.25.0
  4. require (
  5. github.com/prometheus/client_golang v1.23.2
  6. github.com/seaweedfs/seaweedfs v0.0.0-00010101000000-000000000000
  7. google.golang.org/protobuf v1.36.8
  8. )
  9. require (
  10. github.com/beorn7/perks v1.0.1 // indirect
  11. github.com/cespare/xxhash/v2 v2.3.0 // indirect
  12. github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
  13. github.com/prometheus/client_model v0.6.2 // indirect
  14. github.com/prometheus/common v0.66.1 // indirect
  15. github.com/prometheus/procfs v0.17.0 // indirect
  16. go.yaml.in/yaml/v2 v2.4.2 // indirect
  17. golang.org/x/sys v0.36.0 // indirect
  18. )
  19. replace github.com/seaweedfs/seaweedfs => ../..