File tree Expand file tree Collapse file tree 2 files changed +391
-8
lines changed Expand file tree Collapse file tree 2 files changed +391
-8
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ module github.com/webdevops/kube-bootstrap-token-manager
33go 1.15
44
55require (
6- github.com/Azure/azure-sdk-for-go v44 .2.0+incompatible
7- github.com/Azure/go-autorest/autorest v0.11.0
8- github.com/Azure/go-autorest/autorest/azure/auth v0.5.0
6+ github.com/Azure/azure-sdk-for-go v48 .2.0+incompatible
7+ github.com/Azure/go-autorest/autorest v0.11.11
8+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
99 github.com/Azure/go-autorest/autorest/date v0.3.0
1010 github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
1111 github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
1212 github.com/jessevdk/go-flags v1.4.0
13- github.com/prometheus/client_golang v1.7.1
14- github.com/sirupsen/logrus v1.6 .0
15- k8s.io/api v0.18.0
16- k8s.io/apimachinery v0.18.0
17- k8s.io/client-go v0.18.0
13+ github.com/prometheus/client_golang v1.8.0
14+ github.com/sirupsen/logrus v1.7 .0
15+ k8s.io/api v0.19.4
16+ k8s.io/apimachinery v0.19.4
17+ k8s.io/client-go v0.19.4
1818)
You can’t perform that action at this time.
0 commit comments