From d7534b2b3b3ead609bf9ec7a873e237ae7c4ab12 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 5 Jun 2025 21:45:06 -0400 Subject: [PATCH] golang: Update go.mod to avoid tidy warnings --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index deee69dc..63883523 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/purpleidea/mgmt -go 1.23.5 +go 1.23.8 require ( github.com/alexflint/go-arg v1.5.1