module schema-orchestrator go 1.21 require ( git.science.uu.nl/graphpolaris/broker v0.0.0-20230809123708-7d1c1acf3e91 git.science.uu.nl/graphpolaris/keyvaluestore v0.0.0-20230912093203-1b3c86eb558a github.com/arangodb/go-driver v1.6.0 github.com/go-chi/cors v1.2.1 github.com/rs/zerolog v1.30.0 google.golang.org/grpc v1.58.0 google.golang.org/protobuf v1.31.0 ) require ( github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/go-redis/redis/v8 v8.11.5 // indirect github.com/golang/protobuf v1.5.3 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.19 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/streadway/amqp v1.1.0 // indirect github.com/thijsheijden/alice v0.1.21-0.20220206104614-72a8777edcc7 // indirect golang.org/x/net v0.15.0 // indirect golang.org/x/sys v0.12.0 // indirect golang.org/x/text v0.13.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect ) replace git.science.uu.nl/graphpolaris/broker => ../../dependencies/broker replace git.science.uu.nl/graphpolaris/keyvaluestore => ../../dependencies/keyvaluestore