You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
746 B
20 lines
746 B
module git.nightmare.haus/rudi/BackgroundDaemon |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/fogleman/gg v1.3.0 |
|
github.com/reujab/wallpaper v0.0.0-20210630195606-5f9f655b3740 |
|
) |
|
|
|
require ( |
|
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect |
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect |
|
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect |
|
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 // indirect |
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect |
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect |
|
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect |
|
gopkg.in/ini.v1 v1.62.0 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
)
|
|
|