From 320cc4e8b6ae83337a5008500f8f2a0c5afb23b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:42:54 +0000 Subject: [PATCH] chore(deps): bump github.com/boombuler/barcode from 1.0.1 to 1.0.2 Bumps [github.com/boombuler/barcode](https://github.com/boombuler/barcode) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/boombuler/barcode/releases) - [Commits](https://github.com/boombuler/barcode/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: github.com/boombuler/barcode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3b24c82..9b9658d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/KEINOS/go-totp go 1.22.2 require ( - github.com/boombuler/barcode v1.0.1 + github.com/boombuler/barcode v1.0.2 github.com/pkg/errors v0.9.1 github.com/pquerna/otp v1.4.0 github.com/stretchr/testify v1.9.0 diff --git a/go.sum b/go.sum index d6cbe07..86eaa82 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= -github.com/boombuler/barcode v1.0.1 h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs= -github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/boombuler/barcode v1.0.2 h1:79yrbttoZrLGkL/oOI8hBrUKucwOL0oOjUgEguGMcJ4= +github.com/boombuler/barcode v1.0.2/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=