From c1776c416d550d87bdc10318fc925a89607239f7 Mon Sep 17 00:00:00 2001 From: moshloop Date: Mon, 7 Aug 2023 08:54:33 +0000 Subject: [PATCH] chore: bump duty to v1.0.146 --- go.mod | 2 +- go.sum | 4 ++-- hack/generate-schemas/go.mod | 2 +- hack/generate-schemas/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 07be4ec7e..be23dca9e 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/elastic/go-elasticsearch/v8 v8.9.0 github.com/fergusstrange/embedded-postgres v1.23.0 github.com/flanksource/commons v1.10.2 - github.com/flanksource/duty v1.0.142 + github.com/flanksource/duty v1.0.146 github.com/flanksource/gomplate/v3 v3.20.9 github.com/flanksource/is-healthy v0.0.0-20230713150444-ad2a5ef4bb37 github.com/flanksource/kommons v0.31.3 diff --git a/go.sum b/go.sum index bb42a5f4c..129a73cc3 100644 --- a/go.sum +++ b/go.sum @@ -823,8 +823,8 @@ github.com/fergusstrange/embedded-postgres v1.23.0 h1:ZYRD89nammxQDWDi6taJE2CYjD github.com/fergusstrange/embedded-postgres v1.23.0/go.mod h1:wL562t1V+iuFwq0UcgMi2e9rp8CROY9wxWZEfP8Y874= github.com/flanksource/commons v1.10.2 h1:Nw9foNBAt6QVylbgfaDojRGgRUAyQAHOfBv9qk9G714= github.com/flanksource/commons v1.10.2/go.mod h1:zYEhi6E2+diQ+loVcROUHo/Bgv+Tn61W2NYmrb5MgVI= -github.com/flanksource/duty v1.0.142 h1:QJwxMD69c2iBQpLzb8EjA8EW8Zbvttbg7YRjGKJvVKI= -github.com/flanksource/duty v1.0.142/go.mod h1:RJ/kcZ7dbL8/52tem757szVIA3IomS8bOAZIK0xb4rk= +github.com/flanksource/duty v1.0.146 h1:MKuDZB4+K4A2ecFudINlihwBvM2iJuHI5Met5SOmRCY= +github.com/flanksource/duty v1.0.146/go.mod h1:RJ/kcZ7dbL8/52tem757szVIA3IomS8bOAZIK0xb4rk= github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc= github.com/flanksource/gomplate/v3 v3.20.9 h1:I3H/l1FUDepe6IuG8Nj51QNX9ocdU2EGL4GWz31sZdk= github.com/flanksource/gomplate/v3 v3.20.9/go.mod h1:1N1aptaAo0XUaGsyU5CWiwn9GMRpbIKX1AdsypfmZYo= diff --git a/hack/generate-schemas/go.mod b/hack/generate-schemas/go.mod index 43f59d515..1c66b9b6d 100644 --- a/hack/generate-schemas/go.mod +++ b/hack/generate-schemas/go.mod @@ -42,7 +42,7 @@ require ( github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dustin/go-humanize v1.0.1 // indirect - github.com/flanksource/duty v1.0.142 // indirect + github.com/flanksource/duty v1.0.146 // indirect github.com/flanksource/is-healthy v0.0.0-20230713150444-ad2a5ef4bb37 // indirect github.com/flanksource/mapstructure v1.6.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect diff --git a/hack/generate-schemas/go.sum b/hack/generate-schemas/go.sum index 81ed67e40..964566c1c 100644 --- a/hack/generate-schemas/go.sum +++ b/hack/generate-schemas/go.sum @@ -705,8 +705,8 @@ github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5Kwzbycv github.com/fergusstrange/embedded-postgres v1.23.0 h1:ZYRD89nammxQDWDi6taJE2CYjDuAoVc1TpEqRIYQryc= github.com/flanksource/commons v1.10.2 h1:Nw9foNBAt6QVylbgfaDojRGgRUAyQAHOfBv9qk9G714= github.com/flanksource/commons v1.10.2/go.mod h1:zYEhi6E2+diQ+loVcROUHo/Bgv+Tn61W2NYmrb5MgVI= -github.com/flanksource/duty v1.0.142 h1:QJwxMD69c2iBQpLzb8EjA8EW8Zbvttbg7YRjGKJvVKI= -github.com/flanksource/duty v1.0.142/go.mod h1:RJ/kcZ7dbL8/52tem757szVIA3IomS8bOAZIK0xb4rk= +github.com/flanksource/duty v1.0.146 h1:MKuDZB4+K4A2ecFudINlihwBvM2iJuHI5Met5SOmRCY= +github.com/flanksource/duty v1.0.146/go.mod h1:RJ/kcZ7dbL8/52tem757szVIA3IomS8bOAZIK0xb4rk= github.com/flanksource/gomplate/v3 v3.20.4/go.mod h1:27BNWhzzSjDed1z8YShO6W+z6G9oZXuxfNFGd/iGSdc= github.com/flanksource/gomplate/v3 v3.20.9 h1:I3H/l1FUDepe6IuG8Nj51QNX9ocdU2EGL4GWz31sZdk= github.com/flanksource/gomplate/v3 v3.20.9/go.mod h1:1N1aptaAo0XUaGsyU5CWiwn9GMRpbIKX1AdsypfmZYo=