From fc5f8e463346903e3747b11a364a93e9cf3d1c90 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 22 Sep 2025 22:04:34 +0800 Subject: [PATCH] update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bb15ad6e..ac369acc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mayswind/ezbookkeeping -go 1.24 +go 1.25 require ( github.com/boombuler/barcode v1.1.0