Skip to content

build(deps): bump the go-dependencies group across 1 directory with 7 updates - #91

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-06bae6ee89
Closed

build(deps): bump the go-dependencies group across 1 directory with 7 updates#91
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-06bae6ee89

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 6 updates in the / directory:

PackageFromTo
github.com/aws/aws-sdk-go-v21.42.11.43.0
github.com/aws/aws-sdk-go-v2/config1.32.291.32.31
github.com/aws/aws-sdk-go-v2/service/cognitoidentity1.35.01.36.0
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider1.64.01.67.0
github.com/aws/aws-sdk-go-v2/service/ecr1.59.01.60.0
github.com/moby/go-archive0.2.00.2.1

Updates github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.29 to 1.32.31

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.28 to 1.19.30

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentity from 1.35.0 to 1.36.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider from 1.64.0 to 1.67.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.59.0 to 1.60.0

Commits

Updates github.com/moby/go-archive from 0.2.0 to 0.2.1

Release notes

Sourced from github.com/moby/go-archive's releases.

v0.2.1

What's Changed

Test and CI changes

Dependency updates

... (truncated)

Commits
  • 0bfb096 Merge pull request #64 from thaJeztah/tar_no_shellout
  • 0d250bd TestIsArchivePathInvalidFile: avoid shelling out
  • 10d37c8 TestIsArchivePathDir: remove shelling out to create dir
  • f64cf0a use Go to construct tar file in tests
  • 5b4e043 Merge pull request #77 from thaJeztah/bump_deps
  • 6e28a6c Merge pull request #78 from thaJeztah/bump_compress
  • 664ad7c build(deps): github.com/klauspost/compress v1.18.7
  • 7f65ab2 build(deps): github.com/moby/sys/mount v0.3.5
  • 6c48a11 build(deps): github.com/moby/sys/user v0.4.1
  • 61814fd Merge pull request #76 from vvoland/work-root-master
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

… updates
Bumps the go-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.29` | `1.32.31` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://github.com/aws/aws-sdk-go-v2) | `1.35.0` | `1.36.0` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) | `1.64.0` | `1.67.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.59.0` | `1.60.0` |
| [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.2.0` | `0.2.1` |
Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.0)
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.29 to 1.32.31
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.29...config/v1.32.31)
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.28 to 1.19.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.28...credentials/v1.19.30)
Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentity` from 1.35.0 to 1.36.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.35.0...v1.36.0)
Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider` from 1.64.0 to 1.67.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.64.0...service/s3/v1.67.0)
Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.59.0 to 1.60.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.59.0...service/s3/v1.60.0)
Updates `github.com/moby/go-archive` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.2.0...v0.2.1)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-version: 1.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.32.31
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.19.30
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentity
dependency-version: 1.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
dependency-version: 1.67.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
dependency-version: 1.60.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-dependencies
- dependency-name: github.com/moby/go-archive
dependency-version: 0.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 29, 2026
@dependabot@github

dependabotBot commented on behalf of githubAug 2, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabotdependabotBot closed this Aug 2, 2026
@dependabot
dependabotBot deleted the dependabot/go_modules/go-dependencies-06bae6ee89 branch August 2, 2026 13:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegoPull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants