initial commit

This commit is contained in:
piotr
2021-05-19 00:53:51 +02:00
parent aa7a484f2b
commit 36d95ecbdc
7 changed files with 1810 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/nwg-piotr/nwg-menu
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.5.3-0.20210223154815-289cfb6dbf32
github.com/joshuarubin/go-sway v0.0.4
)