From 547a3937a85b1490f41e102bb8f7082e6c24832f Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Fri, 2 Jun 2023 10:43:36 +0200 Subject: [PATCH] Update dependencies --- cmd/cbconvert/go.mod | 6 +++--- cmd/cbconvert/go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmd/cbconvert/go.mod b/cmd/cbconvert/go.mod index 2c089a2..9ad3fa2 100644 --- a/cmd/cbconvert/go.mod +++ b/cmd/cbconvert/go.mod @@ -5,7 +5,7 @@ go 1.19 //replace github.com/gen2brain/cbconvert => ../../ require ( - github.com/gen2brain/cbconvert v0.0.0-20230304092701-64fb152c3699 + github.com/gen2brain/cbconvert v0.0.0-20230602083209-d47c1c1464e7 github.com/schollz/progressbar/v3 v3.10.0 github.com/spf13/pflag v1.0.5 ) @@ -14,8 +14,8 @@ require ( github.com/chai2010/webp v1.1.1 // indirect github.com/disintegration/imaging v1.6.2 // indirect github.com/fvbommel/sortorder v1.0.2 // indirect - github.com/gen2brain/go-fitz v1.20.2 // indirect - github.com/gen2brain/go-unarr v0.1.6 // indirect + github.com/gen2brain/go-fitz v1.22.2 // indirect + github.com/gen2brain/go-unarr v0.1.7 // indirect github.com/hotei/bmp v0.0.0-20150430041436-f620cebab0c7 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect diff --git a/cmd/cbconvert/go.sum b/cmd/cbconvert/go.sum index f6c88d4..566550c 100644 --- a/cmd/cbconvert/go.sum +++ b/cmd/cbconvert/go.sum @@ -7,12 +7,12 @@ github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1 github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4= github.com/fvbommel/sortorder v1.0.2 h1:mV4o8B2hKboCdkJm+a7uX/SIpZob4JzUpc5GGnM45eo= github.com/fvbommel/sortorder v1.0.2/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0= -github.com/gen2brain/cbconvert v0.0.0-20230304092701-64fb152c3699 h1:tQmwEp/vqV8I+Q74gpYESAijGvPhAFV42tJsj/mID0Q= -github.com/gen2brain/cbconvert v0.0.0-20230304092701-64fb152c3699/go.mod h1:GO5h+s7160FK66rth/0QS06HgXFwE57jaP3OTX/8Rv0= -github.com/gen2brain/go-fitz v1.20.2 h1:4FPJCU/ImQ32oojBsYn/+oTkRORxbAhAA+Yw1Fm97MA= -github.com/gen2brain/go-fitz v1.20.2/go.mod h1:YbQPODTC/UnQ/RK4JyD3zfpDQ19UKiV85nMMT3XpT0s= -github.com/gen2brain/go-unarr v0.1.6 h1:2TtfIQ2dGuCkgEYa+vPE1ydcpkB3CtBbdYMfRSGLdA8= -github.com/gen2brain/go-unarr v0.1.6/go.mod h1:P05CsEe8jVEXhxqXqp9mFKUKFV0BKpFmtgNWf8Mcoos= +github.com/gen2brain/cbconvert v0.0.0-20230602083209-d47c1c1464e7 h1:/eNrPVEKjaJIdDoQ/re5dfK3uvKn4TYtTd/KxCwhCKA= +github.com/gen2brain/cbconvert v0.0.0-20230602083209-d47c1c1464e7/go.mod h1:T+VFZwgeDRPl8WJXjTU0TAQDwUhuLeUQIS8BW1FWgqU= +github.com/gen2brain/go-fitz v1.22.2 h1:pisRYS3x/tvsiS4UzdBoiStmOxYoisOGNCUB4+0RKhE= +github.com/gen2brain/go-fitz v1.22.2/go.mod h1:HU04vc+RisUh/kvEd2pB0LAxmK1oyXdN4ftyshUr9rQ= +github.com/gen2brain/go-unarr v0.1.7 h1:mEE7bPShJIsmAX67t6BW2ibpEUO7j5WK152KgNM9NbQ= +github.com/gen2brain/go-unarr v0.1.7/go.mod h1:MK9a3hddpaIxjEtrE1f/LA5yJ7gA34cS7Oyr325sY9s= github.com/hotei/bmp v0.0.0-20150430041436-f620cebab0c7 h1:NlUATi3cllRJhpM4mfR9BxiLRXT83bcSLcOa+S8lrME= github.com/hotei/bmp v0.0.0-20150430041436-f620cebab0c7/go.mod h1:Hku3FQ2laCEwSv7Z8YkC0er38jLaUycUCbsFkWMr+z4= github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213/go.mod h1:vNUNkEQ1e29fT/6vq2aBdFsgNPmy8qMdSay1npru+Sw=