bigbluebutton-Github/bbb-graphql-middleware/go.mod
Gustavo Trott e1407149b9
refactor (build/gql-middleware): Introduce config as a yml file (#20992)
* Introduce Gql-Middleware config as a yml file

* use path /usr/share/bbb-graphql-middleware/ instead of /usr/local/bigbluebutton/bbb-graphql-middleware

* remove /etc/default/bbb-graphql-middleware file
2024-08-29 17:40:52 -04:00

30 lines
951 B
Modula-2

module bbb-graphql-middleware
go 1.22.5
require (
dario.cat/mergo v1.0.1
github.com/evanphx/json-patch v0.5.2
github.com/google/uuid v1.6.0
github.com/mattbaird/jsonpatch v0.0.0-20240118010651-0ba75a80ca38
github.com/prometheus/client_golang v1.19.1
github.com/redis/go-redis/v9 v9.6.1
github.com/sirupsen/logrus v1.9.3
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
gopkg.in/yaml.v3 v3.0.1
nhooyr.io/websocket v1.8.11
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
golang.org/x/sys v0.17.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)