Update dependencies

This commit is contained in:
Milan Nikolic
2023-06-02 10:52:08 +02:00
parent 6fe10f5bdb
commit 16d01e292e
2 changed files with 24 additions and 17 deletions
+6 -6
View File
@@ -5,12 +5,12 @@ go 1.19
require (
github.com/chai2010/webp v1.1.1
github.com/disintegration/imaging v1.6.2
github.com/fvbommel/sortorder v1.0.2
github.com/gen2brain/go-fitz v1.20.1
github.com/gen2brain/go-unarr v0.1.6
github.com/fvbommel/sortorder v1.1.0
github.com/gen2brain/go-fitz v1.22.2
github.com/gen2brain/go-unarr v0.1.7
github.com/hotei/bmp v0.0.0-20150430041436-f620cebab0c7
github.com/strukturag/libheif v1.13.0
golang.org/x/image v0.5.0
golang.org/x/sync v0.1.0
gopkg.in/gographics/imagick.v3 v3.4.1
golang.org/x/image v0.7.0
golang.org/x/sync v0.2.0
gopkg.in/gographics/imagick.v3 v3.4.2
)