fix(deps): update golang-dependencies#1058
Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
Reviewer's GuideUpdate Go module dependencies for the agent-splunk and agent-scan components to newer minor/patch versions of Google Cloud, Google GenAI, OpenTelemetry, gRPC, x/* libraries, and the MCP SDK, with corresponding go.sum refreshes. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- Since
github.com/google/generative-ai-gois now marked as deprecated and you’ve also picked upgoogle.golang.org/genai, it’s worth deciding which client library you intend to standardize on and pruning the other to avoid carrying two parallel Gemini client stacks. - The new indirect dependencies like
github.com/gorilla/websocketandgithub.com/google/go-cmponly appear via these upgrades; if your code doesn’t actually rely on features that use them, consider runninggo mod tidyand checking whether they can be dropped to keep the dependency graph slim.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since `github.com/google/generative-ai-go` is now marked as deprecated and you’ve also picked up `google.golang.org/genai`, it’s worth deciding which client library you intend to standardize on and pruning the other to avoid carrying two parallel Gemini client stacks.
- The new indirect dependencies like `github.com/gorilla/websocket` and `github.com/google/go-cmp` only appear via these upgrades; if your code doesn’t actually rely on features that use them, consider running `go mod tidy` and checking whether they can be dropped to keep the dependency graph slim.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
93b0624 to
0ee105f
Compare
0ee105f to
02dfa2a
Compare
4543dcb to
9668cae
Compare
9668cae to
6e9fb2b
Compare
27a01d8 to
ff14544
Compare
ff14544 to
442b060
Compare
e11a61b to
7d20008
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: images/assets/agent-scan/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: tools/agents/agent-splunk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7d20008 to
dc3eeb0
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
dc3eeb0 to
17ee848
Compare
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
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.116.0→v0.123.0v0.7.0→v0.18.0v1.69.0→v1.124.0v0.14.0→v0.20.0v0.2.7→v0.2.8v1.2.2→v1.9.0v0.6.2→v0.11.0v0.12.0→v0.19.0v1.10.0→v1.12.0v0.15.1→v0.20.1v0.3.4→v0.3.15v2.14.1→v2.22.0v1.4.1→v1.5.0v0.1.6→v0.1.8v1.1.3→v1.2.1v0.61.0→v0.68.0v1.39.0→v1.43.0v1.39.0→v1.43.0v1.39.0→v1.43.0v0.48.0→v0.50.0v0.49.0→v0.50.0v0.51.0→v0.53.0v0.19.0→v0.20.0v0.41.0→v0.43.0v0.42.0→v0.43.0v0.34.0→v0.36.0v0.35.0→v0.36.0v0.9.0→v0.15.0v0.218.0→v0.276.0e639e21→e10c466ff82c1b→e10c466b8f7ae3→e10c466ff82c1b→e10c466b8f7ae3→e10c466v1.79.3→v1.80.0v1.36.10→v1.36.11Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
googleapis/google-cloud-go (cloud.google.com/go)
v0.123.0Compare Source
Features
Bug Fixes
v0.122.0Compare Source
Features
Bug Fixes
v0.121.6Compare Source
Bug Fixes
v0.121.5Compare Source
Bug Fixes
v0.121.4Compare Source
Bug Fixes
parentfield indata_chat_service.proto(98ba6f0)v0.121.3Compare Source
Documentation
v0.121.2Compare Source
Documentation
v0.121.1Compare Source
Bug Fixes
v0.121.0Compare Source
Features
v0.120.1Compare Source
Bug Fixes
v0.120.0Compare Source
Features
Bug Fixes
v0.119.0Compare Source
Features
v0.118.3Compare Source
Bug Fixes
v0.118.2Compare Source
Bug Fixes
v0.118.1Compare Source
Bug Fixes
v0.118.0Compare Source
Features
v0.117.0Compare Source
Features
dlclark/regexp2 (github.com/dlclark/regexp2)
v1.12.0Compare Source
v1.11.5Compare Source
v1.11.4Compare Source
v1.11.3Compare Source
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
google/generative-ai-go (github.com/google/generative-ai-go)
v0.20.1: - DeprecatedCompare Source
Fix godoc formatting.
Full Changelog: google/generative-ai-go@v0.20.0...v0.20.1
v0.20.0: - DeprecatedCompare Source
What's Changed
New Contributors
Full Changelog: google/generative-ai-go@v0.19.0...v0.19.1
v0.19.0Compare Source
What's Changed
New Contributors
Full Changelog: google/generative-ai-go@v0.18.0...v0.19.0
v0.18.0Compare Source
What's Changed
Full Changelog: google/generative-ai-go@v0.17.0...v0.18.0
v0.17.0Compare Source
What's Changed
New Contributors
Full Changelog: google/generative-ai-go@v0.16.0...v0.17.0
v0.16.0Compare Source
googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)
v0.3.15Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.14...v0.3.15
v0.3.14Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.13...v0.3.14
v0.3.13Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.12...v0.3.13
v0.3.12Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.11...v0.3.12
v0.3.11Compare Source
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@0.3.10...v0.3.11
v0.3.9Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.8...v0.3.9
v0.3.8Compare Source
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.7...v0.3.8
v0.3.7Compare Source
This release creates ECP Http Proxy
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.6...v0.3.7
v0.3.6Compare Source
New Feature Update!
This update includes support for keychain type selection on MacOS. The universal cert config now supports a new field "keychain_type" with the following possible values: "login", "system", or "all". If this field is missing or empty, we will assume "all", which is the current behavior. For devices with custom keychains, such as test keychains, the value "all" should be used to include the custom keychains in the search space.
Example config snippet:
{
"cert_configs": {
"macos_keychain": {
"issuer": "Google Endpoint Verification",
"keychain_type": "system"
},
...
}
The "darwin-specific" client has also been updated with a new API "NewSecureKeyWithOptions" that can be used to specify the keychain type.
Change Log
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.5...v0.3.6
v0.3.5Compare Source
This release bumps Golang version to 1.23 and crypto to 0.35.0 to be compliant with CVE scanner.
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.4...v0.3.5
googleapis/gax-go (github.com/googleapis/gax-go/v2)
v2.22.0: v2: v2.22.0Compare Source
v2.22.0 (2026-04-14)
v2.21.0: v2: v2.21.0Compare Source
Features
update IsFeatureEnabled to not require EXPERIMENTAL (#497) (a2a329e3)
hook transport telemetry into gax.Invoke and record (#496) (d5310019)
v2.20.0: v2: v2.20.0Compare Source
Features
hook metric recording into gax.Invoke (#494) (1f3e9aef)
add TelemetryErrorInfo and ExtractTelemetryErrorInfo (#487) (defdded3)
v2.19.0: v2: v2.19.0Compare Source
Features
update WithLogger to WithLoggerContext. (#478) (1cb70baf)
pass logger to downstream via context (#474) ([434fa676](https://redirect.g
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.