module query-service go 1.16 require ( git.science.uu.nl/datastrophe/broker v0.0.0-20210618093639-cb76c806c91d git.science.uu.nl/datastrophe/keyvaluestore v0.0.0-20210527103454-a4f448f11f28 git.science.uu.nl/datastrophe/objectstore v0.0.0-20210603160015-4cbd339b979c git.science.uu.nl/datastrophe/query-conversion v0.0.0-20210625090500-25a77a45aafb git.science.uu.nl/datastrophe/query-execution v0.0.0-20210622123546-80fbab020f32 github.com/boumenot/gocover-cobertura v1.1.0 // indirect github.com/neo4j/neo4j-go-driver/v4 v4.3.0 // indirect github.com/prometheus/client_golang v1.10.0 github.com/stretchr/testify v1.7.0 github.com/thijsheijden/alice v0.1.18 golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect golang.org/x/tools v0.1.3 // indirect google.golang.org/grpc v1.37.0 google.golang.org/protobuf v1.26.0 )