mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Build against a local copy of dbus
This commit is contained in:
parent
858e05186c
commit
9c1acce02a
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -23,6 +23,8 @@ require (
|
|||
howett.net/plist v1.0.1
|
||||
)
|
||||
|
||||
//replace github.com/kovidgoyal/dbus => ../dbus
|
||||
|
||||
require (
|
||||
github.com/disintegration/imaging v1.6.2 // indirect
|
||||
github.com/go-ole/go-ole v1.2.6 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue