Skip to content

Commit 401e203

Browse files
committed
update go deps
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 42b1efc commit 401e203

File tree

2 files changed

+391
-8
lines changed

2 files changed

+391
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module github.com/webdevops/kube-bootstrap-token-manager
33
go 1.15
44

55
require (
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
)

0 commit comments

Comments
 (0)