[Alerting] Route validations (#34393)

* more routing validation

* go mod

* recursive route validations
This commit is contained in:
Owen Diehl
2021-05-19 10:36:28 -04:00
committed by GitHub
parent 958ebce1e1
commit 1d2febfa85
3 changed files with 117 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ replace k8s.io/client-go => k8s.io/client-go v0.18.8
require (
cloud.google.com/go/storage v1.14.0
cuelang.org/go v0.3.2
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.16.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.8.0
github.com/BurntSushi/toml v0.3.1
github.com/Masterminds/semver v1.5.0