aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyman Bagabas <ayman.bagabas@gmail.com>2023-12-21 14:43:36 -0500
committerAyman Bagabas <ayman.bagabas@gmail.com>2023-12-21 14:43:36 -0500
commit0de5837a21d2cf63f429ffe6a6a465336913d564 (patch)
tree89d9c1a5bb835468b3c09af55ffec9e8c38a3f8f
parenteab7337c1d22e893bdd0ad731b2d6d4676b289b9 (diff)
downloadgo-git-0de5837a21d2cf63f429ffe6a6a465336913d564.tar.gz
git: cli, fix module name
Fix the cli module package name Fixes: https://github.com/go-git/go-git/issues/952 Fixes: https://github.com/go-git/go-git/pull/914
-rw-r--r--cli/go-git/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/go-git/go.mod b/cli/go-git/go.mod
index 03b1f1f..f026f0a 100644
--- a/cli/go-git/go.mod
+++ b/cli/go-git/go.mod
@@ -1,4 +1,4 @@
-module github.com/go-git/v5/go-git/cli/go-git
+module github.com/go-git/go-git/cli/go-git
go 1.19