20 lines
931 B
Modula-2
20 lines
931 B
Modula-2
module github.com/stoggi/aws-oidc
|
|
|
|
require (
|
|
github.com/99designs/aws-vault v4.5.1+incompatible
|
|
github.com/99designs/keyring v0.0.0-20190110203331-82da6802f65f
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/aws/aws-sdk-go v1.19.11
|
|
github.com/coreos/go-oidc v2.0.0+incompatible
|
|
github.com/dvsekhvalnov/jose2go v0.0.0-20180829124132-7f401d37b68a // indirect
|
|
github.com/go-ini/ini v1.42.0 // indirect
|
|
github.com/keybase/go-keychain v0.0.0-20190408194155-7f2ef9fddce6 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
|
|
)
|