From 32d8ceef026e97afaeedbde7cb39ab36a5f10139 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 27 Oct 2024 07:57:22 -0700 Subject: [PATCH] Update module github.com/cristalhq/aconfig to v0.18.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0c088a7..eaa4f0e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.asdf.cafe/abs3nt/gunner go 1.22.0 require ( - github.com/cristalhq/aconfig v0.18.5 + github.com/cristalhq/aconfig v0.18.6 github.com/cristalhq/aconfig/aconfigdotenv v0.17.1 sigs.k8s.io/yaml v1.4.0 )