From 59b3722f1c9a6ef72039ff02a12fbdd48e5fda21 Mon Sep 17 00:00:00 2001 From: Dana Woodman Date: Thu, 9 May 2024 17:09:19 -0700 Subject: [PATCH] Append package version v2 to go.mod file I believe this should resolve the issue mentioned here so that v2 is installable: https://github.com/rwestlund/quickbooks-go/pull/18#issuecomment-2103624886 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ec22901..46cfbc0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/rwestlund/quickbooks-go +module github.com/rwestlund/quickbooks-go/v2 go 1.20