chore: update broker again
solves #DEV-165
... | ... | @@ -3,7 +3,7 @@ module schema-orchestrator |
go 1.21 | ||
require ( | ||
git.science.uu.nl/graphpolaris/broker v0.0.0-20230809123708-7d1c1acf3e91 | ||
git.science.uu.nl/graphpolaris/broker v0.0.0-20230913164038-3b4f714ff29c | ||
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 | ||
... | ... | @@ -15,6 +15,7 @@ require ( |
require ( | ||
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/christinoleo/alice v0.1.23 // 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 | ||
... | ... | @@ -22,7 +23,6 @@ require ( |
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 | ||
... | ... |
Please register or sign in to comment