RC-0.3.0 (1)

This commit is contained in:
2025-06-17 17:26:21 +02:00
parent 753893c836
commit 01b0b8228e
3 changed files with 23 additions and 7 deletions

5
go.mod
View File

@@ -1,10 +1,10 @@
module git.send.nrw/sendnrw/flod
go 1.24.3
go 1.24.4
require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/prometheus/client_golang v1.22.0
github.com/redis/go-redis/v9 v9.10.0
)
require (
@@ -15,7 +15,6 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/redis/go-redis/v9 v9.10.0 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)