mirror of
https://github.com/int128/kubelogin.git
synced 2026-08-23 21:06:15 +00:00
26 lines
784 B
AMPL
26 lines
784 B
AMPL
module github.com/int128/kubelogin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alexflint/go-filemutex v1.1.0
|
|
github.com/chromedp/chromedp v0.7.4
|
|
github.com/coreos/go-oidc/v3 v3.0.0
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/wire v0.5.0
|
|
github.com/int128/oauth2cli v1.13.0
|
|
github.com/pkg/browser v0.0.0-20210904010418-6d279e18f982
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/apimachinery v0.22.1
|
|
k8s.io/client-go v0.22.1
|
|
k8s.io/klog/v2 v2.20.0
|
|
)
|