Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the gomod group across 1 directory with 61 updates #438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the gomod group with 24 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.23.1 1.30.4
github.com/aws/aws-sdk-go-v2/config 1.25.5 1.27.31
github.com/aws/aws-sdk-go-v2/service/ec2 1.137.1 1.177.0
github.com/aws/aws-sdk-go-v2/service/s3 1.44.0 1.61.0
github.com/docker/docker 24.0.7+incompatible 27.2.0+incompatible
github.com/gruntwork-io/terratest 0.46.7 0.47.1
github.com/opencontainers/image-spec 1.0.2 1.1.0
github.com/spf13/cobra 1.8.0 1.8.1
cloud.google.com/go 0.110.0 0.115.1
github.com/Microsoft/go-winio 0.6.1 0.6.2
github.com/aws/aws-sdk-go 1.44.122 1.55.5
github.com/distribution/reference 0.5.0 0.6.0
github.com/docker/go-connections 0.4.0 0.5.0
github.com/hashicorp/errwrap 1.0.0 1.1.0
github.com/hashicorp/go-multierror 1.1.0 1.1.1
github.com/hashicorp/go-version 1.6.0 1.7.0
github.com/hashicorp/hcl/v2 2.9.1 2.22.0
github.com/hashicorp/terraform-json 0.13.0 0.22.1
github.com/jinzhu/copier 0.0.0-20190924061706-b57f9002281a 0.4.0
github.com/klauspost/compress 1.15.11 1.17.9
github.com/mattn/go-runewidth 0.0.9 0.0.16
github.com/mattn/go-zglob 0.0.2-0.20190814121620-e3c945676326 0.0.6
github.com/tmccombs/hcl2json 0.3.3 0.6.4
github.com/ulikunitz/xz 0.5.10 0.5.12

Updates github.com/aws/aws-sdk-go-v2 from 1.23.1 to 1.30.4

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.25.5 to 1.27.31

Commits
  • a6e48ac Release 2024-08-26
  • 7d62062 Regenerated Clients
  • bdf2372 Update API model
  • 84ca95e omitempty for NULL attribute values from custom marshalers (#2739)
  • d7a7f5a save sso cache token expiresAt in UTC (#2709)
  • 87cea8b Release 2024-08-23
  • 93f8d22 Regenerated Clients
  • bd44016 Update API model
  • 097b04b Merge pull request #2761 from aws/fix-dont-fail-test-if-credentials-set
  • c10d543 Don't fail credentials unit tests if credentials are found on a file
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.137.1 to 1.177.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.44.0 to 1.61.0

Commits

Updates github.com/docker/docker from 24.0.7+incompatible to 27.2.0+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v27.2.0

27.2.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

New

  • CLI: Add support for device-code flow login when authenticating to the official registry. docker/cli#5349
  • containerd image store: docker image ls now supports --tree flag that shows a multiplatform-aware image list. This is experimental and may change at any time without any backwards compatibility. docker/cli#5353

API

  • GET /images/json response now includes Manifests field, which contains information about the sub-manifests included in the image index. This includes things like platform-specific manifests and build attestations. The new field will only be populated if the request also sets the manifests query parameter to true.

[!WARNING]

This is experimental and may change at any time without any backward compatibility.

Bug fixes and enhancements

  • CLI: Fix issue with remote contexts over SSH where the CLI would allocate a pseudoterminal when connecting to the remote host, which causes issues in rare situations. docker/cli#5351
  • Fix an issue that prevented network creation with a --ip-range ending on a 64-bit boundary. moby/moby#48326
  • CLI: IPv6 addresses shown by docker ps in port bindings are now bracketed. docker/cli#5365
  • containerd image store: Fix early error exit from docker load in cases where unpacking the image would fail. moby/moby#48376
  • containerd image store: Fix the previous image not being persisted as dangling after docker pull. moby/moby#48380

Packaging updates

v27.2.0-rc.1

27.2.0-rc.1

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

... (truncated)

Commits
  • 3ab5c7d Merge pull request #48383 from vvoland/48382-27.x
  • 875e8ae vendor: github.com/containerd/containerd v1.7.21
  • 1900e4d Dockerfile: update containerd binary to v1.7.21 (static binaries and CI only)
  • cd7746d Merge pull request #48380 from vvoland/48374-27.x
  • 2a13a38 Merge pull request #48376 from vvoland/48293-27.x
  • 9fd71f5 Merge pull request #48378 from corhere/backport-27.x/dockerd-manpage
  • ecd2b6f c8d/image: Add hostPlatformMatcher
  • d5b0342 man: support bringing your own go-md2man
  • 56c5c23 man: build dockerd man pages using make
  • 77b2eb5 Removed all mentions of "please" from docs and messages
  • Additional commits viewable in compare view

Updates github.com/gruntwork-io/terratest from 0.46.7 to 0.47.1

Release notes

Sourced from github.com/gruntwork-io/terratest's releases.

v0.47.1

Modules affected

  • aws
  • retry

Description

Special thanks

Special thanks to the following users for their contribution!

Related links

Full Changelog: gruntwork-io/terratest@v0.47.0...v0.47.1

v0.47.0

Modules affected

... (truncated)

Commits
  • 1a1a8c1 Merge pull request #1438 from roysha1/master
  • 5eca5da update go-getter
  • f9d5fb2 Merge pull request #1436 from gruntwork-io/fix-circle-ci
  • 05ddb3d Fix circle ci
  • f5dd7d8 Merge pull request #1428 from gruntwork-io/dependabot/go_modules/github.com/d...
  • 23885a8 Bump github.com/docker/docker
  • ea2688e Merge pull request #1434 from gruntwork-io/dependabot/bundler/docs/activesupp...
  • e790ff3 Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs
  • 2bff0c8 Merge pull request #1433 from gruntwork-io/dependabot/bundler/docs/commonmark...
  • a3209a0 Merge pull request #1410 from gruntwork-io/dependabot/go_modules/github.com/d...
  • Additional commits viewable in compare view

Updates github.com/opencontainers/image-spec from 1.0.2 to 1.1.0

Release notes

Sourced from github.com/opencontainers/image-spec's releases.

v1.1.0

Vote Passed [+7-0] - https://groups.google.com/a/opencontainers.org/g/dev/c/Cnk6H9C4aag Release PR : opencontainers/image-spec#1161 Full Changelog: opencontainers/image-spec@v1.0.2...v1.1.0

Associated Distribution Specification Release - https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0

v1.1.0-rc6

Vote passed [+6 -0] - https://groups.google.com/a/opencontainers.org/g/dev/c/HOxZlfhr9-o

For changeset and diff please see - opencontainers/image-spec#1157

v1.1.0-rc5

For changeset and diff please see - opencontainers/image-spec#1109

Vote - https://groups.google.com/a/opencontainers.org/g/dev/c/KIwyzExcjZ8

v1.1.0-rc4

Vote passed [+6 -0]: https://groups.google.com/a/opencontainers.org/g/dev/c/gPgzESGb7xs

For changeset and diff please see - opencontainers/image-spec#1080

v1.1.0-rc3

Vote passed [+6 -0]: https://groups.google.com/a/opencontainers.org/g/dev/c/ZUza21145X0

opencontainers/image-spec#1049

Note: This is a duplicate of v1.1.0-rc.3 because of semver ordering (rc.3 < rc1 < rc2).

v1.1.0-rc2

Vote PASSED [+5 -0 #2]: https://groups.google.com/a/opencontainers.org/g/dev/c/0CIPCfr4TCk

Full Changeset since v1.1.0-rc2: v1.1.0-rc1...19a74bcb

PRs included since v1.1.0-rc1

#956 docs: Update release process docs with checklist #953 Release 1.1.0 rc1 #950 Rename refers field to subject #945 Fix whitespace consistency in config.md

v1.1.0-rc1

Vote PASSED [+5 -0 #2]: https://groups.google.com/a/opencontainers.org/g/dev/c/O5L0lkhblkc

Full Changeset since v1.0.2: 67d2d56..4728b6e

... (truncated)

Commits
  • e7f7c0c version: release v1.1.0
  • 365fa41 Merge pull request #1160 from sudo-bmitch/pr-subject-dag-association
  • d0f90e6 Clarify that subject references a separate DAG
  • 9703222 Merge pull request #1157 from sudo-bmitch/pr-v1.1.0-rc6
  • 8b1e951 version: bump back to +dev
  • 6c2b5fa version: release v1.1.0-rc6
  • 56fb783 Merge pull request #1107 from sudo-bmitch/pr-release-notice
  • a6d741a Merge pull request #1148 from dejanu/update_oci_implementations
  • 53d9855 new section for projects no longer maintained
  • ceeb2eb Merge pull request #1114 from sudo-bmitch/pr-go-1.21
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

Commits

Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.16.0 to 0.26.0

Commits
  • 5bcd010 go.mod: update golang.org/x dependencies
  • 3375612 ssh: add support for unpadded RSA signatures
  • bb80217 ssh: don't use dsa keys in integration tests
  • 6879722 ssh: remove go 1.21+ dependency on slices
  • e983fa2 sha3: Avo port of keccakf_amd64.s
  • 80fd972 LICENSE: update per Google Legal
  • f2bc3a6 x509roots/fallback/internal/goissue52287: delete
  • d66d9c3 x509roots/fallback: update bundle
  • 9fadb0b go.mod: update golang.org/x dependencies
  • a6a393f all: bump go.mod version and drop compatibility shims
  • Additional commits viewable in compare view

Updates cloud.google.com/go from 0.110.0 to 0.115.1

Changelog

Sourced from cloud.google.com/go's changelog.

0.115.1 (2024-08-13)

Bug Fixes

  • cloud.google.com/go: Bump google.golang.org/grpc@v1.64.1 (8ecc4e9)

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)

0.113.0 (2024-05-08)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10010) (34455c1)

Bug Fixes

  • all: Bump x/net to v0.24.0 (#10000) (ba31ed5)
  • debugger: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • internal/aliasfix: Handle import paths correctly (#10097) (fafaf0d)
  • rpcreplay: Properly unmarshal dynamic message (#9774) (53ccb20), refs #9773

Documentation

  • testing: Switch deprecated WithInsecure to WithTransportCredentials (#10091) (2b576ab)

... (truncated)

Commits
  • 8c009ad chore(main): release 0.115.1 (#10531)
  • 578ce14 docs(batch): Batch CentOS images and HPC CentOS images are EOS (#10680)
  • 598b31d chore(github): pin staticcheck in vet.yml to v0.4.7 (#10681)
  • fab520d fix(bigtable): Use new auth library (#10670)
  • 6593c0d feat(spanner/admin/database): Add resource reference annotation to backup sch...
  • 99322dd chore(main): release auth 0.8.1 (#10676)
  • 60ad7f3 fix(bigquery): processStream check ctx done when queuing non retryable err (#...
  • 1afb9ee fix(auth): make default client creation more lenient (#10669)
  • 2ca6e9d refactor(bigquery): single ctx usage with storage read (#10673)
  • ab9a961 fix(bigquery): remove retry on FailedPrecondition (#10671)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/compute/metadata from 0.2.3 to 0.5.0

Release notes

Sourced from cloud.google.com/go/compute/metadata's releases.

visionai: v0.4.0

0.4.0 (2024-08-27)

Features

  • visionai: Add BatchOperationStatus to import metadata (2b2c673)
  • visionai: Request client libraries for new languages (2b2c673)

Documentation

  • visionai: A comment for enum value FAILED in enum State is changed (2b2c673)
  • visionai: A comment for enum value IN_PROGRESS in enum State is changed (2b2c673)
  • visionai: A comment for enum value SUCCEEDED in enum State is changed (2b2c673)
  • visionai: A comment for field relevance in message .google.cloud.visionai.v1.SearchResultItem is changed (2b2c673)
  • visionai: A comment for method ClipAsset in service Warehouse is changed (2b2c673)

policysimulator: v0.3.0

0.3.0 (2024-08-20)

Features

  • policysimulator: Add support for Go 1.23 iterators (84461c0)

visionai: v0.3.0

0.3.0 (2024-08-20)

Features

  • visionai: Add support for Go 1.23 iterators (84461c0)
Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

v0.5.0

  • bigquery:
    • The SQL types DATE, TIME and DATETIME are now supported. They correspond to the Date, Time and DateTime types in the new cloud.google.com/go/civil package.
    • Support for query parameters.
    • Support deleting a dataset.
    • Values from INTEGER columns will now be returned as int64, not int. This will avoid errors arising from large values on 32-bit systems.
  • datastore:
    • Nested Go structs encoded as Entity values, instead of a flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
      type State struct {
        Cities  []struct{
          Populations []int
        }
      }
      See the announcement for more details.
    • Contexts no longer hold namespaces; instead you must set a key's namespace ex...

      Description has been truncated

Bumps the gomod group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.23.1` | `1.30.4` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.25.5` | `1.27.31` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.137.1` | `1.177.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.44.0` | `1.61.0` |
| [github.com/docker/docker](https://github.com/docker/docker) | `24.0.7+incompatible` | `27.2.0+incompatible` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.46.7` | `0.47.1` |
| [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.0.2` | `1.1.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.8.1` |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.110.0` | `0.115.1` |
| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.122` | `1.55.5` |
| [github.com/distribution/reference](https://github.com/distribution/reference) | `0.5.0` | `0.6.0` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.4.0` | `0.5.0` |
| [github.com/hashicorp/errwrap](https://github.com/hashicorp/errwrap) | `1.0.0` | `1.1.0` |
| [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) | `1.1.0` | `1.1.1` |
| [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.6.0` | `1.7.0` |
| [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) | `2.9.1` | `2.22.0` |
| [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) | `0.13.0` | `0.22.1` |
| [github.com/jinzhu/copier](https://github.com/jinzhu/copier) | `0.0.0-20190924061706-b57f9002281a` | `0.4.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.15.11` | `1.17.9` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.9` | `0.0.16` |
| [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) | `0.0.2-0.20190814121620-e3c945676326` | `0.0.6` |
| [github.com/tmccombs/hcl2json](https://github.com/tmccombs/hcl2json) | `0.3.3` | `0.6.4` |
| [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.10` | `0.5.12` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.23.1 to 1.30.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.23.1...v1.30.4)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.25.5 to 1.27.31
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.25.5...config/v1.27.31)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.137.1 to 1.177.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.137.1...service/ec2/v1.177.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.44.0 to 1.61.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.44.0...service/s3/v1.61.0)

Updates `github.com/docker/docker` from 24.0.7+incompatible to 27.2.0+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.7...v27.2.0)

Updates `github.com/gruntwork-io/terratest` from 0.46.7 to 0.47.1
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.46.7...v0.47.1)

Updates `github.com/opencontainers/image-spec` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](opencontainers/image-spec@v1.0.2...v1.1.0)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

Updates `golang.org/x/crypto` from 0.16.0 to 0.26.0
- [Commits](golang/crypto@v0.16.0...v0.26.0)

Updates `cloud.google.com/go` from 0.110.0 to 0.115.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.110.0...v0.115.1)

Updates `cloud.google.com/go/compute/metadata` from 0.2.3 to 0.5.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@netapp/v0.2.3...v0.5.0)

Updates `cloud.google.com/go/iam` from 0.13.0 to 1.1.12
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.13.0...iam/v1.1.12)

Updates `cloud.google.com/go/storage` from 1.28.1 to 1.43.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@storage/v1.28.1...spanner/v1.43.0)

Updates `github.com/Microsoft/go-winio` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/Microsoft/go-winio/releases)
- [Commits](microsoft/go-winio@v0.6.1...v0.6.2)

Updates `github.com/aws/aws-sdk-go` from 1.44.122 to 1.55.5
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.122...v1.55.5)

Updates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.5.1 to 1.6.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/drs/v1.6.4/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.5.1...service/drs/v1.6.4)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.16.4 to 1.17.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.16.4...credentials/v1.17.30)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.14.5 to 1.16.12
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.14.5...v1.16.12)

Updates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.2.4 to 1.3.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/tnb/v1.2.4...internal/ini/v1.3.16)

Updates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.5.4 to 2.6.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/endpoints/v2.5.4...internal/endpoints/v2.6.16)

Updates `github.com/aws/aws-sdk-go-v2/internal/ini` from 1.7.1 to 1.8.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.8.1/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.7.1...v1.8.1)

Updates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.2.4 to 1.3.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/tnb/v1.2.4...internal/ini/v1.3.16)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.10.1 to 1.11.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.10.1...service/dax/v1.11.4)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/checksum` from 1.2.4 to 1.3.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/tnb/v1.2.4...internal/ini/v1.3.18)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` from 1.10.4 to 1.11.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.10.4...service/dax/v1.11.18)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/s3shared` from 1.16.4 to 1.17.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.16.4...credentials/v1.17.16)

Updates `github.com/aws/aws-sdk-go-v2/service/sso` from 1.17.3 to 1.22.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.17.3...service/pi/v1.22.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ssooidc` from 1.20.1 to 1.26.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.20.1...config/v1.26.5)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.25.4 to 1.30.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.25.4...service/s3/v1.30.5)

Updates `github.com/aws/smithy-go` from 1.17.0 to 1.20.4
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.17.0...v1.20.4)

Updates `github.com/distribution/reference` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/distribution/reference/releases)
- [Commits](distribution/reference@v0.5.0...v0.6.0)

Updates `github.com/docker/go-connections` from 0.4.0 to 0.5.0
- [Commits](docker/go-connections@v0.4.0...v0.5.0)

Updates `github.com/google/uuid` from 1.3.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.0...v1.6.0)

Updates `github.com/googleapis/enterprise-certificate-proxy` from 0.2.3 to 0.3.2
- [Release notes](https://github.com/googleapis/enterprise-certificate-proxy/releases)
- [Commits](googleapis/enterprise-certificate-proxy@v0.2.3...v0.3.2)

Updates `github.com/googleapis/gax-go/v2` from 2.7.1 to 2.13.0
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.7.1...v2.13.0)

Updates `github.com/hashicorp/errwrap` from 1.0.0 to 1.1.0
- [Commits](hashicorp/errwrap@v1.0.0...v1.1.0)

Updates `github.com/hashicorp/go-getter` from 1.7.1 to 1.7.6
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.1...v1.7.6)

Updates `github.com/hashicorp/go-multierror` from 1.1.0 to 1.1.1
- [Commits](hashicorp/go-multierror@v1.1.0...v1.1.1)

Updates `github.com/hashicorp/go-version` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-version@v1.6.0...v1.7.0)

Updates `github.com/hashicorp/hcl/v2` from 2.9.1 to 2.22.0
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](hashicorp/hcl@v2.9.1...v2.22.0)

Updates `github.com/hashicorp/terraform-json` from 0.13.0 to 0.22.1
- [Release notes](https://github.com/hashicorp/terraform-json/releases)
- [Commits](hashicorp/terraform-json@v0.13.0...v0.22.1)

Updates `github.com/jinzhu/copier` from 0.0.0-20190924061706-b57f9002281a to 0.4.0
- [Commits](https://github.com/jinzhu/copier/commits/v0.4.0)

Updates `github.com/klauspost/compress` from 1.15.11 to 1.17.9
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.15.11...v1.17.9)

Updates `github.com/mattn/go-runewidth` from 0.0.9 to 0.0.16
- [Commits](mattn/go-runewidth@v0.0.9...v0.0.16)

Updates `github.com/mattn/go-zglob` from 0.0.2-0.20190814121620-e3c945676326 to 0.0.6
- [Commits](https://github.com/mattn/go-zglob/commits/v0.0.6)

Updates `github.com/tmccombs/hcl2json` from 0.3.3 to 0.6.4
- [Release notes](https://github.com/tmccombs/hcl2json/releases)
- [Changelog](https://github.com/tmccombs/hcl2json/blob/main/CHANGELOG.md)
- [Commits](tmccombs/hcl2json@v0.3.3...v0.6.4)

Updates `github.com/ulikunitz/xz` from 0.5.10 to 0.5.12
- [Commits](ulikunitz/xz@v0.5.10...v0.5.12)

Updates `github.com/zclconf/go-cty` from 1.9.1 to 1.15.0
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.9.1...v1.15.0)

Updates `golang.org/x/mod` from 0.8.0 to 0.17.0
- [Commits](golang/mod@v0.8.0...v0.17.0)

Updates `golang.org/x/net` from 0.19.0 to 0.28.0
- [Commits](golang/net@v0.19.0...v0.28.0)

Updates `golang.org/x/oauth2` from 0.7.0 to 0.22.0
- [Commits](golang/oauth2@v0.7.0...v0.22.0)

Updates `golang.org/x/sync` from 0.3.0 to 0.8.0
- [Commits](golang/sync@v0.3.0...v0.8.0)

Updates `golang.org/x/sys` from 0.15.0 to 0.24.0
- [Commits](golang/sys@v0.15.0...v0.24.0)

Updates `golang.org/x/text` from 0.14.0 to 0.17.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.14.0...v0.17.0)

Updates `golang.org/x/time` from 0.4.0 to 0.6.0
- [Commits](golang/time@v0.4.0...v0.6.0)

Updates `golang.org/x/tools` from 0.6.0 to 0.21.1-0.20240508182429-e35e4ccd0d2d
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/commits)

Updates `google.golang.org/api` from 0.114.0 to 0.191.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.114.0...v0.191.0)

Updates `google.golang.org/genproto` from 0.0.0-20230410155749-daa745c078e1 to 0.0.0-20240730163845-b1a4ccb954bf
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.56.3 to 1.65.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.56.3...v1.65.0)

Updates `google.golang.org/protobuf` from 1.31.0 to 1.34.2

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gomod
- dependency-name: github.com/gruntwork-io/terratest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/opencontainers/image-spec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/iam
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: gomod
- dependency-name: cloud.google.com/go/storage
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/Microsoft/go-winio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/configsources
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/ini
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/v4a
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/checksum
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/s3shared
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sso
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/aws/smithy-go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/distribution/reference
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/docker/go-connections
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/google/uuid
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/googleapis/enterprise-certificate-proxy
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hashicorp/errwrap
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/hashicorp/go-multierror
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/hashicorp/go-version
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hashicorp/hcl/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/hashicorp/terraform-json
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/jinzhu/copier
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/klauspost/compress
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/mattn/go-runewidth
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/mattn/go-zglob
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/tmccombs/hcl2json
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/ulikunitz/xz
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/zclconf/go-cty
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/mod
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/time
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/api
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/genproto
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2024 06:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants