From a5bd2f646f7c6d9eb7cebc3a50e8c921d12edf77 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Thu, 1 Dec 2022 12:09:55 -0500 Subject: [PATCH] module name must end in v2 for latest go conventions --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 30df589..4389fc0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/github/go-spdx +module github.com/github/go-spdx/v2 go 1.18