From 273e31fca22bfa4a6906687175673f36ee920545 Mon Sep 17 00:00:00 2001 From: Neil Wilson Date: Thu, 26 Oct 2023 08:34:08 +0100 Subject: [PATCH] Update patch dependencies --- v2/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/go.mod b/v2/go.mod index e63c057..222b221 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,6 +1,6 @@ module github.com/brightbox/gobrightbox/v2 -go 1.18 +go 1.20 require ( golang.org/x/oauth2 v0.14.0