File tree Expand file tree Collapse file tree 2 files changed +286
-240
lines changed Expand file tree Collapse file tree 2 files changed +286
-240
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,14 @@ module github.com/webdevops/azure-loganalytics-exporter
33go 1.16
44
55require (
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)
You can’t perform that action at this time.
0 commit comments