module github.com/arangodb-managed/apis require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/gogo/protobuf v1.2.0 github.com/golang/mock v1.2.0 // indirect github.com/golang/protobuf v1.2.0 github.com/grpc-ecosystem/grpc-gateway v1.7.0 github.com/onsi/ginkgo v1.7.0 // indirect github.com/onsi/gomega v1.4.3 github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.3.0 golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect golang.org/x/net v0.0.0-20190110200230-915654e7eabc golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c // indirect golang.org/x/sys v0.0.0-20190116161447-11f53e031339 // indirect golang.org/x/tools v0.0.0-20190117194123-b4b6fe2cb829 // indirect google.golang.org/genproto v0.0.0-20190111180523-db91494dd46c google.golang.org/grpc v1.18.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 // indirect honnef.co/go/tools v0.0.0-20190109154334-5bcec433c8ea // indirect )