init
This commit is contained in:
12
go.mod
Normal file
12
go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module git.satori.love/gameui/webp
|
||||
|
||||
go 1.18
|
||||
|
||||
require github.com/disintegration/imaging v1.6.2
|
||||
|
||||
require github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 // indirect
|
||||
|
||||
require (
|
||||
github.com/chai2010/webp v1.1.1
|
||||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
||||
)
|
Reference in New Issue
Block a user