From 88c7a0d0414c657e5a02557fd6bf72f24ed2a544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:30:35 +0000 Subject: [PATCH] chore(deps): update module go to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dc680f7..7a61b4a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/thegeeklab/url-parser -go 1.18 +go 1.19 require ( github.com/sirupsen/logrus v1.9.0