pogdark-api/go.mod
whysman 7d4cfb6e05
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 38s
Added endpoints to replace ws for incoming comms
2024-11-11 20:21:56 -05:00

16 lines
318 B
Modula-2

module pogdark-server
go 1.22
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/mux v1.8.1
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
)