1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-13 13:59:06 +02:00

Merge pull request #1461 from mjarkk/remove-ununsed-gomod-replace

Remove unused dep replacement in go.mod
This commit is contained in:
Mark Kopenga 2021-09-02 09:19:34 +02:00 committed by GitHub
commit ab8f2b7cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

2
go.mod
View File

@ -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
vendor/modules.txt vendored
View File

@ -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