Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the gomod group with 32 updates
Bumps the gomod group with 32 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.3` | | [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.137.1` | `1.143.0` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.44.0` | `1.48.0` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.46.7` | `0.46.9` | | [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.0` | `0.111.0` | | [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.23.1` | `1.23.3` | | [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.1.3` | `1.1.5` | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.30.1` | `1.36.0` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.122` | `1.49.17` | | [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.4.0` | `1.5.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.20.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.4` | | [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.0` | | [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.10` | `0.5.11` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.8.0` | `0.14.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.19.0` | `0.20.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.13.0` | `0.16.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.5.0` | `0.6.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.4.0` | `0.5.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.13.0` | `0.16.1` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.150.0` | `0.155.0` | | google.golang.org/protobuf | `1.31.0` | `1.32.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.3 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.25.5...config/v1.26.3) Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.137.1 to 1.143.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.143.0) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.44.0 to 1.48.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.48.0) Updates `github.com/gruntwork-io/terratest` from 0.46.7 to 0.46.9 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.46.7...v0.46.9) 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.0 to 0.111.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.0...v0.111.0) Updates `cloud.google.com/go/compute` from 1.23.1 to 1.23.3 - [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@pubsub/v1.23.1...compute/v1.23.3) Updates `cloud.google.com/go/iam` from 1.1.3 to 1.1.5 - [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.3...iam/v1.1.5) Updates `cloud.google.com/go/storage` from 1.30.1 to 1.36.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.30.1...spanner/v1.36.0) Updates `github.com/aws/aws-sdk-go` from 1.44.122 to 1.49.17 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.122...v1.49.17) 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.4.0 to 1.5.0 - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.4.0...v1.5.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.20.0 - [Release notes](https://github.com/hashicorp/terraform-json/releases) - [Commits](hashicorp/terraform-json@v0.13.0...v0.20.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.4 - [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.4) 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.0 - [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.0) Updates `github.com/ulikunitz/xz` from 0.5.10 to 0.5.11 - [Commits](ulikunitz/xz@v0.5.10...v0.5.11) 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/net` from 0.19.0 to 0.20.0 - [Commits](golang/net@v0.19.0...v0.20.0) Updates `golang.org/x/oauth2` from 0.13.0 to 0.16.0 - [Commits](golang/oauth2@v0.13.0...v0.16.0) Updates `golang.org/x/sync` from 0.5.0 to 0.6.0 - [Commits](golang/sync@v0.5.0...v0.6.0) Updates `golang.org/x/time` from 0.4.0 to 0.5.0 - [Commits](golang/time@v0.4.0...v0.5.0) Updates `golang.org/x/tools` from 0.13.0 to 0.16.1 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.13.0...v0.16.1) Updates `google.golang.org/api` from 0.150.0 to 0.155.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.150.0...v0.155.0) Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.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/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: 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/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/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information