From a75e436380985f15d104bb7891ef4a5a5130282b Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:03:51 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20go=20module=20version=20now=20supports?= =?UTF-8?q?=20v6.=20This=20does=20not=20affect=20the=20NPM=20=E2=80=A6=20(?= =?UTF-8?q?#519)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fdec2e5d..7b522bae 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/asyncapi/spec-json-schemas/v4 +module github.com/asyncapi/spec-json-schemas/v6 go 1.17