From bb54fdec159ab3a00b9aa0da8419cc91bc755d5b Mon Sep 17 00:00:00 2001 From: Zeev Diukman Date: Wed, 11 Sep 2024 17:34:03 +0300 Subject: [PATCH] 1 --- .gitconfig | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 20cd234..6709c88 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,2 @@ [url "git@github.com:zeevdiukman/dns.git"] - insteadOf = https://github.com/ +insteadOf = https://github.com/ diff --git a/go.mod b/go.mod index ae97629..a91c2c5 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/zeevdiukman/z/dns +module github.com/zeevdiukman/dns go 1.23.1