hide and delete invalid pinned items #74

This commit is contained in:
piotr
2022-11-12 03:41:24 +01:00
parent 3fe6d71234
commit ebdbe71ac6
4 changed files with 16 additions and 3 deletions

10
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/nwg-piotr/nwg-drawer
go 1.16
go 1.18
require (
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
@@ -10,3 +10,11 @@ require (
github.com/joshuarubin/go-sway v0.0.4
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/joshuarubin/lifecycle v1.0.0 // indirect
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
)