module github.com/chanzuckerberg/blessclient go 1.14 require ( cloud.google.com/go v0.61.0 // indirect github.com/aws/aws-sdk-go v1.33.6 github.com/blang/semver v3.5.1+incompatible github.com/cenkalti/backoff v2.2.1+incompatible github.com/chanzuckerberg/go-misc v0.0.0-20200716151046-c2bf84000e9f 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/stretchr/testify v1.6.1 github.com/ulikunitz/xz v0.5.7 // indirect golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/tools v0.0.0-20200716134326-a8f9df4c9543 // indirect google.golang.org/genproto v0.0.0-20200715011427-11fb19a81f2c // indirect gopkg.in/yaml.v2 v2.3.0 )