add maintenance note
This commit is contained in:
8
go.mod
8
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user