From 4b4c3805b4aca22a3047c023a18b823425fab82f Mon Sep 17 00:00:00 2001 From: Harald Nordgren Date: Fri, 26 Jul 2024 11:47:04 +0200 Subject: [PATCH] Update go.mod (#9) Fixes https://github.com/mhemmings/revenuecat/issues/8. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6b79514..1f27617 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/mhemmings/revenuecat +module github.com/mhemmings/revenuecat/v2 go 1.15