mirror of
https://github.com/gen2brain/cbconvert
synced 2025-10-13 18:18:52 +02:00
Change webp library
This commit is contained in:
13
go.mod
13
go.mod
@@ -3,7 +3,7 @@ module github.com/gen2brain/cbconvert
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/chai2010/webp v1.1.1
|
||||
git.sr.ht/~jackmordaunt/go-libwebp v1.1.0
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/fvbommel/sortorder v1.1.0
|
||||
@@ -13,3 +13,14 @@ require (
|
||||
golang.org/x/sync v0.6.0
|
||||
gopkg.in/gographics/imagick.v3 v3.5.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.5.1 // indirect
|
||||
github.com/google/uuid v1.3.1 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
modernc.org/libc v1.24.1 // indirect
|
||||
modernc.org/mathutil v1.6.0 // indirect
|
||||
modernc.org/memory v1.7.2 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user