2021-08-24 21:46:00 +03:00
|
|
|
module github.com/Azure/azure-workload-identity
|
2021-05-01 00:51:28 +03:00
|
|
|
|
2021-09-03 20:10:38 +03:00
|
|
|
go 1.17
|
2021-05-01 00:51:28 +03:00
|
|
|
|
2021-05-04 22:30:57 +03:00
|
|
|
require (
|
2021-07-12 22:19:29 +03:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.12
|
2021-08-12 23:43:14 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5
|
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v0.3.0
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-05-12 19:11:11 +03:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2021-07-12 22:19:29 +03:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
github.com/onsi/gomega v1.13.0
|
2021-07-20 01:32:46 +03:00
|
|
|
github.com/open-policy-agent/cert-controller v0.2.0
|
2021-05-12 02:14:46 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-07-12 22:19:29 +03:00
|
|
|
k8s.io/api v0.21.2
|
|
|
|
k8s.io/apimachinery v0.21.2
|
|
|
|
k8s.io/client-go v0.21.2
|
2021-05-04 22:30:57 +03:00
|
|
|
k8s.io/klog/v2 v2.8.0
|
2021-07-12 22:19:29 +03:00
|
|
|
k8s.io/kubernetes v1.21.2
|
|
|
|
sigs.k8s.io/controller-runtime v0.9.2
|
2021-05-04 22:30:57 +03:00
|
|
|
)
|
2021-05-05 03:06:06 +03:00
|
|
|
|
2021-09-03 20:10:38 +03:00
|
|
|
require (
|
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
|
|
|
|
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/go-logr/logr v0.4.0 // indirect
|
|
|
|
github.com/go-logr/zapr v0.4.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.11.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
|
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
|
|
|
|
google.golang.org/grpc v1.27.1 // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
k8s.io/apiextensions-apiserver v0.21.2 // indirect
|
|
|
|
k8s.io/apiserver v0.21.2 // indirect
|
|
|
|
k8s.io/component-base v0.21.2 // indirect
|
|
|
|
k8s.io/component-helpers v0.21.2 // indirect
|
|
|
|
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 // indirect
|
|
|
|
k8s.io/kubectl v0.0.0 // indirect
|
|
|
|
k8s.io/kubelet v0.0.0 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b // indirect
|
|
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.19 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
|
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
)
|
|
|
|
|
2021-05-05 03:06:06 +03:00
|
|
|
replace (
|
2021-07-12 22:19:29 +03:00
|
|
|
k8s.io/api => k8s.io/api v0.21.2
|
|
|
|
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.21.2
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.21.2
|
|
|
|
k8s.io/apiserver => k8s.io/apiserver v0.21.2
|
|
|
|
k8s.io/cli-runtime => k8s.io/cli-runtime v0.21.2
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.21.2
|
|
|
|
k8s.io/cloud-provider => k8s.io/cloud-provider v0.21.2
|
|
|
|
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.21.2
|
|
|
|
k8s.io/code-generator => k8s.io/code-generator v0.21.2
|
|
|
|
k8s.io/component-base => k8s.io/component-base v0.21.2
|
|
|
|
k8s.io/component-helpers => k8s.io/component-helpers v0.21.2
|
|
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.21.2
|
|
|
|
k8s.io/cri-api => k8s.io/cri-api v0.21.2
|
|
|
|
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.21.2
|
|
|
|
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.21.2
|
|
|
|
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.21.2
|
|
|
|
k8s.io/kube-proxy => k8s.io/kube-proxy v0.21.2
|
|
|
|
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.21.2
|
|
|
|
k8s.io/kubectl => k8s.io/kubectl v0.21.2
|
|
|
|
k8s.io/kubelet => k8s.io/kubelet v0.21.2
|
|
|
|
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.21.2
|
|
|
|
k8s.io/metrics => k8s.io/metrics v0.21.2
|
|
|
|
k8s.io/mount-utils => k8s.io/mount-utils v0.21.2
|
|
|
|
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.21.2
|
|
|
|
k8s.io/sample-cli-plugin => k8s.io/sample-cli-plugin v0.21.2
|
|
|
|
k8s.io/sample-controller => k8s.io/sample-controller v0.21.2
|
2021-05-05 03:06:06 +03:00
|
|
|
)
|