pogdark-api/go.mod

14 lines
262 B
Modula-2
Raw Normal View History

2024-11-07 03:35:41 +00:00
module pogdark-server
go 1.22
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/websocket v1.5.3
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)