Skip to content

chore(deps): update go-minor#114

Closed
NetcrackerCLPLCI wants to merge 1 commit into
mainfrom
renovate-main/go-minor
Closed

chore(deps): update go-minor#114
NetcrackerCLPLCI wants to merge 1 commit into
mainfrom
renovate-main/go-minor

Conversation

@NetcrackerCLPLCI
Copy link
Copy Markdown
Contributor

@NetcrackerCLPLCI NetcrackerCLPLCI commented Oct 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-playground/validator/v10 v10.28.0v10.30.1 age adoption passing confidence
github.com/go-resty/resty/v2 v2.16.5v2.17.1 age adoption passing confidence
github.com/jackc/pgx/v5 v5.7.6v5.8.0 age adoption passing confidence
github.com/netcracker/qubership-core-lib-go/v3 v3.1.0v3.3.0 age adoption passing confidence
github.com/onsi/gomega v1.38.2v1.39.0 age adoption passing confidence
github.com/testcontainers/testcontainers-go v0.39.0v0.40.0 age adoption passing confidence
github.com/testcontainers/testcontainers-go/modules/postgres v0.39.0v0.40.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

go-playground/validator (github.com/go-playground/validator/v10)

v10.30.1: Release 10.30.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.0...v10.30.1

v10.30.0: Release 10.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.29.0...v10.30.0

v10.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.28.0...v10.29.0

go-resty/resty (github.com/go-resty/resty/v2)

v2.17.1

Compare Source

Release Notes

Bug Fixes

Full Changelog: go-resty/resty@v2.17.0...v2.17.1

v2.17.0

Compare Source

Release Notes

Bug Fixes

Backport

Release Updates

New Contributors

Full Changelog: go-resty/resty@v2.16.5...v2.17.0

jackc/pgx (github.com/jackc/pgx/v5)

v5.8.0

Compare Source

netcracker/qubership-core-lib-go (github.com/netcracker/qubership-core-lib-go/v3)

v3.3.0

Compare Source

3.3.0 (2025-12-18)

Feature

v3.2.5

Compare Source

3.2.5 (2025-12-15)

Chores

v3.2.4

Compare Source

3.2.4 (2025-12-04)

Chores

v3.2.3

Compare Source

3.2.3 (2025-11-26)

Chores

v3.2.2

Compare Source

3.2.2 (2025-11-21)

Chores

v3.2.1

Compare Source

3.2.1 (2025-11-18)

Chores

v3.2.0

Compare Source

3.2.0 (2025-10-28)

Feature
Chores

v3.1.1

Compare Source

3.1.1 (2025-09-22)

Bug Fixes
Chores
onsi/gomega (github.com/onsi/gomega)

v1.39.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)

v0.40.0

Compare Source

What's Changed
⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
📦 Dependency updates

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.

@NetcrackerCLPLCI
Copy link
Copy Markdown
Contributor Author

NetcrackerCLPLCI commented Oct 29, 2025

ℹ Artifact update notice

File name: maas/maas-service/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):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.2 -> 1.25.5
golang.org/x/crypto v0.43.0 -> v0.46.0
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/fsnotify/fsnotify v1.7.0 -> v1.9.0
github.com/gabriel-vasile/mimetype v1.4.10 -> v1.4.12
github.com/knadh/koanf/v2 v2.1.2 -> v2.3.0
golang.org/x/mod v0.28.0 -> v0.30.0
golang.org/x/net v0.45.0 -> v0.47.0
golang.org/x/sync v0.17.0 -> v0.19.0
golang.org/x/sys v0.37.0 -> v0.39.0
golang.org/x/text v0.30.0 -> v0.32.0
golang.org/x/tools v0.37.0 -> v0.39.0

@NetcrackerCLPLCI NetcrackerCLPLCI changed the title chore(deps): update module github.com/netcracker/qubership-core-lib-go/v3 to v3.2.0 chore(deps): update go-minor Nov 6, 2025
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/go-minor branch 2 times, most recently from 15df44c to ff4397a Compare November 12, 2025 05:32
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/go-minor branch 3 times, most recently from 4d2ec68 to da3d2ba Compare November 21, 2025 08:34
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/go-minor branch 5 times, most recently from 754ddea to d4e21cc Compare November 26, 2025 12:35
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/go-minor branch 2 times, most recently from eaf097d to 10902ef Compare December 4, 2025 14:32
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/go-minor branch 4 times, most recently from b3d57cf to 3a3e54f Compare December 18, 2025 12:35
@NetcrackerCLPLCI NetcrackerCLPLCI force-pushed the renovate-main/go-minor branch 3 times, most recently from d48b23b to 458cc2f Compare December 27, 2025 05:31
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jan 8, 2026

@renovate
Copy link
Copy Markdown
Contributor

renovate Bot commented Jan 14, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@denisanfimov denisanfimov deleted the renovate-main/go-minor branch January 14, 2026 14:24
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 14, 2026
@renovate renovate Bot removed the type:minor label Jan 14, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants