Skip to content

Commit 62443fd

Browse files
committed
update go deps
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 287d062 commit 62443fd

File tree

2 files changed

+286
-235
lines changed

2 files changed

+286
-235
lines changed

go.mod

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ module github.com/webdevops/azure-metrics-exporter
33
go 1.16
44

55
require (
6-
github.com/Azure/azure-sdk-for-go v54.1.0+incompatible
7-
github.com/Azure/go-autorest/autorest v0.11.18
8-
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
6+
github.com/Azure/azure-sdk-for-go v56.0.0+incompatible
7+
github.com/Azure/go-autorest/autorest v0.11.19
8+
github.com/Azure/go-autorest/autorest/adal v0.9.14 // indirect
9+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
910
github.com/Azure/go-autorest/autorest/to v0.4.0
1011
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
1112
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
@@ -15,10 +16,12 @@ require (
1516
github.com/jessevdk/go-flags v1.5.0
1617
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
1718
github.com/patrickmn/go-cache v2.1.0+incompatible
18-
github.com/prometheus/client_golang v1.10.0
19-
github.com/prometheus/common v0.24.0 // indirect
19+
github.com/prometheus/client_golang v1.11.0
20+
github.com/prometheus/common v0.30.0 // indirect
21+
github.com/prometheus/procfs v0.7.1 // indirect
2022
github.com/remeh/sizedwaitgroup v1.0.0
2123
github.com/sirupsen/logrus v1.8.1
22-
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
23-
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
24+
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
25+
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
26+
google.golang.org/protobuf v1.27.1 // indirect
2427
)

0 commit comments

Comments
 (0)