golang: Update go.mod to avoid tidy warnings

This commit is contained in:
James Shubin
2025-06-05 21:45:06 -04:00
parent 3b88ad3794
commit d7534b2b3b

2
go.mod
View File

@@ -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