From 6165f18d2643e09154d37e87b9c8323291eedec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 00:58:00 +0000 Subject: [PATCH] Bump github.com/senzing/go-common from 0.2.8 to 0.2.10 (#19) Bumps [github.com/senzing/go-common](https://github.com/senzing/go-common) from 0.2.8 to 0.2.10. - [Release notes](https://github.com/senzing/go-common/releases) - [Changelog](https://github.com/Senzing/go-common/blob/main/CHANGELOG.md) - [Commits](https://github.com/senzing/go-common/compare/0.2.8...0.2.10) --- updated-dependencies: - dependency-name: github.com/senzing/go-common 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 86aa256..ad86eb6 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/senzing/go-cmdhelping go 1.20 require ( - github.com/senzing/go-common v0.2.8 + github.com/senzing/go-common v0.2.10 github.com/spf13/cobra v1.7.0 github.com/spf13/viper v1.16.0 github.com/stretchr/testify v1.8.4 diff --git a/go.sum b/go.sum index 933912d..e136fd7 100644 --- a/go.sum +++ b/go.sum @@ -150,8 +150,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/senzing/go-common v0.2.8 h1:NX58gqSN7k/NzAGrGdfOCu/aImq2H3BfGBI+NaZsrcU= -github.com/senzing/go-common v0.2.8/go.mod h1:6qV7VjigHkBnx/kNicAbfavg/Lt4ssPYiILsaeRHk5c= +github.com/senzing/go-common v0.2.10 h1:TkdTbxFlVeKKYCpHPqq8WFf1B5ejf7PjVTqRGIFYEyU= +github.com/senzing/go-common v0.2.10/go.mod h1:UInzpkEUxtEZQ2P2L33pEnY54/jHcEu4qNSZFq6ooDM= github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM= github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=