mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Fix builds broken by replace in go.mod
This commit is contained in:
parent
c2c9d2ceb2
commit
af1075c3f6
2 changed files with 2 additions and 2 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -28,4 +28,3 @@ terminfo/x/* linguist-generated=true
|
|||
*.py text diff=python
|
||||
*.m text diff=objc
|
||||
*.go text diff=go
|
||||
*.mod filter=goreplace
|
||||
|
|
|
|||
3
go.mod
3
go.mod
|
|
@ -23,7 +23,8 @@ require (
|
|||
howett.net/plist v1.0.1
|
||||
)
|
||||
|
||||
//replace github.com/kovidgoyal/dbus => ../dbus
|
||||
// Uncomment the following to use a local checkout of dbus
|
||||
// replace github.com/kovidgoyal/dbus => ../dbus
|
||||
|
||||
require (
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue