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.

14 lines
254 B

  1. module reshovel
  2. go 1.17
  3. require (
  4. github.com/BurntSushi/toml v1.0.0
  5. github.com/go-redis/redis/v8 v8.11.4
  6. )
  7. require (
  8. github.com/cespare/xxhash/v2 v2.1.2 // indirect
  9. github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
  10. )