mirror of
https://github.com/int128/kubelogin.git
synced 2026-02-14 16:39:51 +00:00
33 lines
1.4 KiB
Modula-2
33 lines
1.4 KiB
Modula-2
module github.com/int128/kubelogin
|
|
|
|
require (
|
|
github.com/coreos/go-oidc v2.0.0+incompatible
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/int128/oauth2cli v1.1.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/json-iterator/go v1.1.6 // 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
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
|
|
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
k8s.io/api v0.0.0-20190222213804-5cb15d344471 // indirect
|
|
k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628 // indirect
|
|
k8s.io/client-go v10.0.0+incompatible
|
|
k8s.io/klog v0.2.0 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|