module github.com/chanzuckerberg/blessclient go 1.14 require ( cloud.google.com/go v0.57.0 // indirect cloud.google.com/go/storage v1.7.0 // indirect github.com/aws/aws-sdk-go v1.30.23 github.com/blang/semver v3.5.1+incompatible github.com/cenkalti/backoff v2.2.1+incompatible github.com/chanzuckerberg/go-misc v0.0.0-20200507183956-c0dee2967ccc github.com/davecgh/go-spew v1.1.1 github.com/golang/mock v1.4.3 github.com/hashicorp/go-cleanhttp v0.5.1 // indirect github.com/hashicorp/go-getter v1.4.1 github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/go-testing-interface v1.14.1 // indirect github.com/nightlyone/lockfile v1.0.0 github.com/pkg/errors v0.9.1 github.com/segmentio/go-prompt v1.2.1-0.20161017233205-f0d19b6901ad github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.5.1 github.com/ulikunitz/xz v0.5.7 // indirect golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect golang.org/x/tools v0.0.0-20200507205054-480da3ebd79c // indirect google.golang.org/api v0.23.0 // indirect google.golang.org/genproto v0.0.0-20200507105951-43844f6eee31 // indirect gopkg.in/yaml.v2 v2.2.8 )