-
Notifications
You must be signed in to change notification settings - Fork 50
chore(deps): update go modules #204
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
master
Choose a base branch
from
renovate/go-modules
base: master
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.
Open
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
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
32dd1c0
to
c803af0
Compare
429eb87
to
5e86d24
Compare
5347ccc
to
27d54db
Compare
27d54db
to
c1a9e77
Compare
80f4052
to
1ff1cf0
Compare
f1f22ba
to
8541e89
Compare
b4ec64b
to
fe49af3
Compare
a1db151
to
fa13f89
Compare
316a86c
to
c613195
Compare
c613195
to
047ddf1
Compare
047ddf1
to
3c2e4fc
Compare
3c2e4fc
to
a450679
Compare
a450679
to
632c5bc
Compare
632c5bc
to
47340c8
Compare
47340c8
to
1873fb8
Compare
1873fb8
to
70ae416
Compare
70ae416
to
79665c6
Compare
79665c6
to
a2c5e79
Compare
a2c5e79
to
de59e5e
Compare
de59e5e
to
487645e
Compare
487645e
to
f54f24e
Compare
7fe91e7
to
69cd20e
Compare
69cd20e
to
f42022e
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:
v1.42.0
->v1.50.0
v0.0.0-20240730123632-8066eeb61599
->v0.0.0
v1.9.0
->v1.11.1
v0.108.0
->v0.115.0
v0.195.0
->v0.248.0
v1.67.0
->v1.74.6
Release Notes
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
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
xanzy/go-gitlab (github.com/xanzy/go-gitlab)
v0.115.0
: (deprecation)Compare Source
This release is solely to deprecate this package in favor of https://gitlab.com/gitlab-org/api/client-go.
See the migration information in #2060
v0.114.0
Compare Source
What's Changed
externalK8sProxyUrl
field in Metadata API by @timofurrer in #2062New Contributors
Full Changelog: xanzy/go-gitlab@v0.113.0...v0.114.0
v0.113.0
Compare Source
Breaking changes
What's Changed
New Contributors
Full Changelog: xanzy/go-gitlab@v0.112.0...v0.113.0
v0.112.0
Compare Source
Breaking changes:
This ☝🏻 fixes a bug in the settings API (see #2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the
DefaultBranchProtectionDefaults
field in theGroup
struct.What's Changed
New Contributors
Full Changelog: xanzy/go-gitlab@v0.111.0...v0.112.0
v0.111.0
Compare Source
What's Changed
New Contributors
Full Changelog: xanzy/go-gitlab@v0.110.0...v0.111.0
v0.110.0
Compare Source
Breaking Changes
What's Changed
New Contributors
Full Changelog: xanzy/go-gitlab@v0.109.0...v0.110.0
v0.109.0
Compare Source
Breaking Changes
What's Changed
New Contributors
Full Changelog: xanzy/go-gitlab@v0.108.0...v0.109.0
googleapis/google-api-go-client (google.golang.org/api)
v0.248.0
Compare Source
Features
v0.247.0
Compare Source
Features
v0.246.0
Compare Source
Features
Bug Fixes
v0.245.0
Compare Source
Features
Bug Fixes
v0.244.0
Compare Source
Features
v0.243.0
Compare Source
Features
Bug Fixes
v0.242.0
Compare Source
Features
v0.241.0
Compare Source
Features
v0.240.0
Compare Source
Features
v0.239.0
Compare Source
Features
v0.238.0
Compare Source
Fea
Configuration
📅 Schedule: Branch creation - "on Monday at 04:00" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.