forked from kubernetes-sigs/aws-iam-authenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 615 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (21 loc) · 615 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module sigs.k8s.io/aws-iam-authenticator
go 1.13
require (
github.com/aws/aws-sdk-go v1.37.1
github.com/gofrs/flock v0.7.0
github.com/manifoldco/promptui v0.8.0
github.com/prometheus/client_golang v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
go.hein.dev/go-version v0.1.0
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.16.8
k8s.io/apimachinery v0.16.8
k8s.io/client-go v0.16.8
k8s.io/code-generator v0.16.8
k8s.io/component-base v0.16.8
k8s.io/sample-controller v0.16.8
sigs.k8s.io/yaml v1.1.0
)