-
Notifications
You must be signed in to change notification settings - Fork 30
/
go.mod
22 lines (20 loc) · 813 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/miquella/vaulted
require (
github.com/aws/aws-sdk-go v1.29.2
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/fatih/color v1.9.0
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/miquella/ask v1.0.0
github.com/miquella/ssh-proxy-agent v0.6.0
github.com/miquella/xdg v1.0.0
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
)
go 1.13