Skip to content

Commit da83bd5

Browse files
committed
update go deps
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent a4db457 commit da83bd5

File tree

2 files changed

+333
-15
lines changed

2 files changed

+333
-15
lines changed

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,23 @@ module github.com/webdevops/azure-janitor
33
go 1.15
44

55
require (
6-
github.com/Azure/azure-sdk-for-go v43.1.0+incompatible
7-
github.com/Azure/go-autorest/autorest v0.10.2
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
12-
github.com/golang/protobuf v1.4.2 // indirect
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
9+
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
10+
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
11+
github.com/dimchansky/utfbom v1.1.1 // indirect
1312
github.com/google/logger v1.1.0
1413
github.com/jessevdk/go-flags v1.4.0
15-
github.com/karrick/tparse/v2 v2.8.1
16-
github.com/prometheus/client_golang v1.6.0
17-
github.com/prometheus/common v0.10.0 // indirect
18-
github.com/prometheus/procfs v0.1.3 // indirect
19-
github.com/rickb777/date v1.12.5
14+
github.com/karrick/tparse/v2 v2.8.2
15+
github.com/mattn/goveralls v0.0.2 // indirect
16+
github.com/prometheus/client_golang v1.8.0
17+
github.com/prometheus/common v0.15.0 // indirect
18+
github.com/rickb777/date v1.14.3
19+
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
2020
github.com/webdevops/go-prometheus-common v0.0.0-20200601190815-465c9d5d262b
21-
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
22-
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
23-
google.golang.org/protobuf v1.24.0 // indirect
21+
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
22+
golang.org/x/sys v0.0.0-20201117170446-d9b008d0a637 // indirect
23+
golang.org/x/tools v0.0.0-20200512001501-aaeff5de670a // indirect
24+
google.golang.org/protobuf v1.25.0 // indirect
2425
)

0 commit comments

Comments
 (0)