mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-05 23:46:38 +00:00
26 lines
789 B
Modula-2
26 lines
789 B
Modula-2
module github.com/int128/kubelogin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alexflint/go-filemutex v1.2.0
|
|
github.com/chromedp/chromedp v0.8.6
|
|
github.com/coreos/go-oidc/v3 v3.2.0
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/wire v0.5.0
|
|
github.com/int128/oauth2cli v1.14.0
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458
|
|
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
|
|
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
|
|
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/apimachinery v0.24.4
|
|
k8s.io/client-go v0.24.4
|
|
k8s.io/klog/v2 v2.70.1
|
|
)
|