25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

24 satır
757 B

  1. module backfeed
  2. go 1.18
  3. require (
  4. github.com/go-redis/redis/v8 v8.11.4
  5. github.com/gorilla/mux v1.8.0
  6. github.com/prometheus/client_golang v1.12.1
  7. github.com/tevino/abool/v2 v2.0.1
  8. )
  9. require (
  10. github.com/beorn7/perks v1.0.1 // indirect
  11. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  12. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  13. github.com/golang/protobuf v1.5.2 // indirect
  14. github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
  15. github.com/prometheus/client_model v0.2.0 // indirect
  16. github.com/prometheus/common v0.32.1 // indirect
  17. github.com/prometheus/procfs v0.7.3 // indirect
  18. golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
  19. google.golang.org/protobuf v1.26.0 // indirect
  20. )