-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update go dependencies minor and patch updates #186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/go-dependencies-minor-and-patch-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+94
−29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5916b31
to
174010e
Compare
174010e
to
20a405b
Compare
20a405b
to
eb82cbd
Compare
eb82cbd
to
a8b2025
Compare
667475f
to
049373f
Compare
8e3415e
to
4cedcad
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4cedcad
to
b5b2bce
Compare
9053087
to
18c070c
Compare
f553818
to
b85f541
Compare
3c6c6cc
to
f394b65
Compare
05a9695
to
a45a391
Compare
a45a391
to
abe42eb
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
abe42eb
to
407b857
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.21.0
->v0.22.0
v5.14.0
->v5.16.3
v0.7.7
->v0.7.8
v1.0.0
->v1.1.0
v1.0.0
->v1.1.0
v1.1.2
->v1.2.0
v2.1.2
->v2.3.0
v0.1.1
->v0.1.5
v1.2.0
->v1.3.0
v1.9.1
->v1.10.1
v1.10.0
->v1.11.1
v0.127.0
->v0.157.0
v0.37.0
->v0.43.0
Release Notes
go-git/go-git (github.com/go-git/go-git/v5)
v5.16.3
Compare Source
What's Changed
Full Changelog: go-git/go-git@v5.16.2...v5.16.3
v5.16.2
Compare Source
What's Changed
Full Changelog: go-git/go-git@v5.16.1...v5.16.2
v5.16.1
Compare Source
What's Changed
New Contributors
Full Changelog: go-git/go-git@v5.16.0...v5.16.1
v5.16.0
Compare Source
What's Changed
Full Changelog: go-git/go-git@v5.15.0...v5.16.0
v5.15.0
Compare Source
What's Changed
releases/v5.x
by @Javier-varez in #1482Full Changelog: go-git/go-git@v5.14.0...v5.15.0
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
v0.7.8
Compare Source
knadh/koanf (github.com/knadh/koanf/parsers/dotenv)
v1.1.0
Compare Source
036e4bf
Merge pull request #79 from aeneasr/fix-memory-keyparts6692d05
Merge pull request #78 from aeneasr/fix-memory-used174d00
Reduce memory consumption for populateKeyParts1095e5e
Significantly reduce memory use of maps.Flatten7d983f3
Fix Watch() docmholt/archives (github.com/mholt/archives)
v0.1.5
Compare Source
What's Changed
Full Changelog: mholt/archives@v0.1.4...v0.1.5
v0.1.4
Compare Source
This release contains an important bug fix if you walk (
fs.WalkDir()
) archives multiple times usingarchives.ArchiveFS
; it would omit directory trees with implicit structure (i.e. if the archive doesn't have an explicit entry for each directory in the tree) after the first walk, on subsequent walks.Upgraded dependencies, and improved brotli stream matching. Thanks to those who contributed!
What's Changed
New Contributors
Full Changelog: mholt/archives@v0.1.3...v0.1.4
v0.1.3
Compare Source
What's Changed
zip.Insert
not saving permissions by @asdfzxcvbn in #35New Contributors
Full Changelog: mholt/archives@v0.1.2...v0.1.3
v0.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: mholt/archives@v0.1.1...v0.1.2
muesli/mango-cobra (github.com/muesli/mango-cobra)
v1.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: muesli/mango-cobra@v1.2.0...v1.3.0
spf13/cobra (github.com/spf13/cobra)
v1.10.1
Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelist
and marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0
Compare Source
What's Changed
🚨 Attention!
This version of
pflag
carried a breaking change: it renamedParseErrorsWhitelist
toParseErrorsAllowlist
which can break builds if bothpflag
andcobra
are dependencies in your project.pflag and
cobra, upgrade
pflagto 1.0.8 and
cobrato
1.10.0`pflag
v1.0.9 which keeps the deprecatedParseErrorsWhitelist
More details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: spf13/cobra@v1.9.1...v1.9.2
stretchr/testify (github.com/stretchr/testify)
v1.11.1
Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string
) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()
) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0
Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)
v0.157.0
Compare Source
0.157.0
🚀 Features
🔄 Other Changes
0.157.0 (2025-10-13)
v0.156.0
Compare Source
0.156.0
🚀 Features
0.156.0 (2025-10-10)
Features
v0.155.0
Compare Source
0.155.0
🚀 Features
🔄 Other Changes
0.155.0 (2025-10-09)
Features
v0.154.0
Compare Source
0.154.0
🚀 Features
0.154.0 (2025-10-08)
Features
v0.153.0
Compare Source
0.153.0
🚀 Features
🔄 Other Changes
commitlint
job. (!2511) by Florian Forster0.153.0 (2025-10-08)
Features
v0.152.0
Compare Source
0.152.0
🚀 Features
🔄 Other Changes
0.152.0 (2025-10-06)
Features
v0.151.0
Compare Source
0.151.0
🚀 Features
🔄 Other Changes
0.151.0 (2025-10-04)
Features
v0.150.0
Compare Source
0.150.0
🚀 Features
🔄 Other Changes
0.150.0 (2025-10-03)
Features
v0.149.0
Compare Source
0.149.0
🚀 Features
🔄 Other Changes
@gitlab/semantic-release-merge-request-analyzer
(!2490) by Florian Forsterautolabels
job (!2489) by Florian Forster0.149.0 (2025-10-02)
Features
v0.148.1
Compare Source
Features
0.148.1 (2025-09-26)
Bug Fixes
BasicMergeRequest
list operations (e80c453)v0.148.0
Compare Source
Features
0.148.1 (2025-09-26)
Bug Fixes
BasicMergeRequest
list operations (e80c453)v0.147.1
Compare Source
Features
newest_ready_first
to resource groupprocess_mode
(fc8f743)0.147.1 (2025-09-22)
Bug Fixes
v0.147.0
Compare Source
Features
newest_ready_first
to resource groupprocess_mode
(fc8f743)0.147.1 (2025-09-22)
Bug Fixes
v0.146.0
Compare Source
0.146.0 (2025-09-18)
Features
v0.145.0
Compare Source
0.145.0 (2025-09-15)
Features
v0.144.1
Compare Source
Features
0.144.1 (2025-09-13)
v0.144.0
Compare Source
Features
0.144.1 (2025-09-13)
v0.143.3
Compare Source
Features
0.143.3 (2025-09-10)
0.143.2 (2025-09-09)
0.143.1 (2025-09-08)
v0.143.2
Compare Source
Features
0.143.3 (2025-09-10)
0.143.2 (2025-09-09)
0.143.1 (2025-09-08)
v0.143.1
Compare Source
Features
0.143.3 (2025-09-10)
0.143.2 (2025-09-09)
0.143.1 (2025-09-08)
v0.143.0
Compare Source
Features
0.143.3 (2025-09-10)
0.143.2 (2025-09-09)
0.143.1 (2025-09-08)
v0.142.6
Compare Source
Features
0.142.6 (2025-09-02)
0.142.5 (2025-08-30)
0.142.4 (2025-08-28)
0.142.3 (2025-08-28)
0.142.2 (2025-08-26)
0.142.1 (2025-08-25)
v0.142.5
Compare Source
Features
0.142.6 (2025-09-02)
0.142.5 (2025-08-30)
0.142.4 (2025-08-28)
0.142.3 (2025-08-28)
0.142.2 (2025-08-26)
0.142.1 (2025-08-25)
v0.142.4
Compare Source
Features
0.142.6 (2025-09-02)
0.142.5 (2025-08-30)
0.142.4 (2025-08-28)
0.142.3 (2025-08-28)
0.142.2 (2025-08-26)
0.142.1 (2025-08-25)
v0.142.3
Compare Source
Features
0.142.6 (2025-09-02)
[0.142.5](https://gitlab.com/gitlab-org/api/client-go/c
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.