Skip to content

Commit

Permalink
Bump github.com/matzefriedrich/cobra-extensions from 0.4.2 to 0.4.3 (#43
Browse files Browse the repository at this point in the history
)

* Bump github.com/matzefriedrich/cobra-extensions from 0.4.2 to 0.4.3

Bumps [github.com/matzefriedrich/cobra-extensions](https://github.com/matzefriedrich/cobra-extensions) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/matzefriedrich/cobra-extensions/releases)
- [Changelog](https://github.com/matzefriedrich/cobra-extensions/blob/main/CHANGELOG.md)
- [Commits](matzefriedrich/cobra-extensions@v0.4.2...v0.4.3)

---
updated-dependencies:
- dependency-name: github.com/matzefriedrich/cobra-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updates the changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Friedrich <[email protected]>
  • Loading branch information
dependabot[bot] and matzefriedrich authored Jan 23, 2025
1 parent ae61683 commit b6edcf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.8] - 2025-01-23

* Bumps `github.com/matzefriedrich/cobra-extensions` from 0.4.2 to 0.4.3 [#43](https://github.com/matzefriedrich/parsley/pull/43)


## [v1.0.7] - 2024-12-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/matzefriedrich/parsley
go 1.23

require (
github.com/matzefriedrich/cobra-extensions v0.4.2
github.com/matzefriedrich/cobra-extensions v0.4.3
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 h1:VqmyWH7FA+mut7xvR/B1/j9jR1Dj5OwnVlJaqM5dKco=
github.com/matzefriedrich/cobra-extensions v0.4.2/go.mod h1:iky9d8rdIER5HUe95zpMdXo8VuTM8sYyo0faq0DKj6M=
github.com/matzefriedrich/cobra-extensions v0.4.3 h1:Bb7tbxdlOT6a0MwF0CS3BEn0f2knBI1X+FMWdE6XkWQ=
github.com/matzefriedrich/cobra-extensions v0.4.3/go.mod h1:K9CLyWicjRC/eaEJZ1gEHz8Wgzkdom8ZcsOF08eW/lE=
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=
Expand Down

0 comments on commit b6edcf1

Please sign in to comment.