From e9090bef459b748957e1f6f1ead9ebd89036caa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:34:22 +0000 Subject: [PATCH] chore(deps): update module go to 1.19 --- go.mod | 2 +- internal/shortie/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 352cc85..fe44ade 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/wolviecb/short -go 1.18 +go 1.19 require ( github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d diff --git a/internal/shortie/go.mod b/internal/shortie/go.mod index c970af8..8cf6e28 100644 --- a/internal/shortie/go.mod +++ b/internal/shortie/go.mod @@ -1,6 +1,6 @@ module shortie -go 1.18 +go 1.19 require ( github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d