bigbluebutton-Github/bbb-graphql-middleware/go.mod

21 lines
632 B
Modula-2

module github.com/iMDT/bbb-graphql-middleware
go 1.20
require (
github.com/mattbaird/jsonpatch v0.0.0-20230413205102-771768614e91
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.10
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/evanphx/json-patch v0.5.2 // indirect
github.com/google/uuid v1.6.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/time v0.5.0 // indirect
)