This commit is contained in:
Simon Vieille 2024-07-30 19:59:47 +02:00
commit 53b2c66770
Signed by: deblan
GPG key ID: 579388D585F70417
5 changed files with 165 additions and 0 deletions

18
go.mod Normal file
View file

@ -0,0 +1,18 @@
module gitnet.fr/deblan/i3-wallpaper-manager
go 1.22.2
require (
go.i3wm.org/i3 v0.0.0-20190720062127-36e6ec85cc5a
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
github.com/BurntSushi/xgbutil v0.0.0-20160919175755-f7c97cef3b4e // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/james-barrow/golang-ipc v1.2.4 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/tools v0.9.1 // indirect
)