From eed98e538f605ccc74f0a75049d5fb3655df18eb Mon Sep 17 00:00:00 2001 From: Adrian Polo Date: Thu, 21 Apr 2022 01:20:10 +0200 Subject: [PATCH] use the correct path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 36ebde2..3d1675b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module bjournal +module github.com/apoloa/bjournal go 1.17