You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
869 B

  1. module backfeed
  2. go 1.19
  3. require (
  4. github.com/globocom/go-redis-prometheus v0.4.0
  5. github.com/go-redis/redis/v8 v8.11.5
  6. github.com/gorilla/mux v1.8.0
  7. github.com/hashicorp/go-multierror v1.1.1
  8. github.com/prometheus/client_golang v1.15.1
  9. github.com/tevino/abool/v2 v2.1.0
  10. )
  11. require (
  12. github.com/beorn7/perks v1.0.1 // indirect
  13. github.com/cespare/xxhash/v2 v2.2.0 // indirect
  14. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  15. github.com/golang/protobuf v1.5.3 // indirect
  16. github.com/hashicorp/errwrap v1.1.0 // indirect
  17. github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
  18. github.com/prometheus/client_model v0.4.0 // indirect
  19. github.com/prometheus/common v0.43.0 // indirect
  20. github.com/prometheus/procfs v0.9.0 // indirect
  21. golang.org/x/sys v0.8.0 // indirect
  22. google.golang.org/protobuf v1.30.0 // indirect
  23. )