initial commit

This commit is contained in:
2022-05-26 02:08:50 +01:00
commit 8ccc3e303e
8 changed files with 257 additions and 0 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module git.alv.cx/alvierahman90/sus
go 1.18
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
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/onsi/gomega v1.19.0 // indirect
)