All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 37s
15 lines
287 B
Modula-2
15 lines
287 B
Modula-2
module pogdark-server
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/gorilla/websocket v1.5.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
)
|