From aa3685d53e93d51bee865098ce083d20571f212a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:33:15 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.1 (#3) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend/go.mod b/backend/go.mod index 055ef47..1e6b1b6 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -1,9 +1,10 @@ module hakolate-backend -go 1.22.0 +go 1.22.1 + +require github.com/labstack/echo/v4 v4.11.4 require ( - github.com/labstack/echo/v4 v4.11.4 // indirect github.com/labstack/gommon v0.4.2 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect