webp
This commit is contained in:
9
go.mod
9
go.mod
@@ -10,11 +10,18 @@ require (
|
||||
gorm.io/gorm v1.25.1
|
||||
)
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
||||
github.com/sizeofint/webp-animation v0.0.0-20190207194838-b631dc900de9 // indirect
|
||||
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/chai2010/webp v1.1.1
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.669
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.669
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
|
Reference in New Issue
Block a user