add maintenance note

This commit is contained in:
2026-05-09 23:20:36 +01:00
parent 69e31f8a63
commit 38f0772e3b
3 changed files with 28 additions and 4 deletions

8
go.mod
View File

@@ -1,15 +1,15 @@
module git.alv.cx/alvierahman90/sus
go 1.18
go 1.25.0
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/mux v1.8.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
github.com/gorilla/mux v1.8.1
golang.org/x/net v0.54.0
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/onsi/gomega v1.19.0 // indirect
)