From c57092dab4875bca4882f4ebc0249613e0aa9a9e Mon Sep 17 00:00:00 2001 From: Eugene Potapov Date: Fri, 30 Sep 2022 17:11:22 -0500 Subject: [PATCH] change package name --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 5486535..e53e88e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/EugeneP-Zello/go-wca +module github.com/zelloptt/go-wca -go 1.18 +go 1.16 require github.com/go-ole/go-ole v1.2.6