chore(deps): bump the go-dependencies group across 3 directories with 5 updates#128
Merged
mojatter merged 2 commits intoMay 31, 2026
Conversation
… 5 updates Bumps the go-dependencies group with 1 update in the /gcs directory: [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Bumps the go-dependencies group with 3 updates in the /s3 directory: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2). Bumps the go-dependencies group with 3 updates in the /server directory: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2). Updates `google.golang.org/api` from 0.280.0 to 0.282.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.280.0...v0.282.0) Updates `github.com/aws/aws-sdk-go-v2` from 1.41.7 to 1.41.9 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.41.7...v1.41.9) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.20 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.32.17...config/v1.32.20) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.101.0 to 1.102.2 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.101.0...service/s3/v1.102.2) Updates `github.com/aws/aws-sdk-go-v2` from 1.41.7 to 1.41.9 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.41.7...v1.41.9) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.101.0 to 1.102.2 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.101.0...service/s3/v1.102.2) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.16 to 1.19.19 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@credentials/v1.19.16...credentials/v1.19.19) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.282.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.41.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.102.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.41.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.102.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.19.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The grouped dependency update raises cmd/s2-server, gcs and s2env to go 1.25.8 (required by aws-sdk-go-v2 / google.golang.org/api). go.work must be >= every member, or workspace-mode tooling (go test, govulncheck) refuses to run; Dependabot does not touch go.work.
f90e914 to
11e174d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 1 update in the /gcs directory: google.golang.org/api.
Bumps the go-dependencies group with 3 updates in the /s3 directory: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config and github.com/aws/aws-sdk-go-v2/service/s3.
Bumps the go-dependencies group with 3 updates in the /server directory: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/service/s3 and github.com/aws/aws-sdk-go-v2/credentials.
Updates
google.golang.org/apifrom 0.280.0 to 0.282.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
60aebbdchore(main): release 0.282.0 (#3608)3c139a0feat(all): auto-regenerate discovery clients (#3607)8f434ffchore(main): release 0.281.0 (#3601)57f4b28chore(all): update all (#3605)3ad8e8efeat(all): auto-regenerate discovery clients (#3606)711e008feat(all): auto-regenerate discovery clients (#3604)b1aa9defeat(all): auto-regenerate discovery clients (#3603)f0071d3feat(all): auto-regenerate discovery clients (#3602)bcaee85feat(all): auto-regenerate discovery clients (#3600)Updates
github.com/aws/aws-sdk-go-v2from 1.41.7 to 1.41.9Commits
5841d3aRelease 2026-05-2916ac80dRegenerated Clients167926fUpdate endpoints modela0fce13Update API model223c005update to smithy-go v1.26.0 (#3426)74c5011Release 2026-05-287d82651Regenerated Clients79c63d9Update endpoints modelb15b3b8Update API model090e469Feat tmv2 parity (#3424)Updates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.17 to 1.32.20Commits
5841d3aRelease 2026-05-2916ac80dRegenerated Clients167926fUpdate endpoints modela0fce13Update API model223c005update to smithy-go v1.26.0 (#3426)74c5011Release 2026-05-287d82651Regenerated Clients79c63d9Update endpoints modelb15b3b8Update API model090e469Feat tmv2 parity (#3424)Updates
github.com/aws/aws-sdk-go-v2/service/s3from 1.101.0 to 1.102.2Commits
5841d3aRelease 2026-05-2916ac80dRegenerated Clients167926fUpdate endpoints modela0fce13Update API model223c005update to smithy-go v1.26.0 (#3426)74c5011Release 2026-05-287d82651Regenerated Clients79c63d9Update endpoints modelb15b3b8Update API model090e469Feat tmv2 parity (#3424)Updates
github.com/aws/aws-sdk-go-v2from 1.41.7 to 1.41.9Commits
5841d3aRelease 2026-05-2916ac80dRegenerated Clients167926fUpdate endpoints modela0fce13Update API model223c005update to smithy-go v1.26.0 (#3426)74c5011Release 2026-05-287d82651Regenerated Clients79c63d9Update endpoints modelb15b3b8Update API model090e469Feat tmv2 parity (#3424)Updates
github.com/aws/aws-sdk-go-v2/service/s3from 1.101.0 to 1.102.2Commits
5841d3aRelease 2026-05-2916ac80dRegenerated Clients167926fUpdate endpoints modela0fce13Update API model223c005update to smithy-go v1.26.0 (#3426)74c5011Release 2026-05-287d82651Regenerated Clients79c63d9Update endpoints modelb15b3b8Update API model090e469Feat tmv2 parity (#3424)Updates
github.com/aws/aws-sdk-go-v2/credentialsfrom 1.19.16 to 1.19.19Commits
5841d3aRelease 2026-05-2916ac80dRegenerated Clients167926fUpdate endpoints modela0fce13Update API model223c005update to smithy-go v1.26.0 (#3426)74c5011Release 2026-05-287d82651Regenerated Clients79c63d9Update endpoints modelb15b3b8Update API model090e469Feat tmv2 parity (#3424)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions