collage-maker/go.mod

11 lines
175 B
Modula-2
Raw Normal View History

2023-08-01 19:16:46 -04:00
module go.balki.me/collage-maker
2024-10-18 14:17:55 -04:00
go 1.23.2
2023-08-03 19:33:05 -04:00
require (
2024-08-08 22:57:59 -04:00
github.com/disintegration/imaging v1.6.2
go.balki.me/anyhttp v0.3.0
2023-08-03 19:33:05 -04:00
)
2024-10-18 14:17:55 -04:00
require golang.org/x/image v0.21.0 // indirect