2024-11-07 03:35:41 +00:00
|
|
|
module pogdark-server
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2024-11-12 01:21:56 +00:00
|
|
|
github.com/gorilla/mux v1.8.1
|
2024-11-07 03:35:41 +00:00
|
|
|
github.com/gorilla/websocket v1.5.3
|
2024-11-07 16:29:23 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2024-11-07 03:35:41 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
)
|