Update gotk3 to the latest version to avoid build failures

This commit is contained in:
Matthew Kosarek
2024-08-11 15:59:14 -04:00
parent 433c05ca1e
commit e6a1130524
2 changed files with 4 additions and 28 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
github.com/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774
github.com/fsnotify/fsnotify v1.7.0
github.com/gotk3/gotk3 v0.6.3
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
github.com/joshuarubin/go-sway v1.2.0
github.com/sirupsen/logrus v1.9.3
)