From 4fc086fe980a15e2a88f08f2ad25ed91e8b0c020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:09:19 +0000 Subject: [PATCH] Update dependency go to v1.21.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7d191c2..d08131f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/aktsk/atgen -go 1.21.1 +go 1.21.6 require ( github.com/gorilla/mux v1.8.0