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.
 
 

25 lines
805 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/prometheus/client_golang v1.13.0
  8. github.com/tevino/abool/v2 v2.1.0
  9. )
  10. require (
  11. github.com/beorn7/perks v1.0.1 // indirect
  12. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  13. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  14. github.com/golang/protobuf v1.5.2 // indirect
  15. github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
  16. github.com/prometheus/client_model v0.2.0 // indirect
  17. github.com/prometheus/common v0.37.0 // indirect
  18. github.com/prometheus/procfs v0.8.0 // indirect
  19. golang.org/x/sys v0.0.0-20221010170243-090e33056c14 // indirect
  20. google.golang.org/protobuf v1.28.1 // indirect
  21. )