mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-16 12:56:35 +00:00
Bumps [github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/mitchellh/go-homedir/releases) - [Commits](https://github.com/mitchellh/go-homedir/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
31 lines
1.4 KiB
Modula-2
31 lines
1.4 KiB
Modula-2
module github.com/int128/kubelogin
|
|
|
|
require (
|
|
github.com/coreos/go-oidc v2.0.0+incompatible
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/gogo/protobuf v1.1.1 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/int128/oauth2cli v1.0.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/json-iterator/go v1.1.5 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20181031022657-8527f56f7107
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
|
|
golang.org/x/sys v0.0.0-20181030150119-7e31e0c00fa0 // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.1.9 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1 // indirect
|
|
k8s.io/apimachinery v0.0.0-20181031012033-2e0dc82819fd // indirect
|
|
k8s.io/client-go v9.0.0+incompatible
|
|
)
|