From 0e7211dc6581fee944d8a303d202c0c94359a95a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:04:21 +0000 Subject: [PATCH] chore(deps): update go module directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0520c4a..1f22bcd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ullbergm/echo-server -go 1.26.0 +go 1.26.3 require ( github.com/goccy/go-json v0.10.5