Removed unused packages from go.mod
... | ... | @@ -3,20 +3,14 @@ module query-service |
go 1.15 | ||
require ( | ||
git.science.uu.nl/datastrophe/aql-conversion v0.0.0-20210517163916-56e6fe347218 | ||
git.science.uu.nl/datastrophe/broker v0.0.0-20210516094125-abbeaf96fd58 | ||
git.science.uu.nl/datastrophe/keyvaluestore v0.0.0-20210517170603-34902cd5c90d | ||
git.science.uu.nl/datastrophe/query-conversion v0.0.0-20210517164802-5852eee71ec0 | ||
github.com/arangodb/go-driver v0.0.0-20210506071742-64f314d85db7 | ||
github.com/boumenot/gocover-cobertura v1.1.0 // indirect | ||
github.com/go-redis/redis/v8 v8.8.2 | ||
github.com/streadway/amqp v1.0.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-20210405180319-a5a99cb37ef4 // indirect | ||
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect | ||
golang.org/x/tools v0.1.1 // indirect | ||
google.golang.org/grpc v1.37.0 | ||
google.golang.org/protobuf v1.26.0 | ||
) |
Please register or sign in to comment