fix(deps): update go modules
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/stretchr/testify | v1.12.0 → v1.12.1 |
||
| gitlab.com/phpboyscout/go/chat | v0.10.1 → v0.11.0 |
||
| gitlab.com/phpboyscout/go/chat-anthropic | v0.9.1 → v0.10.0 |
||
| gitlab.com/phpboyscout/go/chat-gemini | v0.9.1 → v0.10.0 |
||
| gitlab.com/phpboyscout/go/chat-openai | v0.9.1 → v0.10.0 |
||
| gitlab.com/phpboyscout/go/config | v0.17.0 → v0.17.2 |
||
| gitlab.com/phpboyscout/go/config-afero | v0.1.8 → v0.1.9 |
||
| gitlab.com/phpboyscout/go/forge | v0.11.0 → v0.14.1 |
||
| gitlab.com/phpboyscout/go/forge-bitbucket | v0.5.4 → v0.8.1 |
||
| gitlab.com/phpboyscout/go/forge-gitea | v0.9.0 → v0.13.1 |
||
| gitlab.com/phpboyscout/go/forge-github | v0.8.1 → v0.12.1 |
||
| gitlab.com/phpboyscout/go/forge-gitlab | v0.8.0 → v0.12.1 |
||
| gitlab.com/phpboyscout/go/signing-cli | v0.6.0 → v0.6.1 |
Release Notes
stretchr/testify (github.com/stretchr/testify)
v1.12.1
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
- Change yaml library to
go.yaml.in/yaml/v3by @harryzcy in #1935 - change yaml library to go.yaml.in/yaml/v3 by @boekkooi-impossiblecloud in #1772
New Contributors
- @harryzcy made their first contribution in #1935
- @boekkooi-impossiblecloud made their first contribution in #1772
Full Changelog: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1
What's Changed
- Change yaml library to
go.yaml.in/yaml/v3by @harryzcy in #1935 - change yaml library to go.yaml.in/yaml/v3 by @boekkooi-impossiblecloud in #1772
New Contributors
- @harryzcy made their first contribution in #1935
- @boekkooi-impossiblecloud made their first contribution in #1772
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
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
phpboyscout/go/chat-anthropic (gitlab.com/phpboyscout/go/chat-anthropic)
v0.10.0
phpboyscout/go/chat-gemini (gitlab.com/phpboyscout/go/chat-gemini)
v0.10.0
phpboyscout/go/chat-openai (gitlab.com/phpboyscout/go/chat-openai)
v0.10.0
phpboyscout/go/config (gitlab.com/phpboyscout/go/config)
v0.17.2
Bug Fixes
- deps: update module github.com/stretchr/testify to v1.12.0 (80d57e3)
v0.17.1
Bug Fixes
- backendconformance: an empty source after heal is a pass, not a cached failure (8cd7cd7)
phpboyscout/go/forge (gitlab.com/phpboyscout/go/forge)
v0.14.1
Bug Fixes
- deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (f434185)
v0.14.0
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
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
Features
- address a provider by a comparable Endpoint (dc2b720)
Bug Fixes
phpboyscout/go/forge-bitbucket (gitlab.com/phpboyscout/go/forge-bitbucket)
v0.8.1
Bug Fixes
- deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (85a3c53)
v0.8.0
Features
- honour the injected transport and client (ff52ec1)
v0.7.0
Features
- name which refusal Bitbucket returned (7389524)
Bug Fixes
- deps: update go modules (3a89cfe)
v0.6.0
Features
- address this provider by a forge.Endpoint, and check credentials where it matters (eee2d34)
Bug Fixes
phpboyscout/go/forge-gitea (gitlab.com/phpboyscout/go/forge-gitea)
v0.13.1
Bug Fixes
- deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (d5b34a6)
v0.13.0
Features
- build a provider on a Gitea client you already have (c0a3254)
v0.12.0
Features
- honour the injected transport and client (0f38653)
v0.11.0
Features
- name which refusal Gitea returned (58db7a0)
Bug Fixes
- deps: update go modules (0f36043)
v0.10.0
Features
- address this provider by a forge.Endpoint (3b95d0d)
Bug Fixes
phpboyscout/go/forge-github (gitlab.com/phpboyscout/go/forge-github)
v0.12.1
Bug Fixes
- deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (3e73c9f)
v0.12.0
Features
- build a provider on a go-github client you already have (c9c3a62)
v0.11.0
Features
- honour the injected transport and client (ce65c77)
v0.10.1
Bug Fixes
- surface the retry delay GitHub sent with a 429 (ed22386)
v0.10.0
Features
- name which refusal GitHub returned (d3be88d)
Bug Fixes
- deps: update go modules (cb22697)
v0.9.0
Features
- address this provider by a forge.Endpoint (11a996c)
Bug Fixes
phpboyscout/go/forge-gitlab (gitlab.com/phpboyscout/go/forge-gitlab)
v0.12.1
Bug Fixes
- deps: update module gitlab.com/phpboyscout/go/errors to v0.3.0 (b96f5d5)
v0.12.0
Features
- build a provider on a go-gitlab client you already have (17bc71a)
v0.11.0
Features
- honour the injected transport and client (39d6033)
v0.10.0
Features
- name which refusal GitLab returned, and stop merging two of them (5a59e3e)
Bug Fixes
- deps: update go modules (a6bb18e)
v0.9.0
Features
- address this provider by a forge.Endpoint (3d8e3f5)
Bug Fixes
phpboyscout/go/signing-cli (gitlab.com/phpboyscout/go/signing-cli)
v0.6.1
Bug Fixes
- backend: require go/signing v0.8.0 and clarify the no-factory error (5323e96)
Configuration
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
- If you want to rebase/retry this MR, check this box
This MR has been generated by Mend Renovate.