14 lines
368 B
Modula-2
14 lines
368 B
Modula-2
module git.satori.love/gameui/webp
|
|
|
|
go 1.18
|
|
|
|
require github.com/disintegration/imaging v1.6.2
|
|
|
|
require github.com/sizeofint/webp-animation v0.0.0-20190207194838-b631dc900de9 // indirect
|
|
|
|
require (
|
|
github.com/chai2010/webp v1.1.1
|
|
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
|
)
|