From 06fa8ebeed1ebf7aa9e3eedf8df69a13d5a73d69 Mon Sep 17 00:00:00 2001 From: elij Date: Sun, 12 Jan 2025 16:32:13 -0800 Subject: [PATCH] fix go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5cc28db..8526ae9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cactus/go-camo/v2 -go 1.23.1 +go 1.23 require ( github.com/alecthomas/kong v1.6.1