init
This commit is contained in:
commit
53b2c66770
5 changed files with 165 additions and 0 deletions
18
go.mod
Normal file
18
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue