Files
flod/go.mod
2025-06-11 23:02:40 +02:00

11 lines
280 B
Modula-2

module git.send.nrw/sendnrw/flod
go 1.24.3
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/redis/go-redis/v9 v9.10.0 // indirect
)