summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2021-09-02 09:13:18 +0200
committermjarkk <mkopenga@gmail.com>2021-09-02 09:13:18 +0200
commit16dbb6f76e74a8a4a179b2e8a3a493f276452f9e (patch)
tree68e4cf107bdcba3538e850b8e888672d6c5c1a8b /go.mod
parent51383f24bf5f5e5858eebfb9af3ba2e35ed77bb0 (diff)
remove unused dep replacement in go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 476c8879b..10f488121 100644
--- a/go.mod
+++ b/go.mod
@@ -44,5 +44,3 @@ require (
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
golang.org/x/text v0.3.6 // indirect
)
-
-replace github.com/go-git/go-git/v5 => github.com/jesseduffield/go-git/v5 v5.1.1