forked from chanzuckerberg/blessclient
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 849 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/chanzuckerberg/blessclient
go 1.14
require (
github.com/aws/aws-sdk-go v1.30.13
github.com/blang/semver v3.5.1+incompatible
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/chanzuckerberg/go-misc v0.0.0-20200421173729-c3fdc95f7db5
github.com/davecgh/go-spew v1.1.1
github.com/golang/mock v1.4.3
github.com/hashicorp/go-getter v1.4.1
github.com/hashicorp/go-multierror v1.1.0
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/mitchellh/go-homedir v1.1.0
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.5.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
gopkg.in/yaml.v2 v2.2.8
)