From d42749d1d07ee8c600fed0cbeb4ba1178ef0dfde Mon Sep 17 00:00:00 2001 From: moshloop <1489660+moshloop@users.noreply.github.com> Date: Thu, 21 Nov 2024 06:38:02 +0000 Subject: [PATCH] chore: bump is-healthy to v1.0.47 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 37c28c338..2b8ff0de1 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/Masterminds/goutils v1.1.1 github.com/Masterminds/semver/v3 v3.2.1 github.com/flanksource/commons v1.29.10 - github.com/flanksource/is-healthy v1.0.46 + github.com/flanksource/is-healthy v1.0.47 github.com/flanksource/kubectl-neat v1.0.4 github.com/google/cel-go v0.20.1 github.com/google/go-cmp v0.6.0 diff --git a/go.sum b/go.sum index 922c44798..183a2b4b6 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/flanksource/commons v1.29.10 h1:T/S95Pl8kASEFvQjQ7fJjTUqeVdhxQXg1vfkULTYFJQ= github.com/flanksource/commons v1.29.10/go.mod h1:iTbrXOSp3Spv570Nly97D/U9cQjLZoVlmWCXqWzsvRU= -github.com/flanksource/is-healthy v1.0.46 h1:EsxFC1nF4ABuwzqe6QDmM0ZasJExkd2TC7ZicMw23Wc= -github.com/flanksource/is-healthy v1.0.46/go.mod h1:kdWcNCxiOjgpAd2+fIQnBxvT45IaR+zc92wfOsaI8Kk= +github.com/flanksource/is-healthy v1.0.47 h1:vwGyDfJ+sQF5CABTYac9E+EtJB6+r/3rkiV9vLJnK4k= +github.com/flanksource/is-healthy v1.0.47/go.mod h1:kdWcNCxiOjgpAd2+fIQnBxvT45IaR+zc92wfOsaI8Kk= github.com/flanksource/kubectl-neat v1.0.4 h1:t5/9CqgE84oEtB0KitgJ2+WIeLfD+RhXSxYrqb4X8yI= github.com/flanksource/kubectl-neat v1.0.4/go.mod h1:Un/Voyh3cmiZNKQrW/TkAl28nAA7vwnwDGVjRErKjOw= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=