From cefb05eef7b5a2e919191e11e59feb18f7b14d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:17:55 +0100 Subject: [PATCH] Bump github.com/matzefriedrich/cobra-extensions from 0.4.0 to 0.4.1 (#41) * Bump github.com/matzefriedrich/cobra-extensions from 0.4.0 to 0.4.1 Bumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases) - [Changelog](https://github.com/matzefriedrich/cobra-extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/matzefriedrich/cobra-extensions/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: github.com/matzefriedrich/cobra-extensions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Updates the changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Friedrich <1573457+matzefriedrich@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6616c1c..d568d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.6] - 2024-12-11 + +### Changed + +* Updates package dependencies (as reported by Dependabot). + + ## [v1.0.5] - 2024-11-27 ### Changed diff --git a/go.mod b/go.mod index a7df903..1516b05 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/matzefriedrich/parsley go 1.23 require ( - github.com/matzefriedrich/cobra-extensions v0.4.0 + github.com/matzefriedrich/cobra-extensions v0.4.1 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 diff --git a/go.sum b/go.sum index 6cb4ee7..01e89db 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/matzefriedrich/cobra-extensions v0.4.0 h1:ZJPfB+kmLTU0kCyNVFjAucV+Iexsr6c7ThYIuOCXR0s= -github.com/matzefriedrich/cobra-extensions v0.4.0/go.mod h1:Pc316EctF1k3eI1aGQNDGaAMtvS6nKR04nIgrdrZvuM= +github.com/matzefriedrich/cobra-extensions v0.4.1 h1:KIBIwkq3uTOtDbaP/F1dxf40ewk3AGcbJyw4qXeDKFE= +github.com/matzefriedrich/cobra-extensions v0.4.1/go.mod h1:k/mv3Pl3I/qtm0+mj0m5t3lc54EGkpSDCXeruBe0mPo= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=