1
0
Fork 0
forked from External/grumble
grumble/go.mod
2024-08-27 19:09:27 +00:00

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
)