forked from External/grumble
19 lines
491 B
Modula-2
19 lines
491 B
Modula-2
module mumble.info/grumble
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/golang/protobuf v1.5.4
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/redis/go-redis/v9 v9.6.1
|
|
golang.org/x/crypto v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
)
|