fix(deps): update go modules

This MR contains the following updates:

Package Change Age Confidence
github.com/stretchr/testify v1.12.0v1.12.1 age confidence
gitlab.com/phpboyscout/go/chat v0.10.1v0.11.0 age confidence
gitlab.com/phpboyscout/go/chat-anthropic v0.9.1v0.10.0 age confidence
gitlab.com/phpboyscout/go/chat-gemini v0.9.1v0.10.0 age confidence
gitlab.com/phpboyscout/go/chat-openai v0.9.1v0.10.0 age confidence
gitlab.com/phpboyscout/go/config v0.17.0v0.17.2 age confidence
gitlab.com/phpboyscout/go/config-afero v0.1.8v0.1.9 age confidence
gitlab.com/phpboyscout/go/forge v0.11.0v0.14.1 age confidence
gitlab.com/phpboyscout/go/forge-bitbucket v0.5.4v0.8.1 age confidence
gitlab.com/phpboyscout/go/forge-gitea v0.9.0v0.13.1 age confidence
gitlab.com/phpboyscout/go/forge-github v0.8.1v0.12.1 age confidence
gitlab.com/phpboyscout/go/forge-gitlab v0.8.0v0.12.1 age confidence
gitlab.com/phpboyscout/go/signing-cli v0.6.0v0.6.1 age confidence

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.12.1

Compare Source

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1

phpboyscout/go/chat (gitlab.com/phpboyscout/go/chat)

v0.11.0

Compare Source

Compare to previous version

Features
  • constants: default Gemini to gemini-3.7-flash (7e31a11)
  • conformance: prove a history policy reaches the wire (ad214b6)
  • history: add BoundConversation, the seam a provider applies a policy through (cfa259b)
Bug Fixes
  • history: warn when a policy is set on claude-local (d0b52f6)
  • deps: update go modules (f5b0771)
phpboyscout/go/chat-anthropic (gitlab.com/phpboyscout/go/chat-anthropic)

v0.10.0

Compare Source

Compare to previous version

phpboyscout/go/chat-gemini (gitlab.com/phpboyscout/go/chat-gemini)

v0.10.0

Compare Source

Compare to previous version

phpboyscout/go/chat-openai (gitlab.com/phpboyscout/go/chat-openai)

v0.10.0

Compare Source

Compare to previous version

phpboyscout/go/config (gitlab.com/phpboyscout/go/config)

v0.17.2

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module github.com/stretchr/testify to v1.12.0 (80d57e3)

v0.17.1

Compare Source

Compare to previous version

Bug Fixes
  • backendconformance: an empty source after heal is a pass, not a cached failure (8cd7cd7)
phpboyscout/go/config-afero (gitlab.com/phpboyscout/go/config-afero)

v0.1.9

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module gitlab.com/phpboyscout/go/config to v0.17.0 (f2158c5)
  • deps: require go 1.26.6 for the stdlib advisories (afa4109)
  • ci: bump the cicd components to v0.36.0 for Go 1.26.6 (5ac6941)
phpboyscout/go/forge (gitlab.com/phpboyscout/go/forge)

v0.14.1

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (f434185)

v0.14.0

Compare Source

Compare to previous version

Features
  • test: hold every provider to the refusal sentinels (15bfd6d)
Bug Fixes
  • deps: update module github.com/stretchr/testify to v1.12.0 (fb2a2b8)

v0.13.0

Compare Source

Compare to previous version

Features
  • name the refusal a forge returned (dfe237a)
  • reuse one provider per endpoint with forge/pool (f90a569)
  • offer the connection-injection rungs through the registry (da859ec)

v0.12.0

Compare Source

Compare to previous version

Features
  • address a provider by a comparable Endpoint (dc2b720)
Bug Fixes
  • deps: update module golang.org/x/text to v0.41.0 (062d918)
  • deps: require go 1.26.6 for the stdlib advisories (10ace37)
  • ci: bump the cicd components to v0.36.0 for Go 1.26.6 (6ab0ca8)
phpboyscout/go/forge-bitbucket (gitlab.com/phpboyscout/go/forge-bitbucket)

v0.8.1

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (85a3c53)

v0.8.0

Compare Source

Compare to previous version

Features
  • honour the injected transport and client (ff52ec1)

v0.7.0

Compare Source

Compare to previous version

Features
  • name which refusal Bitbucket returned (7389524)
Bug Fixes
  • deps: update go modules (3a89cfe)

v0.6.0

Compare Source

Compare to previous version

Features
  • address this provider by a forge.Endpoint, and check credentials where it matters (eee2d34)
Bug Fixes
  • deps: require go 1.26.6 for the stdlib advisories (e1ff60d)
  • ci: bump the cicd components to v0.36.0 for Go 1.26.6 (84c9a0e)
phpboyscout/go/forge-gitea (gitlab.com/phpboyscout/go/forge-gitea)

v0.13.1

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (d5b34a6)

v0.13.0

Compare Source

Compare to previous version

Features
  • build a provider on a Gitea client you already have (c0a3254)

v0.12.0

Compare Source

Compare to previous version

Features
  • honour the injected transport and client (0f38653)

v0.11.0

Compare Source

Compare to previous version

Features
  • name which refusal Gitea returned (58db7a0)
Bug Fixes
  • deps: update go modules (0f36043)

v0.10.0

Compare Source

Compare to previous version

Features
  • address this provider by a forge.Endpoint (3b95d0d)
Bug Fixes
  • deps: require go 1.26.6 for the stdlib advisories (d848ae7)
  • ci: bump the cicd components to v0.36.0 for Go 1.26.6 (343d8ec)
phpboyscout/go/forge-github (gitlab.com/phpboyscout/go/forge-github)

v0.12.1

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (3e73c9f)

v0.12.0

Compare Source

Compare to previous version

Features
  • build a provider on a go-github client you already have (c9c3a62)

v0.11.0

Compare Source

Compare to previous version

Features
  • honour the injected transport and client (ce65c77)

v0.10.1

Compare Source

Compare to previous version

Bug Fixes
  • surface the retry delay GitHub sent with a 429 (ed22386)

v0.10.0

Compare Source

Compare to previous version

Features
  • name which refusal GitHub returned (d3be88d)
Bug Fixes
  • deps: update go modules (cb22697)

v0.9.0

Compare Source

Compare to previous version

Features
  • address this provider by a forge.Endpoint (11a996c)
Bug Fixes
  • set the endpoint type in the registered factory (67b9ac5)
  • deps: require go 1.26.6 for the stdlib advisories (a96192f)
  • ci: bump the cicd components to v0.36.0 for Go 1.26.6 (d5d927d)
phpboyscout/go/forge-gitlab (gitlab.com/phpboyscout/go/forge-gitlab)

v0.12.1

Compare Source

Compare to previous version

Bug Fixes
  • deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (b96f5d5)

v0.12.0

Compare Source

Compare to previous version

Features
  • build a provider on a go-gitlab client you already have (17bc71a)

v0.11.0

Compare Source

Compare to previous version

Features
  • honour the injected transport and client (39d6033)

v0.10.0

Compare Source

Compare to previous version

Features
  • name which refusal GitLab returned, and stop merging two of them (5a59e3e)
Bug Fixes
  • deps: update go modules (a6bb18e)

v0.9.0

Compare Source

Compare to previous version

Features
  • address this provider by a forge.Endpoint (3d8e3f5)
Bug Fixes
  • deps: update module gitlab.com/gitlab-org/api/client-go/v2 to v2.58.0 (c5b0a3c)
  • deps: update module gitlab.com/gitlab-org/api/client-go/v2 to v2.57.0 (bd4ac0a)
  • deps: require go 1.26.6 for the stdlib advisories (cfdfa6d)
  • ci: bump the cicd components to v0.36.0 for Go 1.26.6 (e96a070)
phpboyscout/go/signing-cli (gitlab.com/phpboyscout/go/signing-cli)

v0.6.1

Compare Source

Compare to previous version

Bug Fixes
  • backend: require go/signing v0.8.0 and clarify the no-factory error (5323e96)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Mend Renovate.

Edited by Matt Cockayne

Merge request reports

Loading
Loading