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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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

3
go.mod
View file

@ -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