2024-10-30 20:36:10 +00:00
|
|
|
module gopaper
|
2024-10-26 23:48:17 +00:00
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
2024-10-28 23:29:20 +00:00
|
|
|
require (
|
|
|
|
github.com/disintegration/gift v1.2.1
|
|
|
|
golang.org/x/image v0.21.0
|
|
|
|
)
|
2024-10-30 18:22:03 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/adhocore/jsonc v0.10.0
|
2024-10-31 11:54:39 +00:00
|
|
|
github.com/crazy3lf/colorconv v1.2.0
|
2024-10-30 18:22:03 +00:00
|
|
|
)
|
2024-10-31 11:54:39 +00:00
|
|
|
|
|
|
|
require github.com/swaywm/swaybg v1.2.1 // indirect
|