From 2b247d0fd68c460c3b144d66e572c8b144a5bb5d Mon Sep 17 00:00:00 2001 From: Dmitry Sergeev Date: Mon, 24 Aug 2026 23:20:47 +0300 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 173a52b..a9af25a 100644 --- a/go.mod +++ b/go.mod @@ -9,4 +9,4 @@ require ( require github.com/qvest-digital/go-mxl v1.1.0-rc.1 -require github.com/spf13/pflag v1.0.10 // indirect +require github.com/spf13/pflag v1.0.10