From 1d06dd1d2fcfc96920617e6a1b33eb397ce9791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:04:06 +0000 Subject: [PATCH] Bump github.com/digitorus/pdf from 0.1.2 to 0.2.0 Bumps [github.com/digitorus/pdf](https://github.com/digitorus/pdf) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/digitorus/pdf/releases) - [Commits](https://github.com/digitorus/pdf/compare/v0.1.2...v0.2.0) --- updated-dependencies: - dependency-name: github.com/digitorus/pdf dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9c3154f..db2c213 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.3 require ( github.com/denisbrodbeck/machineid v1.0.1 - github.com/digitorus/pdf v0.1.2 + github.com/digitorus/pdf v0.2.0 github.com/digitorus/pdfsign v0.0.0-20250226084642-540ffbbec869 github.com/digitorus/pkcs11 v0.0.0-20231109204637-6ee79d00536b github.com/fsnotify/fsnotify v1.9.0 diff --git a/go.sum b/go.sum index dc05556..4af3504 100644 --- a/go.sum +++ b/go.sum @@ -9,6 +9,8 @@ github.com/denisbrodbeck/machineid v1.0.1 h1:geKr9qtkB876mXguW2X6TU4ZynleN6ezuMS github.com/denisbrodbeck/machineid v1.0.1/go.mod h1:dJUwb7PTidGDeYyUBmXZ2GphQBbjJCrnectwCyxcUSI= github.com/digitorus/pdf v0.1.2 h1:RjYEJNbiV6Kcn8QzRi6pwHuOaSieUUrg4EZo4b7KuIQ= github.com/digitorus/pdf v0.1.2/go.mod h1:05fDDJhPswBRM7GTfqCxNiDyeNcN0f+IobfOAl5pdXw= +github.com/digitorus/pdf v0.2.0 h1:VTH4wOsVqIcV3CHeh8kahHDtvPmlK3jjRMIGhLXn4K4= +github.com/digitorus/pdf v0.2.0/go.mod h1:hAVtI9P/OwJ4Hk+xoxxpLfBL3KHFpEFfcKMAnv02F80= github.com/digitorus/pdfsign v0.0.0-20250226084642-540ffbbec869 h1:3CtGdxJnOis/m/hHh7bxEi+5Sw7EyZNKFrHcPPWIwVY= github.com/digitorus/pdfsign v0.0.0-20250226084642-540ffbbec869/go.mod h1:EIX0ukk/f4C0ZdDYSB4YFGPSL/JfHy6JBwTxDYaMrVY= github.com/digitorus/pkcs11 v0.0.0-20231109204637-6ee79d00536b h1:vXN43Cuzh9pBsv1kfRc9F1iZr6r1mHHP0+RfCO7Pd1o=