forked from 99designs/aws-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 1009 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
23
module github.com/99designs/aws-vault/v6
go 1.15
require (
github.com/99designs/keyring v1.1.6
github.com/alecthomas/kingpin v0.0.0-20200323085623-b6657d9477a6
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/aws/aws-sdk-go v1.34.13
github.com/danieljoos/wincred v1.1.0 // indirect
github.com/google/go-cmp v0.5.2
github.com/keybase/go-keychain v0.0.0-20200502122510-cda31fe0c86d // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mtibben/androiddnsfix v0.0.0-20200907095054-ff0280446354
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
gopkg.in/ini.v1 v1.60.2
)
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4