go-sway -> 1.2.0

This commit is contained in:
piotr
2022-12-01 00:03:17 +01:00
parent 85cc2d78ee
commit cb6a7f44fe
3 changed files with 16 additions and 13 deletions

8
go.mod
View File

@@ -1,14 +1,14 @@
module github.com/nwg-piotr/nwg-drawer
go 1.18
go 1.19
require (
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
github.com/dlasky/gotk3-layershell v0.0.0-20210827021656-e6ecab2731f7
github.com/fsnotify/fsnotify v1.5.1
github.com/gotk3/gotk3 v0.6.1
github.com/joshuarubin/go-sway v0.0.4
github.com/sirupsen/logrus v1.8.1
github.com/joshuarubin/go-sway v1.2.0
github.com/sirupsen/logrus v1.9.0
)
require (
@@ -16,5 +16,5 @@ require (
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)