Skip to content

Commit

Permalink
update go deps
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Nov 17, 2020
1 parent a4db457 commit da83bd5
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 15 deletions.
31 changes: 16 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ module github.com/webdevops/azure-janitor
go 1.15

require (
github.com/Azure/azure-sdk-for-go v43.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.10.2
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/Azure/azure-sdk-for-go v48.2.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.11
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/google/logger v1.1.0
github.com/jessevdk/go-flags v1.4.0
github.com/karrick/tparse/v2 v2.8.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/procfs v0.1.3 // indirect
github.com/rickb777/date v1.12.5
github.com/karrick/tparse/v2 v2.8.2
github.com/mattn/goveralls v0.0.2 // indirect
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0 // indirect
github.com/rickb777/date v1.14.3
github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect
github.com/webdevops/go-prometheus-common v0.0.0-20200601190815-465c9d5d262b
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
google.golang.org/protobuf v1.24.0 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
golang.org/x/sys v0.0.0-20201117170446-d9b008d0a637 // indirect
golang.org/x/tools v0.0.0-20200512001501-aaeff5de670a // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
Loading

0 comments on commit da83bd5

Please sign in to comment.