nwg-drawer/go.mod

21 lines
612 B
Modula-2
Raw Permalink Normal View History

2021-06-27 00:45:46 +03:00
module github.com/nwg-piotr/nwg-drawer
2021-05-19 01:53:51 +03:00
2024-10-03 02:05:14 +03:00
go 1.23
2021-05-19 01:53:51 +03:00
require (
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
2024-06-17 02:53:25 +03:00
github.com/dlasky/gotk3-layershell v0.0.0-20240515133811-5c5115f0d774
2023-11-08 04:25:43 +03:00
github.com/fsnotify/fsnotify v1.7.0
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
2022-12-01 02:03:17 +03:00
github.com/joshuarubin/go-sway v1.2.0
2023-07-06 17:10:31 +03:00
github.com/sirupsen/logrus v1.9.3
2021-05-19 01:53:51 +03:00
)
require (
2024-09-30 23:09:56 +03:00
github.com/expr-lang/expr v1.16.9 // indirect
2023-07-06 17:10:31 +03:00
github.com/joshuarubin/lifecycle v1.1.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
2024-09-22 14:29:07 +03:00
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
)