From 39970c645156d169a3ccf15a2fd6a5da2b444654 Mon Sep 17 00:00:00 2001 From: Zeev Diukman Date: Wed, 11 Sep 2024 17:29:13 +0300 Subject: [PATCH] 1 --- .gitconfig | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 2146dc4..69c7058 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,2 @@ -[url "git@github.com:zeevdiukman/z.git"] - insteadOf = https://github.com/ +[url "git@github.com:zeevdiukman/helper.git"] +insteadOf = https://github.com/ diff --git a/go.mod b/go.mod index 040e0ab..89f34d2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/zeevdiukman/z/helper +module github.com/zeevdiukman/helper go 1.23.1