Skip to content

Commit d895c4b

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <[email protected]>
1 parent ac9b4d4 commit d895c4b

File tree

2 files changed

+348
-49
lines changed

2 files changed

+348
-49
lines changed

go.mod

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

55
require (
6-
github.com/Azure/azure-sdk-for-go v42.2.0+incompatible
7-
github.com/Azure/go-autorest/autorest v0.10.1
8-
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
9-
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
10-
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
11-
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
6+
github.com/Azure/azure-sdk-for-go v45.1.0+incompatible
7+
github.com/Azure/go-autorest/autorest v0.11.3
8+
github.com/Azure/go-autorest/autorest/azure/auth v0.5.1
9+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
10+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
1211
github.com/ChannelMeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
1312
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61 // indirect
1413
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
1514
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
1615
github.com/patrickmn/go-cache v2.1.0+incompatible
17-
github.com/prometheus/client_golang v1.6.0
16+
github.com/prometheus/client_golang v1.7.1
17+
github.com/prometheus/common v0.12.0 // indirect
1818
github.com/remeh/sizedwaitgroup v1.0.0
1919
github.com/sirupsen/logrus v1.6.0
20-
github.com/webdevops/go-prometheus-common v0.0.0-20200517230514-f93e162ec0a6
21-
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
20+
github.com/webdevops/go-prometheus-common v0.0.0-20200601190815-465c9d5d262b
21+
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
22+
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
23+
google.golang.org/protobuf v1.25.0 // indirect
2224
)

0 commit comments

Comments
 (0)