module github.com/BESTSELLER/gke-sacle2 go 1.15 require ( cloud.google.com/go v0.66.0 github.com/kr/pretty v0.2.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect google.golang.org/api v0.32.0 // indirect google.golang.org/genproto v0.0.0-20200921165018-b9da36f5f452 gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect gopkg.in/yaml.v2 v2.3.0 )