You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +02:00
chore(deps): bump gitlab.com/gitlab-org/api/client-go from 0.143.3 to 0.144.1 (#6080)
Bumps [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) from 0.143.3 to 0.144.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://gitlab.com/gitlab-org/api/client-go/tags">gitlab.com/gitlab-org/api/client-go's releases</a>.</em></p> <blockquote> <h2>v0.144.1</h2> <h2><a href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.144.0...v0.144.1">0.144.1</a> (2025-09-13)</h2> <h2>v0.144.0</h2> <h1><a href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.143.3...v0.144.0">0.144.0</a> (2025-09-12)</h1> <h3>Features</h3> <ul> <li><strong>client:</strong> add http.RoundTripper Middleware Configuration Option to Client (<a href="88f9d1055a
">88f9d10</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md">gitlab.com/gitlab-org/api/client-go's changelog</a>.</em></p> <blockquote> <h2><a href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.144.0...v0.144.1">0.144.1</a> (2025-09-13)</h2> <h1><a href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.143.3...v0.144.0">0.144.0</a> (2025-09-12)</h1> <h3>Features</h3> <ul> <li><strong>client:</strong> add http.RoundTripper Middleware Configuration Option to Client (<a href="88f9d1055a
">88f9d10</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4029a4e3c1
"><code>4029a4e</code></a> chore(release): 0.144.1 [skip ci]</li> <li><a href="091515ee0c
"><code>091515e</code></a> Merge branch 'add-heidi-to-codeowners' into 'main'</li> <li><a href="1fd23e50fc
"><code>1fd23e5</code></a> chore: Add heidi.berry to CODEOWNERS</li> <li><a href="da3d685846
"><code>da3d685</code></a> Merge branch 'renovate/buf.build-gen-go-bufbuild-protovalidate-protocolbuffer...</li> <li><a href="59d153df27
"><code>59d153d</code></a> Merge branch 'update-deps-release' into 'main'</li> <li><a href="ee9b86190e
"><code>ee9b861</code></a> chore(no-release): Update "deps" scope to not automatically release</li> <li><a href="2020a30c3c
"><code>2020a30</code></a> chore(release): 0.144.0 [skip ci]</li> <li><a href="0f758271f3
"><code>0f75827</code></a> Merge branch 'main' into 'main'</li> <li><a href="88f9d1055a
"><code>88f9d10</code></a> feat(client): add http.RoundTripper Middleware Configuration Option to Client</li> <li><a href="9fb93b81f7
"><code>9fb93b8</code></a> chore(deps): update module buf.build/gen/go/bufbuild/protovalidate/protocolbu...</li> <li>Additional commits viewable in <a href="https://gitlab.com/gitlab-org/api/client-go/compare/v0.143.3...v0.144.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -45,7 +45,7 @@ require (
|
||||
github.com/spf13/cobra v1.10.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/ulikunitz/xz v0.5.15
|
||||
gitlab.com/gitlab-org/api/client-go v0.143.3
|
||||
gitlab.com/gitlab-org/api/client-go v0.144.1
|
||||
gocloud.dev v0.42.0
|
||||
golang.org/x/crypto v0.42.0
|
||||
golang.org/x/oauth2 v0.31.0
|
||||
|
4
go.sum
4
go.sum
@@ -954,8 +954,8 @@ github.com/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=
|
||||
github.com/zeebo/errs v1.4.0/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
|
||||
gitlab.com/digitalxero/go-conventional-commit v1.0.7 h1:8/dO6WWG+98PMhlZowt/YjuiKhqhGlOCwlIV8SqqGh8=
|
||||
gitlab.com/digitalxero/go-conventional-commit v1.0.7/go.mod h1:05Xc2BFsSyC5tKhK0y+P3bs0AwUtNuTp+mTpbCU/DZ0=
|
||||
gitlab.com/gitlab-org/api/client-go v0.143.3 h1:4Q4zumLVUnxn/s06RD9U3fyibD1/zr43gTDDtRkjqbA=
|
||||
gitlab.com/gitlab-org/api/client-go v0.143.3/go.mod h1:rw89Kl9AsKmxRhzkfUSfZ+1jpTewwueKvAYwoYmUoQ8=
|
||||
gitlab.com/gitlab-org/api/client-go v0.144.1 h1:/3eMNjz5zhKQiEQzFl8a3aZgcCV4/0E5uNM8+lVgdlc=
|
||||
gitlab.com/gitlab-org/api/client-go v0.144.1/go.mod h1:eABRp++g3IbUP10ZeBIys+9g59dgJnlQLEk8XgKNB54=
|
||||
go.mongodb.org/mongo-driver v1.17.3 h1:TQyXhnsWfWtgAhMtOgtYHMTkZIfBTpMTsMnd9ZBeHxQ=
|
||||
go.mongodb.org/mongo-driver v1.17.3/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ=
|
||||
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
|
||||
|
Reference in New Issue
Block a user