From a411bf64656c107844b75ecd41523e743fab106e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 22:58:28 +0000 Subject: [PATCH] Bump github.com/sunshineplan/utils from 0.1.34 to 0.1.36 in /converter Bumps [github.com/sunshineplan/utils](https://github.com/sunshineplan/utils) from 0.1.34 to 0.1.36. - [Release notes](https://github.com/sunshineplan/utils/releases) - [Commits](https://github.com/sunshineplan/utils/compare/v0.1.34...v0.1.36) --- updated-dependencies: - dependency-name: github.com/sunshineplan/utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 81245cc..5301eb4 100644 --- a/converter/go.mod +++ b/converter/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/sunshineplan/imgconv v1.1.4 github.com/sunshineplan/tiff v0.0.0-20220128141034-29b9d69bd906 - github.com/sunshineplan/utils v0.1.34 + github.com/sunshineplan/utils v0.1.36 ) require ( diff --git a/converter/go.sum b/converter/go.sum index 7a4c4ca..c1c5915 100644 --- a/converter/go.sum +++ b/converter/go.sum @@ -17,8 +17,8 @@ github.com/sunshineplan/pdf v1.0.3 h1:Ng+/f35i0jlB87STk6sXaINqhF0JsIyXLZntWWOcGh github.com/sunshineplan/pdf v1.0.3/go.mod h1:4JqkeywDS6kIsqODkNKZ847P2K8eRpSSzf12FTRmUVg= 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.34 h1:9rb1a9FIoCEtlnBlo+nb4P4w2DyHt0uU/hpPjYdiQdc= -github.com/sunshineplan/utils v0.1.34/go.mod h1:Wx+eubdt52Vl0l7U6gGjtP6VGrA5jqLeqWNDckGXL8I= +github.com/sunshineplan/utils v0.1.36 h1:GyQDRfBJHumIrPW4w/bpghJtVuPzRsXBVsrgfWCWP6U= +github.com/sunshineplan/utils v0.1.36/go.mod h1:Wx+eubdt52Vl0l7U6gGjtP6VGrA5jqLeqWNDckGXL8I= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=