11 lines
225 B
Modula-2
11 lines
225 B
Modula-2
|
module github.com/iMDT/bbb-graphql-middleware
|
||
|
|
||
|
go 1.20
|
||
|
|
||
|
require (
|
||
|
github.com/redis/go-redis/v9 v9.0.3
|
||
|
github.com/sirupsen/logrus v1.9.0
|
||
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
|
||
|
nhooyr.io/websocket v1.8.7
|
||
|
)
|