collage-maker/go.mod

12 lines
203 B
Modula-2
Raw Normal View History

2023-08-01 19:16:46 -04:00
module go.balki.me/collage-maker
2024-08-07 18:07:41 -04:00
go 1.22
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
go.oneofone.dev/resize v1.0.1
)
require golang.org/x/image v0.1.0 // indirect