31 lines
1.5 KiB
Modula-2
31 lines
1.5 KiB
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/BurntSushi/toml v0.3.1
|
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/aulanov/go.dbus v0.0.0-20150729231527-25c3068a42a0 // indirect
|
|
github.com/aws/aws-sdk-go v1.19.11
|
|
github.com/coreos/go-oidc v2.0.0+incompatible
|
|
github.com/danieljoos/wincred v1.0.1 // indirect
|
|
github.com/dvsekhvalnov/jose2go v0.0.0-20180829124132-7f401d37b68a // indirect
|
|
github.com/go-ini/ini v1.42.0 // indirect
|
|
github.com/godbus/dbus v4.1.0+incompatible // indirect
|
|
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
|
|
github.com/keybase/go-keychain v0.0.0-20190408194155-7f2ef9fddce6 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
github.com/stretchr/testify v1.3.0 // 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/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
|
|
)
|