From fac7176b3902f20a921f7cba524d31e8d31b0fa7 Mon Sep 17 00:00:00 2001 From: Sharwin Patil Date: Thu, 26 Dec 2024 17:38:10 -0600 Subject: [PATCH] Update go.mod --- go.mod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/go.mod b/go.mod index 66bf766..7fa9de2 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,9 @@ module github.com/hugo-toha/toha/v4 go 1.21 + +require github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef // indirect + +replace( + github.com/hugo-toha/toha/v4 => /home/sharwin/toha +)