From 7631057a3be229376d055246fd1461e657741e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 22:13:13 +0000 Subject: [PATCH] Bump github.com/sunshineplan/utils from 0.1.65 to 0.1.66 in /converter (#117) Bumps [github.com/sunshineplan/utils](https://github.com/sunshineplan/utils) from 0.1.65 to 0.1.66. - [Release notes](https://github.com/sunshineplan/utils/releases) - [Commits](https://github.com/sunshineplan/utils/compare/v0.1.65...v0.1.66) --- updated-dependencies: - dependency-name: github.com/sunshineplan/utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- converter/go.mod | 2 +- converter/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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=