21 lines
612 B
Modula-2
21 lines
612 B
Modula-2
module github.com/iMDT/bbb-graphql-middleware
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v0.5.2
|
|
github.com/google/uuid v1.6.0
|
|
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/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|