From 8352747d4d7e6e945e0a48ac6c76c76a59645abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:03:18 +1200 Subject: [PATCH] Bump github.com/SebastiaanKlippert/go-wkhtmltopdf from 1.9.2 to 1.9.3 (#25) Bumps [github.com/SebastiaanKlippert/go-wkhtmltopdf](https://github.com/SebastiaanKlippert/go-wkhtmltopdf) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/SebastiaanKlippert/go-wkhtmltopdf/releases) - [Changelog](https://github.com/SebastiaanKlippert/go-wkhtmltopdf/blob/master/release_test.go) - [Commits](https://github.com/SebastiaanKlippert/go-wkhtmltopdf/compare/v1.9.2...v1.9.3) --- updated-dependencies: - dependency-name: github.com/SebastiaanKlippert/go-wkhtmltopdf 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> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 15bc161..58869f7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module ccinvoice go 1.22 require ( - github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.2 + github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.3 github.com/Shopify/gomail v0.0.0-20220729171026-0784ece65e69 github.com/gofiber/fiber/v2 v2.52.5 github.com/gofiber/template/html/v2 v2.1.2 diff --git a/go.sum b/go.sum index 7e96e2b..9463649 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.2 h1:enQwehstpeaAnsyse1Aqb6r0sU5UJbiNvIqVmPo+KWI= -github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.2/go.mod h1:SQq4xfIdvf6WYKSDxAJc+xOJdolt+/bc1jnQKMtPMvQ= +github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.3 h1:vrA6+R1BMLKMTbos8jAeuBrImHPGtY4gTlcue3OIej8= +github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.3/go.mod h1:SQq4xfIdvf6WYKSDxAJc+xOJdolt+/bc1jnQKMtPMvQ= github.com/Shopify/gomail v0.0.0-20220729171026-0784ece65e69 h1:gPoXdwo3sKq8qcfMu/Nc/wkJMLKwe7kaG9Uo8tOj3cU= github.com/Shopify/gomail v0.0.0-20220729171026-0784ece65e69/go.mod h1:RS+Gaowa0M+gCuiFAiRMGBCMqxLrNA7TESTU/Wbblm8= github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=