Skip to content

Commit 0ab66d8

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 803480d commit 0ab66d8

File tree

2 files changed

+286
-240
lines changed

2 files changed

+286
-240
lines changed

go.mod

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

55
require (
6-
github.com/Azure/azure-sdk-for-go v54.0.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.3.0+incompatible
7+
github.com/Azure/go-autorest/autorest v0.11.20
8+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
99
github.com/Azure/go-autorest/autorest/to v0.4.0
1010
github.com/jessevdk/go-flags v1.5.0
1111
github.com/patrickmn/go-cache v2.1.0+incompatible
12-
github.com/prometheus/client_golang v1.10.0
12+
github.com/prometheus/client_golang v1.11.0
1313
github.com/remeh/sizedwaitgroup v1.0.0
1414
github.com/sirupsen/logrus v1.8.1
15-
github.com/webdevops/azure-resourcegraph-exporter v0.0.0-20210506193626-16892efd3376
16-
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
17-
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
15+
github.com/webdevops/azure-resourcegraph-exporter v0.0.0-20210826200325-345c764362cc
1816
)

0 commit comments

Comments
 (0)