module github.com/emicklei/gsuite go 1.12 require ( cloud.google.com/go v0.49.0 // indirect github.com/jstemmer/go-junit-report v0.9.1 // indirect github.com/tj/go-spin v1.1.0 github.com/urfave/cli v1.22.1 golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect golang.org/x/tools v0.0.0-20191203134012-c197fd4bf371 // indirect google.golang.org/api v0.14.0 google.golang.org/genproto v0.0.0-20191203145615-049a07e0debe // indirect google.golang.org/grpc v1.25.1 // indirect gopkg.in/yaml.v2 v2.2.7 // indirect )