Skip to content

Update Go dependencies#61

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

Update Go dependencies#61
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/smithy-go v1.24.0v1.24.2 age confidence indirect patch
github.com/go-acme/lego/v4 v4.31.0v4.33.0 age confidence indirect minor
github.com/go-openapi/jsonpointer v0.22.4v0.22.5 age confidence indirect patch
github.com/go-openapi/jsonreference v0.21.4v0.21.5 age confidence indirect patch
github.com/go-openapi/swag v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/cmdutils v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/conv v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/fileutils v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/jsonname v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/jsonutils v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/loading v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/mangling v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/netutils v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/stringutils v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/typeutils v0.25.4v0.25.5 age confidence indirect patch
github.com/go-openapi/swag/yamlutils v0.25.4v0.25.5 age confidence indirect patch
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.8v2.28.0 age confidence indirect minor
github.com/rs/zerolog v1.34.0v1.35.0 age confidence indirect minor
go (source) 1.26.01.26.1 age confidence toolchain patch
go.opentelemetry.io/otel v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0v0.18.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0v0.18.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/otel/log v0.16.0v0.18.0 age confidence indirect minor
go.opentelemetry.io/otel/metric v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk/log v0.16.0v0.18.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.40.0v1.42.0 age confidence indirect minor
go.opentelemetry.io/proto/otlp v1.9.0v1.10.0 age confidence indirect minor
go.yaml.in/yaml/v2 v2.4.2v2.4.4 age confidence indirect patch
golang.org/x/crypto v0.48.0v0.49.0 age confidence indirect minor
golang.org/x/mod v0.33.0v0.34.0 age confidence indirect minor
golang.org/x/net v0.50.0v0.52.0 age confidence indirect minor
golang.org/x/oauth2 v0.35.0v0.36.0 age confidence indirect minor
golang.org/x/sync v0.19.0v0.20.0 age confidence indirect minor
golang.org/x/sys v0.41.0v0.42.0 age confidence indirect minor
golang.org/x/term v0.40.0v0.41.0 age confidence indirect minor
golang.org/x/text v0.34.0v0.35.0 age confidence indirect minor
golang.org/x/time v0.14.0v0.15.0 age confidence indirect minor
golang.org/x/tools v0.42.0v0.43.0 age confidence indirect minor
google.golang.org/genproto/googleapis/api 4cfbd41d00831a age confidence indirect digest
google.golang.org/genproto/googleapis/rpc 4cfbd41d00831a age confidence indirect digest
google.golang.org/grpc v1.79.0v1.79.3 age confidence indirect patch
k8s.io/api v0.35.1v0.35.3 age confidence require patch
k8s.io/apiextensions-apiserver v0.35.1v0.35.3 age confidence require patch
k8s.io/apimachinery v0.35.1v0.35.3 age confidence require patch
k8s.io/client-go v0.35.1v0.35.3 age confidence require patch
k8s.io/klog/v2 v2.130.1v2.140.0 age confidence indirect minor
k8s.io/kube-openapi a19766b5883c5e age confidence indirect digest
k8s.io/utils b8788ab28399d8 age confidence indirect digest

Release Notes

aws/smithy-go (github.com/aws/smithy-go)

v1.24.2: Release (2026-02-27)

Compare Source

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

v1.24.1

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware
go-acme/lego (github.com/go-acme/lego/v4)

v4.33.0

Compare Source

  • Release date: 2026-03-19
  • Tag: v4.33.0
Added
  • [dnsprovider] Add DNS provider for Excedo
  • [dnsprovider] Add DNS provider for EuroDNS
  • [dnsprovider] Add DNS provider for Czechia
Changed
  • [lib] feat: allow to Unwrap obtainError
Fixed
  • [dnsprovider] liara: add support for team ID
  • [dnsprovider] gigahostno: remove unused Zone fields

v4.32.0

Compare Source

  • Release date: 2026-02-19
  • Tag: v4.32.0
Added
  • [dnsprovider] Add DNS provider for ArtFiles
  • [dnsprovider] Add DNS provider for Leaseweb
  • [dnsprovider] Add DNS provider for FusionLayer NameSurfer
  • [dnsprovider] Add DNS provider for DDNSS
  • [dnsprovider] Add DNS provider for Bluecat v2
  • [dnsprovider] Add DNS provider for TodayNIC/时代互联
  • [dnsprovider] Add DNS provider for DNSExit
  • [dnsprovider] alidns: add line record option
Changed
  • [dnsprovider] azure: reinforces deprecation
  • [dnsprovider] allinkl: detect zone through API
Fixed
  • [ari] fix: implement parsing for Retry-After header according to RFC 7231
  • [dnsprovider] namesurfer: fix updateDNSHost
  • [dnsprovider] timewebcloud: fix subdomain support
  • [dnsprovider] fix: deduplicate authz for DNS01 challenge
  • [lib,cli] fix: use IPs to define the main domain
  • [lib] fix: preserve domain order
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.22.5

Compare Source

0.22.5 - 2026-03-02

Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5

15 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

jsonpointer license terms

License

go-openapi/jsonreference (github.com/go-openapi/jsonreference)

v0.21.5

Compare Source

0.21.5 - 2026-03-02

Full Changelog: go-openapi/jsonreference@v0.21.4...v0.21.5

14 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates

People who contributed to this release

jsonreference license terms

License

go-openapi/swag (github.com/go-openapi/swag)

v0.25.5

Compare Source

0.25.5 - 2026-03-02

Full Changelog: go-openapi/swag@v0.25.4...v0.25.5

16 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

swag license terms

License

Per-module changes


cmdutils (0.25.5)

Testing

conv (0.25.5)

Testing
Miscellaneous tasks
Updates

fileutils (0.25.5)

Testing
Updates

jsonname (0.25.5)

Testing
Updates

jsonutils/adapters/easyjson (0.25.5)

Testing
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.25.5)

Code quality
Testing
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.25.5)

Testing
Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.25.5)

Testing
Updates

jsonutils (0.25.5)

Code quality
Testing
Miscellaneous tasks
Updates

loading (0.25.5)

Testing
Miscellaneous tasks
Updates

mangling (0.25.5)

Code quality
Testing
Updates

netutils (0.25.5)

Testing
Updates

stringutils (0.25.5)

Testing
Updates

typeutils (0.25.5)

Testing
Updates

yamlutils (0.25.5)

Testing

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.


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

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

@renovate renovate bot force-pushed the renovate/go-dependencies branch from c5aa940 to bda3068 Compare February 13, 2026 08:57
@renovate renovate bot changed the title Update module go.yaml.in/yaml/v2 to v2.4.3 Update Go dependencies Feb 13, 2026
@renovate renovate bot force-pushed the renovate/go-dependencies branch 5 times, most recently from 3d2dcbc to 7733261 Compare February 23, 2026 23:46
@renovate renovate bot force-pushed the renovate/go-dependencies branch 7 times, most recently from 4299dcb to 412b9f6 Compare March 4, 2026 21:03
@renovate renovate bot force-pushed the renovate/go-dependencies branch 13 times, most recently from 96c5f3d to 1195136 Compare March 12, 2026 05:15
@renovate renovate bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 197119b to d98497a Compare March 17, 2026 20:58
@renovate renovate bot force-pushed the renovate/go-dependencies branch 9 times, most recently from 98624b0 to cf4e0c3 Compare March 24, 2026 05:18
@renovate renovate bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 4db3eda to 38fcf3c Compare March 27, 2026 21:25
@renovate renovate bot force-pushed the renovate/go-dependencies branch from 38fcf3c to ef81366 Compare March 28, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants