Skip to content

chore(renovate): minor Update Go Dependencies (minor)#198

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies
Closed

chore(renovate): minor Update Go Dependencies (minor)#198
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/mark3labs/mcp-go v0.43.2v0.45.0 age adoption passing confidence require minor
github.com/openai/openai-go/v3 v3.17.0v3.26.0 age adoption passing confidence require minor
github.com/urfave/cli/v3 v3.6.2v3.7.0 age adoption passing confidence require minor
go (source) 1.25.81.26.1 age adoption passing confidence golang minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0v0.67.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/metric v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.39.0v1.42.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.39.0v1.42.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.34.0v0.35.0 age adoption passing confidence require minor

Release Notes

mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.45.0

Compare Source

v0.44.1

Compare Source

v0.44.0

Compare Source

What's Changed
New Contributors

Full Changelog: mark3labs/mcp-go@v0.43.2...v0.44.0

openai/openai-go (github.com/openai/openai-go/v3)

v3.26.0

Compare Source

3.26.0 (2026-03-05)

Full Changelog: v3.25.0...v3.26.0

Features
  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (347418b)

v3.25.0

Compare Source

3.25.0 (2026-03-05)

Full Changelog: v3.24.0...v3.25.0

Features
  • api: gpt-5.4, tool search tool, and new computer tool (101826d)
  • api: remove Phase from input/output messages, PromptCacheKey from responses (961b8ca)
Bug Fixes
Chores
  • internal: codegen related update (ab733b9)
  • internal: codegen related update (23d1831)
  • internal: reduce warnings (2963312)

v3.24.0

Compare Source

3.24.0 (2026-02-24)

Full Changelog: v3.23.0...v3.24.0

Features
Bug Fixes
Chores
  • internal: move custom custom json tags to api (0735303)
  • internal: refactor sse event parsing (45dc6bb)

v3.23.0

Compare Source

3.23.0 (2026-02-24)

Full Changelog: v3.22.1...v3.23.0

Features
  • api: add gpt-realtime-1.5 and gpt-audio-1.5 models to realtime session (9076e2f)

v3.22.1

Compare Source

3.22.1 (2026-02-23)

Full Changelog: v3.22.0...v3.22.1

Bug Fixes
  • allow canceling a request while it is waiting to retry (54672cf)
Chores
  • update mock server docs (3ac84dd)
Documentation
  • api: add batch size limit to vector store file batch parameters (f751c40)
  • api: clarify safety_identifier max length in chat completions and responses (8257f9b)
  • api: enhance method docstrings across audio/chat/completion/skill/upload/video APIs (38b8f63)

v3.22.0

Compare Source

3.22.0 (2026-02-13)

Full Changelog: v3.21.0...v3.22.0

Features
  • api: container network_policy and skills (8e5ea23)
Bug Fixes
  • encoder: correctly serialize NullStruct (a6cb49e)
Documentation

v3.21.0

Compare Source

3.21.0 (2026-02-10)

Full Changelog: v3.20.0...v3.21.0

Features
  • api: support for images in batch api (e23aeb1)

v3.20.0

Compare Source

3.20.0 (2026-02-10)

Full Changelog: v3.19.0...v3.20.0

Features
  • api: skills and hosted shell (9e191de)

v3.19.0

Compare Source

3.19.0 (2026-02-09)

Full Changelog: v3.18.0...v3.19.0

Features
  • api: responses context_management (199f230)

v3.18.0

Compare Source

3.18.0 (2026-02-05)

Full Changelog: v3.17.0...v3.18.0

Features
  • api: add shell_call_output status field (67a75d7)
  • api: image generation actions for responses; ResponseFunctionCallArgumentsDoneEvent.name (2c57016)
Bug Fixes
  • client: undo change to web search Find action (e340256)
  • client: update type for find_in_page action (4b5d499)
Chores
  • client: improve example values (c86a65c)
Documentation
  • split api.md by standalone resources (aeed37b)
urfave/cli (github.com/urfave/cli/v3)

v3.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.2...v3.7.0

golang/go (go)

v1.26.1

v1.26.0

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.42.0

Compare Source

v1.41.0: /v0.63.0/v0.17.0/v0.0.15

Compare Source

This release is the last to support Go 1.24.
The next release will require at least Go 1.25.

Added
Fixed
  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits.
    New and Parse now return partial baggage along with an error when limits are exceeded.
    Errors from baggage extraction are reported to the global error handler. (#​7880)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0

v1.40.0

Compare Source


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 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@socket-security
Copy link

socket-security bot commented Feb 7, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​golang.org/​x/​oauth2@​v0.34.0 ⏵ v0.35.071 +1100100100100
Updatedgolang/​github.com/​openai/​openai-go/​v3@​v3.17.0 ⏵ v3.26.073 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel@​v1.39.0 ⏵ v1.42.076 +1100100100100
Updatedgolang/​github.com/​mark3labs/​mcp-go@​v0.43.2 ⏵ v0.45.077 -1100100100100
Updatedgolang/​go.opentelemetry.io/​contrib/​instrumentation/​net/​http/​otelhttp@​v0.64.0 ⏵ v0.67.091 +4100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlptrace/​otlptracehttp@​v1.39.0 ⏵ v1.42.097 +1100100100100
Updatedgolang/​github.com/​urfave/​cli/​v3@​v3.6.2 ⏵ v3.7.097100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlpmetric/​otlpmetrichttp@​v1.39.0 ⏵ v1.42.098 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​sdk@​v1.39.0 ⏵ v1.42.098 +1100 +16100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlptrace/​otlptracegrpc@​v1.39.0 ⏵ v1.42.099 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlpmetric/​otlpmetricgrpc@​v1.39.0 ⏵ v1.42.099100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​sdk/​metric@​v1.39.0 ⏵ v1.42.0100 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​trace@​v1.39.0 ⏵ v1.42.0100 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​metric@​v1.39.0 ⏵ v1.42.0100 +1100100100100
Updatedgolang/​go.opentelemetry.io/​otel/​exporters/​otlp/​otlptrace@​v1.39.0 ⏵ v1.42.0100100100100100

View full report

@renovate renovate bot force-pushed the renovate/go-dependencies branch from 0ec1b69 to b2b0521 Compare February 7, 2026 13:58
@renovate
Copy link
Contributor Author

renovate bot commented Feb 7, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/sdk v1.39.0 -> v1.42.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.6 -> v2.28.0
golang.org/x/net v0.50.0 -> v0.51.0
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/grpc v1.78.0 -> v1.79.2

@renovate renovate bot force-pushed the renovate/go-dependencies branch 15 times, most recently from 684faef to ee4e123 Compare February 15, 2026 12:58
@renovate renovate bot force-pushed the renovate/go-dependencies branch 6 times, most recently from 7a3e5a9 to 96b3a7b Compare February 21, 2026 12:48
@renovate renovate bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 48b9d8f to 255d9b0 Compare February 24, 2026 03:40
@renovate renovate bot force-pushed the renovate/go-dependencies branch 9 times, most recently from a8d234b to 176b479 Compare March 2, 2026 22:13
@renovate renovate bot force-pushed the renovate/go-dependencies branch 6 times, most recently from 177797c to f656b9d Compare March 7, 2026 10:12
@renovate renovate bot force-pushed the renovate/go-dependencies branch from f656b9d to 64835cc Compare March 7, 2026 11:25
@sammcj sammcj closed this Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant