diff --git a/converter/go.mod b/converter/go.mod index 79ecf7b..5c2310d 100644 --- a/converter/go.mod +++ b/converter/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/sunshineplan/imgconv v0.0.0-00010101000000-000000000000 github.com/sunshineplan/tiff v0.0.0-20220128141034-29b9d69bd906 - github.com/sunshineplan/utils v0.1.65 + github.com/sunshineplan/utils v0.1.66 ) require ( diff --git a/converter/go.sum b/converter/go.sum index 098b51a..c5315d6 100644 --- a/converter/go.sum +++ b/converter/go.sum @@ -15,8 +15,8 @@ github.com/sunshineplan/pdf v1.0.7 h1:62xlc079jh4tGLDjiihyyhwVFkn0IsxLyDpHplbG9E github.com/sunshineplan/pdf v1.0.7/go.mod h1:QsEmZCWBE3uFK8PCrM0pua1WDWLNU77YusiDEcY56OQ= github.com/sunshineplan/tiff v0.0.0-20220128141034-29b9d69bd906 h1:+yYRCj+PGQNnnen4+/Q7eKD2J87RJs+O39bjtHhPauk= github.com/sunshineplan/tiff v0.0.0-20220128141034-29b9d69bd906/go.mod h1:O+Ar7ouRbdfxLgoZLFz447/dvdM1NVKk1VpOQaijvAU= -github.com/sunshineplan/utils v0.1.65 h1:T1vDRrLtKfJao6vZFSuJngBEAb+sHNqmgEr0fu9G430= -github.com/sunshineplan/utils v0.1.65/go.mod h1:QMe2vCEFq9VliPac8WfXndi5jP0ZrPHus8wvJlgBy5M= +github.com/sunshineplan/utils v0.1.66 h1:YwIuVQxmaL0bEnEKHU64pseCC18w2MZVtyrmY4VFOew= +github.com/sunshineplan/utils v0.1.66/go.mod h1:QMe2vCEFq9VliPac8WfXndi5jP0ZrPHus8wvJlgBy5M= golang.org/x/image v0.16.0 h1:9kloLAKhUufZhA12l5fwnx2NZW39/we1UhBesW433jw= golang.org/x/image v0.16.0/go.mod h1:ugSZItdV4nOxyqp56HmXwH0Ry0nBCpjnZdpDaIHdoPs= golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=