module github.com/GoogleCloudPlatform/berglas go 1.12 require ( cloud.google.com/go v0.43.0 github.com/golang/protobuf v1.3.2 github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/pkg/errors v0.8.1 github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b github.com/spf13/cobra v0.0.5 golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect google.golang.org/api v0.7.0 google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610 google.golang.org/grpc v1.22.1 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )