Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

chore(deps): bump the prod-deps group across 1 directory with 27 updates#36

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/prod-deps-a86fae87ed
Open

chore(deps): bump the prod-deps group across 1 directory with 27 updates#36
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/prod-deps-a86fae87ed

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 26, 2025

Bumps the prod-deps group with 17 updates in the / directory:

Package From To
code.gitea.io/sdk/gitea 0.21.0 0.22.1
dario.cat/mergo 1.0.1 1.0.2
github.com/Masterminds/semver/v3 3.3.1 3.4.0
github.com/awslabs/amazon-ecr-credential-helper/ecr-login 0.9.1 0.10.1
github.com/caarlos0/go-version 0.2.0 0.2.2
github.com/caarlos0/log 0.4.8 0.5.2
github.com/charmbracelet/keygen 0.5.3 0.5.4
github.com/google/go-containerregistry 0.20.3 0.20.6
github.com/google/ko 0.17.1 0.18.0
github.com/goreleaser/fileglob 1.3.0 1.4.0
github.com/goreleaser/nfpm/v2 2.41.3 2.43.4
github.com/jarcoal/httpmock 1.4.0 1.4.1
github.com/mattn/go-mastodon 0.0.9 0.0.10
github.com/slack-go/slack 0.16.0 0.17.3
gitlab.com/gitlab-org/api/client-go 0.128.0 0.157.0
gocloud.dev 0.41.0 0.43.0
github.com/klauspost/compress 1.18.0 1.18.1

Updates code.gitea.io/sdk/gitea from 0.21.0 to 0.22.1

Updates dario.cat/mergo from 1.0.1 to 1.0.2

Release notes

Sourced from dario.cat/mergo's releases.

v1.0.2

What's Changed

  • Drops gopkg.in/yaml.v3, only used for loading fixtures. Thanks @​trim21 for bringing to my attention (#262) that this library is no longer maintained.

Full Changelog: darccio/mergo@v1.0.1...v1.0.2

Commits
  • 7b33b2b refactor: migrate from YAML to JSON for test data and update related functions
  • 229a214 chore(.well-known): add funding manifest URLs file
  • 6be20c6 chore(SECURITY.md): update supported versions to reflect current versioning
  • 9007623 chore(README) : remove kubernetes from the list of users
  • 2b1eb9c Update FUNDING.yml
  • 2ceb994 Create FUNDING.json
  • See full diff in compare view

Updates github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0

Release notes

Sourced from github.com/Masterminds/semver/v3's releases.

v3.4.0

There are a few changes in this release to highlight:

  1. Constraints now has a property IncludePrerelease. When set to true the Check and Validate methods will include prereleases.
  2. When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. This is considered a long standing bug fix. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3.
  3. NewVersion coercion with leading "0"'s is restored. This can be disabled by setting the package level property CoerceNewVersion to false.

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.3.1...v3.4.0

Changelog

Sourced from github.com/Masterminds/semver/v3's changelog.

3.4.0 (2025-06-27)

Added

  • #268: Added property to Constraints to include prereleases for Check and Validate

Changed

  • #263: Updated Go testing for 1.24, 1.23, and 1.22
  • #269: Updated the error message handling for message case and wrapping errors
  • #266: Restore the ability to have leading 0's when parsing with NewVersion. Opt-out of this by setting CoerceNewVersion to false.

Fixed

  • #257: Fixed the CodeQL link (thanks @​dmitris)
  • #262: Restored detailed errors when failed to parse with NewVersion. Opt-out of this by setting DetailedNewVersionErrors to false for faster performance.
  • #267: Handle pre-releases for an "and" group if one constraint includes them
Commits
  • 61fc460 Merge pull request #270 from mattfarina/relnotes-3.4.0
  • 69a63e7 Update the release notes and readme for new version
  • dc05094 Merge pull request #269 from mattfarina/lowercase-error-strings
  • a2cd9c2 Updating the error message handling
  • 9760c47 Merge pull request #268 from mattfarina/include-prerelease
  • c374751 Add property to include prereleases
  • 057c901 Merge pull request #267 from mattfarina/fix-259
  • abab1c2 Handle pre-releases on all in an and group
  • ebda872 Merge pull request #266 from mattfarina/restore-calver
  • 4ed619e Restore the ability to have leading 0's with NewVersion
  • Additional commits viewable in compare view

Updates github.com/awslabs/amazon-ecr-credential-helper/ecr-login from 0.9.1 to 0.10.1

Release notes

Sourced from github.com/awslabs/amazon-ecr-credential-helper/ecr-login's releases.

Amazon ECR Credential Helper - Release v0.10.1

  • Drop golang 1.22 support.
  • Upgrade dependencies.

Assets

Amazon ECR Credential Helper - Release v0.10.0

  • Enhancement - Updated ECR pattern for ECR dual-stack endpoints for IPv6 support. (#967)

Assets

Changelog

Sourced from github.com/awslabs/amazon-ecr-credential-helper/ecr-login's changelog.

0.10.1

  • Drop golang 1.22 support.
  • Upgrade dependencies.

0.10.0

  • Enhancement - Updated ECR pattern for ECR dual-stack endpoints for IPv6 support. (#967)
Commits
  • 19e6928 Update version to 0.10.1
  • 8b9e3db Merge pull request #988 from coderbirju/drop-g22
  • 14c44f1 chore: drop go1.22 support
  • 6f51ca9 Merge pull request #946 from awslabs/dependabot/docker/docker/library/golang-...
  • 86c2aa1 Merge pull request #969 from awslabs/dependabot/github_actions/lycheeverse/ly...
  • 71cf941 build(deps): bump lycheeverse/lychee-action from 2.4.0 to 2.4.1
  • e743217 Merge pull request #987 from coderbirju/update-gi-ci
  • aad7d58 chore: update go version in CI
  • c205101 Merge pull request #983 from awslabs/dependabot/go_modules/ecr-login/aws-sdk-...
  • 6a74967 build(deps): bump the aws-sdk-go-v2 group across 1 directory with 4 updates
  • Additional commits viewable in compare view

Updates github.com/caarlos0/go-version from 0.2.0 to 0.2.2

Release notes

Sourced from github.com/caarlos0/go-version's releases.

v0.2.2

Changelog

Documentation updates

  • 0e3ab393f70a416dab0aa2c8b5d0ceba7c9fe2ca: docs: license (@​caarlos0)

Other work

  • fb9be3476834f38aeb573defaf8a99dab0e3d286: build(deps): bump actions/checkout from 4 to 5 (#14) (@​dependabot[bot])
  • df1b85c79665f0c808b65c215b3df6b97d03b8ee: build(deps): bump actions/setup-go from 5 to 6 (#15) (@​dependabot[bot])

Released with GoReleaser Pro!

v0.2.1

Changelog

Bug fixes

  • 8632731540f449ec0face9921ed83c4c8efcfa59: fix: correct typo in JSON tag for ModuleSum field (#13) (@​alexandear)
  • b37b49f9abc43fd71f804b8a325fada28c4228d3: fix: gitignore codecov tmp files (@​caarlos0)

Other work

  • e71bd708e6c004f2c929ecf9bfc0e73fab4d8520: build(deps): bump golangci/golangci-lint-action from 6 to 7 (#11) (@​dependabot[bot])
  • c5e132582819c40a6a1085bdb5c9609756b97ef8: build(deps): bump golangci/golangci-lint-action from 7 to 8 (#12) (@​dependabot[bot])

Released with GoReleaser Pro!

Commits
  • 0e3ab39 docs: license
  • df1b85c build(deps): bump actions/setup-go from 5 to 6 (#15)
  • fb9be34 build(deps): bump actions/checkout from 4 to 5 (#14)
  • 8632731 fix: correct typo in JSON tag for ModuleSum field (#13)
  • c5e1325 build(deps): bump golangci/golangci-lint-action from 7 to 8 (#12)
  • e71bd70 build(deps): bump golangci/golangci-lint-action from 6 to 7 (#11)
  • b37b49f fix: gitignore codecov tmp files
  • See full diff in compare view

Updates github.com/caarlos0/log from 0.4.8 to 0.5.2

Release notes

Sourced from github.com/caarlos0/log's releases.

v0.5.2

Changelog

Other work

  • dc2c8d0bfcafeff428718061b5f9f6a28f9ff3ac: ci(deps): bump github/codeql-action from 3.30.5 to 3.30.6 in the actions group (#61) (dependabot[bot] <49699333+dependabot[bot]@​users.noreply.github.com>)

Released with GoReleaser Pro!

v0.5.1

Changelog

Bug fixes


Released with GoReleaser Pro!

v0.5.0

Changelog

Full Changelog: caarlos0/log@v0.4.8...v0.5.0


Released with GoReleaser Pro!

Commits
  • dc2c8d0 ci(deps): bump github/codeql-action from 3.30.5 to 3.30.6 in the actions grou...
  • b999320 ci: fix
  • 7fc1b04 ci: workflow permissions
  • 7a783eb ci: pin actions
  • 29852fd fix(deps): right lipgloss version
  • e295e72 ci: security ci job
  • 4b99bee ci: fix dependabot config
  • 0951e69 chore(deps): bump actions/setup-go from 5 to 6 (#59)
  • a50bb5d chore(deps): bump github.com/charmbracelet/colorprofile from 0.3.1 to 0.3.2 (...
  • 282b2ff chore(deps): bump actions/checkout from 4 to 5 (#57)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/keygen from 0.5.3 to 0.5.4

Release notes

Sourced from github.com/charmbracelet/keygen's releases.

v0.5.4

Changelog

Fixed

  • 6563d7d995a6a05eade304d7c9a065d736570f62: fix: lint issues (#46) (@​caarlos0)

Docs

  • 39c47af5fcd23bd69b6512c84bf7d5027a272f60: docs: add contributing guidelines (#41) (@​bashbunni)
  • e27a7972ab26c8e2c4d237aebb7e18f966888920: docs: format example code (@​caarlos0)

Other stuff

  • b8de4997b336cd5e22ac80df3e847a7fd09acafe: ci: fix goreleaser config (@​caarlos0)
  • dad8e903c118bc15fa08540c6e3e99c2436fbcee: ci: sync dependabot config (#37) (@​charmcli)
  • 03355154bd9540a00aeb935cfcc99426b5c6d1f0: ci: sync dependabot config (#44) (@​charmcli)
  • 79c0f922ad463e85f13227d3c402ec87110c1b37: ci: sync golangci-lint config (#33) (@​github-actions[bot])
  • 0cb498f3474ec5a0532e99cb99bce37be512920f: ci: sync golangci-lint config (#34) (@​github-actions[bot])
  • 39c36d5108ee56032a90ce5eaf1fd6a26b2fd8f7: ci: sync golangci-lint config (#36) (@​github-actions[bot])
  • 7a5908fab5a393440f1b874dc67579effdb7b9c3: ci: sync golangci-lint config (#39) (@​github-actions[bot])

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • b8de499 ci: fix goreleaser config
  • e27a797 docs: format example code
  • 6563d7d fix: lint issues (#46)
  • 39c47af docs: add contributing guidelines (#41)
  • 0335515 ci: sync dependabot config (#44)
  • f8e90e5 chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#45)
  • 3a78fe7 chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 (#43)
  • 7a5908f ci: sync golangci-lint config (#39)
  • b5db69a chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (#42)
  • 362b1c9 chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#40)
  • Additional commits viewable in compare view

Updates github.com/google/go-containerregistry from 0.20.3 to 0.20.6

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.20.6

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.4...v0.20.6

v0.20.5

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.5

v0.20.4 - Not usable as a go module

🚨 This release was published to the Go module proxy and then re-tagged with a different commit. This means it's not usable as a Go module (google/go-containerregistry#2107) -- please us v0.20.5 instead.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.20.3...v0.20.4

Commits

Updates github.com/google/ko from 0.17.1 to 0.18.0

Release notes

Sourced from github.com/google/ko's releases.

v0.18.0

What's Changed

New Contributors

Full Changelog: ko-build/ko@v0.17.1...v0.18.0

Commits
  • d206034 Merge pull request #1511 from ko-build/dependabot/go_modules/golang.org/x/too...
  • 840b22d build(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0
  • f59793d Merge pull request #1512 from ko-build/dependabot/go_modules/golang.org/x/syn...
  • 9120d82 build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0
  • 7e8aadc Merge pull request #1508 from ko-build/dependabot/go_modules/k8s.io/apimachin...
  • 4472f78 build(deps): bump k8s.io/apimachinery from 0.32.3 to 0.33.0
  • 08cc961 Merge pull request #1507 from ko-build/dependabot/go_modules/github.com/docke...
  • 1036fbe build(deps): bump github.com/docker/docker
  • f463ddc Merge pull request #1506 from ko-build/dependabot/go_modules/github.com/docke...
  • 8014ea5 Fix concurrent writes happening when setting the annotation
  • Additional commits viewable in compare view

Updates github.com/goreleaser/fileglob from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/goreleaser/fileglob's releases.

v1.4.0

Changelog

New Features

  • 7d09dae359ecfebd9ecb83b81f82189974c3650f: feat(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1 (#41) (@​dependabot[bot])

Bug fixes

  • 960f9051666d681b1a34861346d0f91fcb1d10df: fix: lint, ci updates (@​caarlos0)

Other work

  • b66624b279684b736a3e88e1b25cc87d2a5735c7: build: fix lint (@​caarlos0)
  • ceb7e7f836abd0b96a8ab82434401587245fd3ef: chore(ci): fix stuff for next release (@​caarlos0)
  • bd1ea91dbf67bf290faf4f2b631d7b84f6fdb5ef: chore(deps): bump actions/cache from 2 to 3.0.11 (#40) (@​dependabot[bot])
  • 7a8dacb145ac06f78da603659772f26841902d48: chore(deps): bump actions/cache from 3 to 4 (#48) (@​dependabot[bot])
  • 061e28a2a32469a044099401f29df6a3b1fe56d8: chore(deps): bump actions/checkout from 2 to 3.1.0 (#39) (@​dependabot[bot])
  • dfefcb71f843a178de6a9863cd9ba7d23cd95990: chore(deps): bump actions/checkout from 3 to 4 (#45) (@​dependabot[bot])
  • 9e27485244b6280d7af21bc2788ee1c4beeb7d1a: chore(deps): bump actions/setup-go from 2 to 4 (#42) (@​dependabot[bot])
  • 99738dd862b05f987a90e3f1098a9062af47d97c: chore(deps): bump actions/setup-go from 4 to 5 (#47) (@​dependabot[bot])
  • ab979126b3eda686d5754b96f3ec025f66b8a26d: chore(deps): bump codecov/codecov-action from 2 to 3 (#34) (@​dependabot[bot])
  • 2dfd6bd712b15c0c45321a84849aa5cd3655e156: chore(deps): bump codecov/codecov-action from 3 to 4 (#49) (@​dependabot[bot])
  • af29275d713be600c42a5ecd1d70becfba74b001: chore(deps): bump codecov/codecov-action from 4 to 5 (#55) (@​dependabot[bot])
  • 091c385e93a7468e958e102e83606a7fcae0e733: chore(deps): bump golangci/golangci-lint-action from 2 to 3.2.0 (#37) (@​dependabot[bot])
  • 36ff4f1064c4539995b5c4b0473be03cc851aeb8: chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#50) (@​dependabot[bot])
  • b0addbba781262016168beef8cbe8d28d1d34df7: chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#52) (@​dependabot[bot])
  • df1f04c1648b2d652859927b8c8d5d43c3e9634d: chore(deps): bump goreleaser/goreleaser-action from 2 to 4 (#44) (@​dependabot[bot])
  • 7efb0a02fca821940e7b85014cf4e4617b99266a: chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#46) (@​dependabot[bot])
  • 09ec2d9c983d63696c91c22361f58cb2f15ca60e: chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#53) (@​dependabot[bot])
  • a0f7dacbb2bfe3db6072c3f404ca28dcc44c0d95: ci: add release workflow (@​caarlos0)
  • 97bddb4248ba3c5ce398dc523e313d76e3160dbc: ci: dependabot update (@​caarlos0)
  • d0298f04152a191eccd471fef5da33eb78628cff: ci: update goreleaser (@​caarlos0)
  • 7778a9bccd2591b258ceb66f69eace05b2fa9be7: docs: update badge et al (@​caarlos0)
Commits
  • 97bddb4 ci: dependabot update
  • a0f7dac ci: add release workflow
  • d0298f0 ci: update goreleaser
  • 960f905 fix: lint, ci updates
  • 7778a9b docs: update badge et al
  • af29275 chore(deps): bump codecov/codecov-action from 4 to 5 (#55)
  • 09ec2d9 chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#53)
  • b0addbb chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#52)
  • 36ff4f1 chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#50)
  • 2dfd6bd chore(deps): bump codecov/codecov-action from 3 to 4 (#49)
  • Additional commits viewable in compare view

Updates github.com/goreleaser/nfpm/v2 from 2.41.3 to 2.43.4

Release notes

Sourced from github.com/goreleaser/nfpm/v2's releases.

v2.43.4

Changelog

Dependency updates

  • 5bc4b8b7fafb3ab8582f0a1f0177e47394b701bd: fix(deps): bump alpine from 3.22.1 to 3.22.2 (#986) (@​dependabot[bot])

Full Changelog: goreleaser/nfpm@v2.43.3...v2.43.4

Helping out

This release is only possible thanks to all the support of awesome people!

Want to be one of them? You can sponsor or contribute with code.

Where to go next?

v2.43.3

Changelog

Full Changelog: goreleaser/nfpm@v2.43.2...v2.43.3

Helping out

This release is only possible thanks to all the support of awesome people!

Want to be one of them? You can sponsor or contribute with code.

Where to go next?

v2.43.2

Changelog

Bug fixes

  • 2640cc5070c79947c3f4502d8498b157ea2d9d3e: fix: conffiles only when files match (#984) (@​terinjokes)
  • fba243decc01656984eb9fc9e9a81b22f8b90685: fix: lint (@​caarlos0)

Build process updates

  • 41ba7dcf4370db5846f463993f2293dec9dc4858: ci: check licenses on build (@​caarlos0)
  • e25ecf88683a66627ba6a492919e0ee27b96e73a: ci: fix docs jobs (#976) (@​caarlos0)

... (truncated)

Commits
  • d0d4842 chore: re-release v2.43.2
  • 5bc4b8b fix(deps): bump alpine from 3.22.1 to 3.22.2 (#986)
  • 58f5d31 chore: re-release v2.43.2
  • 4e9d0bf ci: update goreleaser config
  • 407dda9 chore(deps): update dependabot
  • 92480f5 chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 (#983)
  • 2640cc5 fix: conffiles only when files match (#984)
  • 402429c chore(deps): bump github.com/goreleaser/fileglob from 1.3.0 to 1.4.0 (#982)
  • 6e2a800 chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#981)
  • 5ebcdf6 chore(deps): bump github/codeql-action from 3.30.4 to 3.30.5 (#980)
  • Additional commits viewable in compare view

Updates github.com/jarcoal/httpmock from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

Commits
  • 314d58a fix: protect all body-related methods with mutext
  • e482896 fix: avoid data race when closing body
  • c977145 test: also test with go v1.25 and use golangci-lint v2.4.0
  • See full diff in compare view

Updates github.com/mattn/go-mastodon from 0.0.9 to 0.0.10

Commits

Bumps the prod-deps group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.21.0` | `0.22.1` |
| [dario.cat/mergo](https://github.com/imdario/mergo) | `1.0.1` | `1.0.2` |
| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.3.1` | `3.4.0` |
| [github.com/awslabs/amazon-ecr-credential-helper/ecr-login](https://github.com/awslabs/amazon-ecr-credential-helper) | `0.9.1` | `0.10.1` |
| [github.com/caarlos0/go-version](https://github.com/caarlos0/go-version) | `0.2.0` | `0.2.2` |
| [github.com/caarlos0/log](https://github.com/caarlos0/log) | `0.4.8` | `0.5.2` |
| [github.com/charmbracelet/keygen](https://github.com/charmbracelet/keygen) | `0.5.3` | `0.5.4` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.3` | `0.20.6` |
| [github.com/google/ko](https://github.com/google/ko) | `0.17.1` | `0.18.0` |
| [github.com/goreleaser/fileglob](https://github.com/goreleaser/fileglob) | `1.3.0` | `1.4.0` |
| [github.com/goreleaser/nfpm/v2](https://github.com/goreleaser/nfpm) | `2.41.3` | `2.43.4` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.4.0` | `1.4.1` |
| [github.com/mattn/go-mastodon](https://github.com/mattn/go-mastodon) | `0.0.9` | `0.0.10` |
| [github.com/slack-go/slack](https://github.com/slack-go/slack) | `0.16.0` | `0.17.3` |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.128.0` | `0.157.0` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.41.0` | `0.43.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.0` | `1.18.1` |



Updates `code.gitea.io/sdk/gitea` from 0.21.0 to 0.22.1

Updates `dario.cat/mergo` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/imdario/mergo/releases)
- [Commits](darccio/mergo@v1.0.1...v1.0.2)

Updates `github.com/Masterminds/semver/v3` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.3.1...v3.4.0)

Updates `github.com/awslabs/amazon-ecr-credential-helper/ecr-login` from 0.9.1 to 0.10.1
- [Release notes](https://github.com/awslabs/amazon-ecr-credential-helper/releases)
- [Changelog](https://github.com/awslabs/amazon-ecr-credential-helper/blob/main/CHANGELOG.md)
- [Commits](awslabs/amazon-ecr-credential-helper@v0.9.1...v0.10.1)

Updates `github.com/caarlos0/go-version` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/caarlos0/go-version/releases)
- [Changelog](https://github.com/caarlos0/go-version/blob/main/.goreleaser.yml)
- [Commits](caarlos0/go-version@v0.2.0...v0.2.2)

Updates `github.com/caarlos0/log` from 0.4.8 to 0.5.2
- [Release notes](https://github.com/caarlos0/log/releases)
- [Changelog](https://github.com/caarlos0/log/blob/main/.goreleaser.yml)
- [Commits](caarlos0/log@v0.4.8...v0.5.2)

Updates `github.com/charmbracelet/keygen` from 0.5.3 to 0.5.4
- [Release notes](https://github.com/charmbracelet/keygen/releases)
- [Commits](charmbracelet/keygen@v0.5.3...v0.5.4)

Updates `github.com/google/go-containerregistry` from 0.20.3 to 0.20.6
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.20.3...v0.20.6)

Updates `github.com/google/ko` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/google/ko/releases)
- [Changelog](https://github.com/ko-build/ko/blob/main/.goreleaser.yml)
- [Commits](ko-build/ko@v0.17.1...v0.18.0)

Updates `github.com/goreleaser/fileglob` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/goreleaser/fileglob/releases)
- [Changelog](https://github.com/goreleaser/fileglob/blob/main/.goreleaser.yml)
- [Commits](goreleaser/fileglob@v1.3.0...v1.4.0)

Updates `github.com/goreleaser/nfpm/v2` from 2.41.3 to 2.43.4
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/main/.goreleaser.yml)
- [Commits](goreleaser/nfpm@v2.41.3...v2.43.4)

Updates `github.com/jarcoal/httpmock` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.4.0...v1.4.1)

Updates `github.com/mattn/go-mastodon` from 0.0.9 to 0.0.10
- [Commits](mattn/go-mastodon@v0.0.9...v0.0.10)

Updates `github.com/muesli/mango-cobra` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/muesli/mango-cobra/releases)
- [Commits](muesli/mango-cobra@v1.2.0...v1.3.0)

Updates `github.com/slack-go/slack` from 0.16.0 to 0.17.3
- [Release notes](https://github.com/slack-go/slack/releases)
- [Changelog](https://github.com/slack-go/slack/blob/master/history.go)
- [Commits](slack-go/slack@v0.16.0...v0.17.3)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `github.com/ulikunitz/xz` from 0.5.12 to 0.5.15
- [Commits](ulikunitz/xz@v0.5.12...v0.5.15)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.128.0 to 0.157.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.128.0...v0.157.0)

Updates `gocloud.dev` from 0.41.0 to 0.43.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.37.0 to 0.42.0
- [Commits](golang/crypto@v0.37.0...v0.42.0)

Updates `golang.org/x/oauth2` from 0.29.0 to 0.30.0
- [Commits](golang/oauth2@v0.29.0...v0.30.0)

Updates `golang.org/x/sync` from 0.13.0 to 0.17.0
- [Commits](golang/sync@v0.13.0...v0.17.0)

Updates `golang.org/x/text` from 0.24.0 to 0.29.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.24.0...v0.29.0)

Updates `golang.org/x/tools` from 0.32.0 to 0.36.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.32.0...v0.36.0)

Updates `github.com/aws/aws-sdk-go` from 1.55.6 to 1.55.7
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.6...v1.55.7)

Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.18.0...v1.18.1)

---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: dario.cat/mergo
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/awslabs/amazon-ecr-credential-helper/ecr-login
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/caarlos0/go-version
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/caarlos0/log
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/charmbracelet/keygen
  dependency-version: 0.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.20.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/google/ko
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/goreleaser/fileglob
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/goreleaser/nfpm/v2
  dependency-version: 2.43.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/mattn/go-mastodon
  dependency-version: 0.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/muesli/mango-cobra
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/slack-go/slack
  dependency-version: 0.17.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/ulikunitz/xz
  dependency-version: 0.5.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-version: 0.157.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: gocloud.dev
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: golang.org/x/text
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: golang.org/x/tools
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies need to be updated label Oct 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Dependencies need to be updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants