Fix builds broken by replace in go.mod

This commit is contained in:
Kovid Goyal
2025-05-21 12:42:51 +05:30
parent c2c9d2ceb2
commit af1075c3f6
2 changed files with 2 additions and 2 deletions

1
.gitattributes vendored
View File

@@ -28,4 +28,3 @@ terminfo/x/* linguist-generated=true
*.py text diff=python
*.m text diff=objc
*.go text diff=go
*.mod filter=goreplace

1
go.mod
View File

@@ -23,6 +23,7 @@ require (
howett.net/plist v1.0.1
)
// Uncomment the following to use a local checkout of dbus
// replace github.com/kovidgoyal/dbus => ../dbus
require (