mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix builds broken by replace in go.mod
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -28,4 +28,3 @@ terminfo/x/* linguist-generated=true
|
|||||||
*.py text diff=python
|
*.py text diff=python
|
||||||
*.m text diff=objc
|
*.m text diff=objc
|
||||||
*.go text diff=go
|
*.go text diff=go
|
||||||
*.mod filter=goreplace
|
|
||||||
|
|||||||
3
go.mod
3
go.mod
@@ -23,7 +23,8 @@ require (
|
|||||||
howett.net/plist v1.0.1
|
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 (
|
require (
|
||||||
github.com/disintegration/imaging v1.6.2 // indirect
|
github.com/disintegration/imaging v1.6.2 // indirect
|
||||||
|
|||||||
Reference in New Issue
Block a user