tmp
All checks were successful
CI / test (pull_request) Successful in 1m2s

This commit is contained in:
2025-01-01 12:44:50 +01:00
parent fff36bf807
commit f1458b005b
3 changed files with 31 additions and 1 deletions

3
go.mod
View File

@@ -8,7 +8,10 @@ require (
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/redis/go-redis/v9 v9.7.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/atomic v1.11.0 // indirect