From 1b69b7fca0cc1be2fb209058622618c08816941c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:35:07 +0000 Subject: [PATCH] chore(deps): update go to v1.21.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 36685f1..b1db6d1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mailhog/MailHog -go 1.21 +go 1.21.3 require ( github.com/gorilla/pat v1.0.1