From 16a396921a47ff794782d27ed16df491e1ffd228 Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Fri, 21 Jul 2023 16:26:10 +0545 Subject: [PATCH] chore: bump gomplate --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4890c0dbc..5fd88c569 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/fergusstrange/embedded-postgres v1.21.0 github.com/flanksource/commons v1.10.2 github.com/flanksource/duty v1.0.129 - github.com/flanksource/gomplate/v3 v3.20.5 + github.com/flanksource/gomplate/v3 v3.20.6 github.com/flanksource/is-healthy v0.0.0-20230713150444-ad2a5ef4bb37 github.com/flanksource/kommons v0.31.3 github.com/friendsofgo/errors v0.9.2 diff --git a/go.sum b/go.sum index d9d56af99..84001f849 100644 --- a/go.sum +++ b/go.sum @@ -883,8 +883,8 @@ github.com/flanksource/commons v1.10.2/go.mod h1:zYEhi6E2+diQ+loVcROUHo/Bgv+Tn61 github.com/flanksource/duty v1.0.129 h1:k8aK32vh8FJENIFaTxHqn0Vdjcn+rS292ywHBmrJj9M= github.com/flanksource/duty v1.0.129/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.5 h1:5bNfgU6fiU13S4jutJ8XcqrQFdquEk7nbkkucp+DHpU= -github.com/flanksource/gomplate/v3 v3.20.5/go.mod h1:iwOOBsFuOmCaCWTbG9gyC2zwlFEAG1fjD7dyVWx95I4= +github.com/flanksource/gomplate/v3 v3.20.6 h1:LHlrHl7rBxtOdqKJ9yD6YCAs8SjS3n2ZFkuYA+ZMchg= +github.com/flanksource/gomplate/v3 v3.20.6/go.mod h1:QBu6D/AWd5E9wHRs/2OIbZkg6ewU/w962JW9pxeIt5I= github.com/flanksource/is-healthy v0.0.0-20230705092916-3b4cf510c5fc/go.mod h1:4pQhmF+TnVqJroQKY8wSnSp+T18oLson6YQ2M0qPHfQ= github.com/flanksource/is-healthy v0.0.0-20230713150444-ad2a5ef4bb37 h1:MHXg2Vo/oHB0rGLgsI0tkU9MGV7aDwqvO1lrbX7/shY= github.com/flanksource/is-healthy v0.0.0-20230713150444-ad2a5ef4bb37/go.mod h1:BH5gh9JyEAuuWVP6Q5y9h43VozS0RfKyjNpM9L4v4hw=