pogdark-api/go.mod

15 lines
287 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
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
)