module github.com/arangodb-managed/apis require ( github.com/atotto/clipboard v0.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/github/hub v2.8.4+incompatible // indirect github.com/gogo/protobuf v1.3.0 github.com/golang/mock v1.2.0 // indirect github.com/golang/protobuf v1.3.2 github.com/grpc-ecosystem/grpc-gateway v1.11.1 github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 // indirect github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect 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/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect 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.19.0 gopkg.in/yaml.v2 v2.2.2 // indirect honnef.co/go/tools v0.0.0-20190109154334-5bcec433c8ea // indirect ) go 1.13