mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
remove unused dep replacement in go.mod
This commit is contained in:
parent
51383f24bf
commit
16dbb6f76e
2
go.mod
2
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
|
||||
|
|
|
|||
1
vendor/modules.txt
vendored
1
vendor/modules.txt
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue