Skip to content

Commit

Permalink
remove unused dep replacement in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mjarkk committed Sep 2, 2021
1 parent 51383f2 commit 16dbb6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,3 @@ golang.org/x/text/transform
gopkg.in/warnings.v0
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gopkg.in/yaml.v3
# github.com/go-git/go-git/v5 => github.com/jesseduffield/go-git/v5 v5.1.1

0 comments on commit 16dbb6f

Please sign in to comment.