init
All checks were successful
release-tag / release-image (push) Successful in 4m0s

This commit is contained in:
2025-06-09 16:25:44 +02:00
parent 57251079e4
commit 74d10cd48b
6 changed files with 467 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
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/redis/go-redis/v9 v9.10.0 // indirect
)