mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 07:12:47 +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.3
|
|
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.8
|
|
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-20220728211354-c7608f3a8462
|
|
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/apimachinery v0.24.3
|
|
k8s.io/client-go v0.24.3
|
|
k8s.io/klog/v2 v2.70.1
|
|
)
|