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