From c75ed4762a4223a062912f0af8744d9ecd082ce7 Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Wed, 11 Aug 2021 08:26:08 +0800 Subject: [PATCH] Update 'go.mod' (#1) Reviewed-on: https://gitea.com/jolheiser/imp/pulls/1 Co-authored-by: John Olheiser Co-committed-by: John Olheiser --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 52071f9..a9fb86d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.jolheiser.com/imp +module gitea.com/jolheiser/imp go 1.14