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 with 29 updates #366

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the gomod group with 29 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.23.1 1.24.1
github.com/aws/aws-sdk-go-v2/config 1.25.5 1.26.6
github.com/aws/aws-sdk-go-v2/service/ec2 1.137.1 1.146.0
github.com/aws/aws-sdk-go-v2/service/s3 1.44.0 1.48.1
github.com/docker/docker 24.0.7+incompatible 25.0.2+incompatible
github.com/gruntwork-io/terratest 0.46.7 0.46.11
golang.org/x/crypto 0.16.0 0.18.0
cloud.google.com/go 0.110.8 0.112.0
cloud.google.com/go/compute 1.23.3 1.23.4
cloud.google.com/go/iam 1.1.5 1.1.6
cloud.google.com/go/storage 1.36.0 1.37.0
github.com/aws/aws-sdk-go 1.44.122 1.50.10
github.com/docker/go-connections 0.4.0 0.5.0
github.com/google/uuid 1.5.0 1.6.0
github.com/hashicorp/errwrap 1.0.0 1.1.0
github.com/hashicorp/go-getter 1.7.1 1.7.3
github.com/hashicorp/go-multierror 1.1.0 1.1.1
github.com/hashicorp/hcl/v2 2.9.1 2.19.1
github.com/hashicorp/terraform-json 0.13.0 0.21.0
github.com/jinzhu/copier 0.0.0-20190924061706-b57f9002281a 0.4.0
github.com/klauspost/compress 1.15.11 1.17.5
github.com/mattn/go-runewidth 0.0.9 0.0.15
github.com/mattn/go-zglob 0.0.2-0.20190814121620-e3c945676326 0.0.4
github.com/tmccombs/hcl2json 0.3.3 0.6.1
github.com/ulikunitz/xz 0.5.10 0.5.11
github.com/zclconf/go-cty 1.14.1 1.14.2
golang.org/x/mod 0.8.0 0.14.0
golang.org/x/tools 0.13.0 0.17.0
google.golang.org/api 0.160.0 0.161.0

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

Commits

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

Commits

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

Commits

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

Commits

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

Release notes

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

v25.0.2

25.0.2

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

Security

This release contains security fixes for the following CVEs affecting Docker Engine and its components.

CVE Component Fix version Severity
CVE-2024-21626 runc 1.1.12 High, CVSS 8.6
CVE-2024-23651 BuildKit 1.12.5 High, CVSS 8.7
CVE-2024-23652 BuildKit 1.12.5 High, CVSS 8.7
CVE-2024-23653 BuildKit 1.12.5 High, CVSS 7.7
CVE-2024-23650 BuildKit 1.12.5 Medium, CVSS 5.5
CVE-2024-24557 Docker Engine 25.0.2 Medium, CVSS 6.9

The potential impacts of the above vulnerabilities include:

  • Unauthorized access to the host filesystem
  • Compromising the integrity of the build cache
  • In the case of CVE-2024-21626, a scenario that could lead to full container escape

For more information about the security issues addressed in this release, refer to the blog post. For details about each vulnerability, see the relevant security advisory:

Packaging updates

v25.0.1

25.0.1

... (truncated)

Commits
  • fce6e0c Merge pull request from GHSA-xw73-rw38-6vjc
  • d838e68 Merge pull request #47269 from thaJeztah/25.0_backport_bump_runc_binary_1.1.12
  • fa0d415 Merge pull request #47280 from thaJeztah/25.0_backport_bump_containerd_binary...
  • 06e22dc Merge pull request #47275 from vvoland/vendor-bk-0.12.5-25
  • b73ee94 Merge pull request #47274 from thaJeztah/25.0_backport_bump_runc_1.1.12
  • fd6a419 update containerd binary to v1.7.13
  • 13ce918 vendor: github.com/moby/buildkit v0.12.5
  • 4b63c47 vendor: github.com/opencontainers/runc v1.1.12
  • 4edb71b update runc binary to v1.1.12
  • 667bc3f Merge pull request #47265 from vvoland/ci-fix-makeps1-templatefail-25
  • Additional commits viewable in compare view

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

Release notes

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

v0.46.11

Modules affected

  • aws

Description

  • Updated GetAmazonLinuxAmiE to search for Amazon Linux 2 AMIs

Related links

v0.46.10

Modules affected

  • test-structure
  • git

Description

  • Updated runValidateOnAllTerraformModules function, which is used under the hood by ValidateAllTerraformModules and OPAEvalAllTerraformModules, to:
  1. Find the Git root using git.GetRepoRootForDirE, instead of a hard-coded ../../ file path.
  2. Copy the Git root to a temp folder once, rather than once per sub-test.

Related links

v0.46.9

Modules affected

... (truncated)

Commits
  • 7556978 Merge pull request #1387 from gruntwork-io/fix-cicd-tests
  • 74d9df0 Merge pull request #1376 from gruntwork-io/bug/validate-all
  • 5978aa8 Updated filter pattern
  • 28c0f43 Merge pull request #1378 from jguionnet/feat/add-remote-repo-support-in-helm
  • b4b4d46 fix typos
  • 6ea6eff Aligned with function patterns and other patterns
  • b8087b1 Fix review comments
  • ffefe30 Order tests and assert pass vs failed
  • a13cede Change the test so it passes while still showing some diffs
  • 0125519 Merge branch 'feat/add-remote-repo-support-in-helm' of https://github.com/jgu...
  • Additional commits viewable in compare view

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

Commits
  • dbb6ec1 ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
  • 403f699 ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr
  • 055043d go.mod: update golang.org/x dependencies
  • 08396bb internal/poly1305: drop Go 1.12 compatibility
  • 9d2ee97 ssh: implement strict KEX protocol changes
  • 4e5a261 ssh: close net.Conn on all NewServerConn errors
  • 152cdb1 x509roots/fallback: update bundle
  • fdfe1f8 ssh: defer channel window adjustment
  • b8ffc16 blake2b: drop Go 1.6, Go 1.8 compatibility
  • 7e6fbd8 ssh: wrap errors from client handshake
  • Additional commits viewable in compare view

Updates cloud.google.com/go from 0.110.8 to 0.112.0

Changelog

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

0.112.0 (2024-01-11)

Features

  • internal/trace: Export internal/trace package constants and vars (#9242) (941c16f)

Documentation

0.111.0 (2023-11-29)

Features

Bug Fixes

  • all: Bump google.golang.org/api to v0.149.0 (#8959) (8d2ab9f)

0.110.10 (2023-10-31)

Bug Fixes

0.110.9 (2023-10-19)

Bug Fixes

  • all: Update golang.org/x/net to v0.17.0 (#8705) (174da47)
  • internal/aliasgen: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/examples/fake: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/gapicgen: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/generated/snippets: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/godocfx: Update golang.org/x/net to v0.17.0 (174da47)
  • internal/postprocessor: Add ability to override release level (#8643) (26c608a)
  • internal/postprocessor: Add missing assignment (#8646) (d8c5746)
  • internal/postprocessor: Update golang.org/x/net to v0.17.0 (174da47)
Commits
  • 35d4347 chore(main): release 0.112.0 (#9243)
  • 90ed12e docs(main): add telemetry discussion to debug.md (#9074)
  • 941c16f feat(internal/trace): export internal/trace package constants and vars (#9242)
  • e8dc540 test(firestore): Fix TestIntegration_BulkWriter_Create (#9240)
  • 70d74c0 chore(main): release spanner 1.55.0 (#9231)
  • 9debdb6 chore: release main (#9223)
  • bd30055 feat(deploy): Add stable cutback duration configuration to the k8s gateway se...
  • ebbb610 fix(storage): migrate deprecated proto dep (#9232)
  • 9a79290 chore(all): update opentelemetry-go monorepo (#9230)
  • c2969d3 chore(all): update deps (#9229)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/compute from 1.23.3 to 1.23.4

Changelog

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

1.23.4 (2023-10-26)

Bug Fixes

  • documentai: Update grpc-go to v1.59.0 (81a97b0)
Commits
  • 115646c chore: release main (#9312)
  • ca86474 chore(main): release pubsub 1.36.1 (#9334)
  • fd1d569 chore: bump gapic modules (#9324)
  • 51ead97 chore(all): update deps (#9320)
  • 4315cdf feat(visionai): new clients (#9333)
  • 4d56af1 docs(aiplatform): add comments for FeatureOnlineStoreService and ModelMonitor...
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/iam from 1.1.5 to 1.1.6

Release notes

Sourced from cloud.google.com/go/iam's releases.

iam: v1.1.6

1.1.6 (2024-01-30)

Bug Fixes

  • iam: Enable universe domain resolution options (fd1d569)
Commits
  • 115646c chore: release main (#9312)
  • ca86474 chore(main): release pubsub 1.36.1 (#9334)
  • fd1d569 chore: bump gapic modules (#9324)
  • 51ead97 chore(all): update deps (#9320)
  • 4315cdf feat(visionai): new clients (#9333)
  • 4d56af1 docs(aiplatform): add comments for FeatureOnlineStoreService and ModelMonitor...
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.36.0 to 1.37.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

pubsub: v1.36.1

1.36.1 (2024-01-30)

Bug Fixes

  • pubsub: Enable universe domain resolution options (fd1d569)
Commits
  • 088a730 chore(main): release spanner 1.37.0 (#6424)
  • c220ca2 refactor(storage): replace manual retries in tests (#6510)
  • c85704f fix(storage): allow to use age=0 in OLM conditions (#6204)
  • 1937ba4 chore(storage): include grpc enable direct path option (#6569)
  • ad68f56 build: renamed gRPC service config for Batch v1 API (#6567)
  • 01788cc chore(internal/godocfx): update legacy appengine package stem (#6565)
  • 279af69 feat: add new aliasgen tool (#6500)
  • bea4028 docs(bigquery): add numeric and bignumeric to RowIterator docs (#6560)
  • e8955d9 test(pubsub): use background context for nack test (#6563)
  • ceba364 chore(storage): bump apiary dependency (#6562)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.44.122 to 1.50.10

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.50.10 (2024-02-02)

Service Client Updates

  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Canvas adds GenerativeAiSettings support for CanvasAppSettings.

Release v1.50.9 (2024-02-01)

Service Client Updates

  • service/cognito-idp: Updates service API and documentation
  • service/ivs: Updates service API, documentation, and paginators
  • service/managedblockchain-query: Updates service API and documentation
  • service/mediaconvert: Updates service API and documentation
    • This release includes support for broadcast-mixed audio description tracks.

Release v1.50.8 (2024-01-31)

Service Client Updates

  • service/cloudformation: Updates service API, documentation, paginators, and examples
    • CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack.
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Update page size limits for GetJobRuns and GetTriggers APIs.
  • service/ssm: Updates service API and documentation
    • This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled.

Release v1.50.7 (2024-01-30)

Service Client Updates

  • service/datazone: Updates service API and documentation
  • service/route53: Updates service documentation
    • Update the SDKs for text changes in the APIs.

Release v1.50.6 (2024-01-29)

Service Client Updates

  • service/autoscaling: Updates service API and documentation
    • EC2 Auto Scaling customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • service/comprehend: Updates service documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type.
  • service/mwaa: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples

... (truncated)

Commits

Updates github.com/docker/go-connections from 0.4.0 to 0.5.0

Commits
  • fa09c95 Merge pull request #108 from thaJeztah/carry_6
  • 7a67a58 Swap CloseRead and CloseWrite
  • 481d3d2 Merge pull request #107 from thaJeztah/drop_legacy_go
  • 9548f9f tlsconfig: remove deprecated io/ioutil
  • c564c21 drop support for go1.17 and older
  • 7cbebcf gha: update actions
  • 2cf423f tlsconfig: move allTLSVersions var
  • dca283b tlsconfig: drop support for go1.12 and older
  • 21876c5 tlsconfig: drop support for go1.6 and older
  • 4d174db tlsconfig: drop support for go1.4 and older
  • Additional commits viewable in compare view

Updates github.com/google/uuid from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.6.0

1.6.0 (2024-01-16)

Features

Bug Fixes

Changelog

Sourced from github.com/google/uuid's changelog.

1.6.0 (2024-01-16)

Features

Bug Fixes

Commits

Updates github.com/hashicorp/errwrap from 1.0.0 to 1.1.0

Commits
  • 7b00e5d Merge pull request #9 from hashicorp/go1.13-errors-compat
  • 96a78fc Unwrap in Walk for compat with go1.13 errors
  • 09e55f2 Add Unwrap for compat with go1.13 errors
  • See full diff in compare view

Updates github.com/hashicorp/go-getter from 1.7.1 to 1.7.3

Release notes

Sourced from github.com/hashicorp/go-getter's releases.

v1.7.3

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.2...v1.7.3

v1.7.2

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.1...v1.7.2

Commits
  • 0298a22 Merge pull request #459 from hashicorp/jbardin/setup-git-env
  • c70d9c9 don't change GIT_SSH_COMMAND if there's no keyfile
  • 3d5770f Merge pull request #458 from hashicorp/tsccr-auto-pinning/trusted/2023-09-18
  • 0688979 Result of tsccr-helper -log-level=info -pin-all-workflows .
  • e66f244 Merge pull request #454 from hashicorp/tsccr-auto-pinning/trusted/2023-09-11
  • e80b3dc Result of tsccr-helper -log-level=info -pin-all-workflows .
  • 2d49e24 Merge pull request #432 from hashicorp/tsccr-auto-pinning/trusted/2023-04-21
  • dbb4c7a Result of tsccr-helper -pin-all-workflows .
  • c12e42f Merge pull request #429 from hashicorp/remove_codeql_workflow
  • 8480407 remove repo-specific codeql action, in favor of centralized job
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1

Commits
  • 9974e9e Merge pull request #50 from sethvargo/sethvargo/npe
  • 0023bb0 Check if multierror is nil in WrappedErrors
  • ab6846a we require go 1.13
  • cb869d9 Merge pull request #49 from hashicorp/fix-ci-config
  • af59c66 Upgrade gotestsum version
  • eabd672 Fix CI config
  • 7795f06 Merge pull request #47 from hashicorp/mwhooker-patch-1
  • e27d231 update badges to use circle
  • 78708db Carry over some changes from #26
  • c7dd669 Merge pull request #27 from mdeggies/add-circleci
  • Additional commits viewable in compare view

Updates github.com/hashicorp/hcl/v2 from 2.9.1 to 2.19.1

Release notes

Sourced from github.com/hashicorp/hcl/v2's releases.

v2.19.1

What's Changed

Full Changelog: hashicorp/hcl@v2.19.0...v2.19.1

v2.18.1

Bugs Fixed

  • hclsyntax: Conditional expressions will no longer panic when one or both of their results are "marked", as is the case for situations like how HashiCorp Terraform tracks its concept of "sensitive values". (#630)

v2.18.0

Enhancements

  • HCL now uses the tables from Unicode 15 when performing string normalization and character segmentation. HCL was previously using the Unicode 13 tables.

    For calling applications where consistent Unicode support is important, consider also upgrading to Go 1.21 at the same time as adopting HCL v2.18.0 so that the standard library unicode tables (used for case folding, etc) will also be from Unicode 15.

v2.17.1

Enhancements

  • hclsyntax: When evaluating string templates that have a long known constant prefix, HCL will truncate the known prefix to avoid creating excessively-large refinements. String prefix refinements are intended primarily for relatively-short fixed prefixes, such as https:// at the start of a URL known to use that scheme. (#617)
  • ext/tryfunc: The "try" and "can" functions now handle unknown values slightly more precisely, and so can return known values in more situations when given expressions referring to unknown symbols. (#622)

Bugs Fixed

  • ext/typeexpr: Will no longer try to refine unknown values of unknown type when dealing with a user-specified type constraint containing the any keyword, avoiding an incorrect panic at runtime. (#625)
  • ext/typeexpr: Now correctly handles attempts to declare the same object type attribute multiple times by returning an error. Previously this could potentially panic by creating an incoherent internal state. (#624)

v2.17.0

Enhancements

  • HCL now uses a newer version of the upstream cty library which has improved treatment of unknown values: it can now track additional optional information that reduces the range of an unknown value, which allows some operations against unknown values to return known or partially-known results. (#590)

    Note: This change effectively passes on cty's notion of backward compatibility whereby unknown values can become "more known" in later releases. In particular, if your caller is using cty.Value.RawEquals in its tests against the results of operations with unknown values then you may see those tests begin failing after upgrading, due to the values now being more "refined".

    If so, you should review the refinements with consideration to the cty refinements docs and update your expected results to match only if the reported refinements seem correct for the given situation. The RawEquals method is intended only for making exact value comparisons in test cases, so main application code should not use it; use Equals instead for real logic, which will take refinements into account automatically.

v2.16.2

Bugs Fixed

  • ext/typeexpr: Verify type assumptions when applying default values, and ignore input values that do not match type assumptions. (#594)

v2.16.1

Bugs Fixed

  • hclsyntax: Report correct Range.End for FunctionCall with incomplete argument (#588)

v2.16.0

Bumps the gomod group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.23.1` | `1.24.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.25.5` | `1.26.6` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.137.1` | `1.146.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.44.0` | `1.48.1` |
| [github.com/docker/docker](https://github.com/docker/docker) | `24.0.7+incompatible` | `25.0.2+incompatible` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.46.7` | `0.46.11` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.16.0` | `0.18.0` |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.110.8` | `0.112.0` |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.23.3` | `1.23.4` |
| [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.1.5` | `1.1.6` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.36.0` | `1.37.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.122` | `1.50.10` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.4.0` | `0.5.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.5.0` | `1.6.0` |
| [github.com/hashicorp/errwrap](https://github.com/hashicorp/errwrap) | `1.0.0` | `1.1.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.1` | `1.7.3` |
| [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) | `1.1.0` | `1.1.1` |
| [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) | `2.9.1` | `2.19.1` |
| [github.com/hashicorp/terraform-json](https://github.com/hashicorp/terraform-json) | `0.13.0` | `0.21.0` |
| [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.5` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.9` | `0.0.15` |
| [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) | `0.0.2-0.20190814121620-e3c945676326` | `0.0.4` |
| [github.com/tmccombs/hcl2json](https://github.com/tmccombs/hcl2json) | `0.3.3` | `0.6.1` |
| [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.10` | `0.5.11` |
| [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) | `1.14.1` | `1.14.2` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.8.0` | `0.14.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.13.0` | `0.17.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.160.0` | `0.161.0` |


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

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

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.137.1 to 1.146.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.146.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.44.0 to 1.48.1
- [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.48.1)

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

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

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

Updates `cloud.google.com/go` from 0.110.8 to 0.112.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@v0.110.8...v0.112.0)

Updates `cloud.google.com/go/compute` from 1.23.3 to 1.23.4
- [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@compute/v1.23.3...compute/v1.23.4)

Updates `cloud.google.com/go/iam` from 1.1.5 to 1.1.6
- [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@iam/v1.1.5...iam/v1.1.6)

Updates `cloud.google.com/go/storage` from 1.36.0 to 1.37.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@pubsub/v1.36.0...spanner/v1.37.0)

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

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.5.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.5.0...v1.6.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.3
- [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.3)

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/hcl/v2` from 2.9.1 to 2.19.1
- [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.19.1)

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

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.5
- [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.5)

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

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

Updates `github.com/tmccombs/hcl2json` from 0.3.3 to 0.6.1
- [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.1)

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

Updates `github.com/zclconf/go-cty` from 1.14.1 to 1.14.2
- [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.14.1...v1.14.2)

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

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

Updates `google.golang.org/api` from 0.160.0 to 0.161.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.160.0...v0.161.0)

---
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-patch
  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
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: cloud.google.com/go/iam
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/aws/aws-sdk-go
  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/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/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-patch
  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/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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 5, 2024 06:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels Feb 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

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

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-34483a2925 branch February 12, 2024 06:14
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