From c921e542eba045790e8fee49577b9ffbe547facd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Thu, 27 Oct 2022 16:13:09 +0200 Subject: [PATCH] fix go mod --- README.md | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9cbc17..75f7c7b 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ A collection of general & useful library methods Every subfolder is a seperate dependency and can be imported individually +Potentially needs `export GOPRIVATE="gogs.mikescher.com"` \ No newline at end of file diff --git a/go.mod b/go.mod index e89d205..500667d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module blackforestbytes.com/goext/lang +module blackforestbytes.com/goext go 1.19