12 lines
314 B
Modula-2
12 lines
314 B
Modula-2
module github.com/nwg-piotr/nwg-drawer
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37
|
|
github.com/dlasky/gotk3-layershell v0.0.0-20210331230524-5cca0b819261
|
|
github.com/gotk3/gotk3 v0.6.0
|
|
github.com/joshuarubin/go-sway v0.0.4
|
|
github.com/sirupsen/logrus v1.8.1
|
|
)
|