Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the go-dependencies group with 10 updates:

Package From To
github.com/fatih/color 1.17.0 1.18.0
github.com/google/go-jsonnet 0.20.0 0.21.0
github.com/gruntwork-io/terratest 0.47.2 0.50.0
github.com/hashicorp/go-getter 1.7.6 1.7.8
github.com/pterm/pterm 0.12.79 0.12.81
github.com/stretchr/testify 1.9.0 1.10.0
github.com/stuart-warren/yamlfmt 0.1.2 0.2.0
github.com/urfave/cli/v2 2.27.5 2.27.7
github.com/gabriel-vasile/mimetype 1.4.6 1.4.9
github.com/google/go-cmp 0.6.0 0.7.0

Updates github.com/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff in compare view

Updates github.com/google/go-jsonnet from 0.20.0 to 0.21.0

Release notes

Sourced from github.com/google/go-jsonnet's releases.

v0.21.0

After (slightly over) a year, we have a new release. Please also see the changelog for the corresponding C++ jsonnet release, which includes some shared items: https://github.com/google/jsonnet/releases/tag/v0.21.0

A Python package is available at https://pypi.org/project/gojsonnet/0.21.0/

Building this release requires Go 1.23. Trying to build with versions of Go older than 1.21 will fail with a misleading error message due to a change to the way go release versioning worked in Go 1.21 (see #803)

What's Changed since v0.20.0

... (truncated)

Commits
  • 6796868 release: prepare to release v0.21.0
  • d670d5f chore: fix release action to avoid creating two releases
  • 2f73f61 Remove dependency on cpp-jsonnet submodule from C bindings
  • 1c79f57 fix: Fix error messages when a comprehension iterates over a non-array.
  • 1add1e1 ci: check that the example using a bazel module builds
  • fb07a24 feat: add an example bazel module + go binary using the library
  • 2a263bf fix: passing name= to go_sdk.download() breaks use of the bazel module
  • 9cd0cd0 ci: create a stable source archive attached to the release
  • 2a3f4af release: prepare to release v0.21.0-rc2
  • fe1d35d Fix compatibility with setuptools 72
  • Additional commits viewable in compare view

Updates github.com/gruntwork-io/terratest from 0.47.2 to 0.50.0

Release notes

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

v0.50.0

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0

v0.49.0

Modules affected

  • terraform
  • helm
  • azure
  • aws
  • k8s
  • logger
  • packer

What's Changed

... (truncated)

Commits
  • 1ce1b74 Merge pull request #1560 from gruntwork-io/terragrunt-stack-generate
  • 1323137 Merge branch 'main' into terragrunt-stack-generate
  • cce3acd add terragrunt stack init
  • 3982e2d Merge pull request #1561 from Atchuthmullapudi/patch-5
  • 3fed5bd adding CIDR block of subnet to subnet struct to fetch the cidr block info
  • 5c7c088 Merge pull request #1559 from gruntwork-io/bug/helm-basic-example-deployment-...
  • 6e1d6a0 Merge branch 'main' into bug/helm-basic-example-deployment-no-such-host-1174
  • c3ca221 Merge pull request #1557 from s-diez/service-tunnel-port-name
  • 5edfb5d Merge branch 'main' into service-tunnel-port-name
  • 0acae85 fix: Helm example deployment test
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-getter from 1.7.6 to 1.7.8

Release notes

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

v1.7.8

What's Changed

Full Changelog: hashicorp/go-getter@v1.7.7...v1.7.8

v1.7.7

What's Changed

New Contributors

Full Changelog: hashicorp/go-getter@v1.7.6...v1.7.7

Commits
  • f7836fb sec: fix s3 and gcs host checks (#512)
  • 7dddd13 Merge pull request #515 from hashicorp/Vulnerability_Fix_v1
  • 0f05341 IND-1804 Updating .goreleaser.yml file with valid version
  • 81c6950 Merge pull request #514 from hashicorp/Vulnerability_Fix_v1
  • d315d97 IND-1804 Updating arguments in github release CI
  • 6552f72 Merge pull request #513 from hashicorp/Vulnerability_Fix_v1
  • 2e56c18 IND-1804 Bump up dependencies to remediate vulnerabiities
  • 842d6c3 Merge pull request #505 from mukeshjc/main
  • 7edd4e0 Add CODEOWNERS file in .github/CODEOWNERS
  • 6077ad5 Merge pull request #409 from hashicorp/compliance/add-headers
  • Additional commits viewable in compare view

Updates github.com/pterm/pterm from 0.12.79 to 0.12.81

Release notes

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

v0.12.81

What's Changed

Exciting New Features 🎉

Fixes 🔧

New Contributors

Full Changelog: pterm/pterm@v0.12.80...v0.12.81

v0.12.80

What's Changed

Exciting New Features 🎉

Fixes 🔧

Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.79...v0.12.80

Commits
  • 7278f55 fix(spinner): clear the old text when using UpdateText with Spinner (#656)
  • faf819b fix: fix array out of bounds error in MultiPrinter.getString() (#678)
  • 0d3895d fix(spinner): suppress spinner line clearing in raw output mode (#692)
  • fb12e69 feat(multiselect): optionally show selected options (#719)
  • b2db2e2 docs: autoupdate
  • 10d0c5d Fix leak (#705)
  • 83217c9 docs: autoupdate
  • d55e3c2 feat: adding more padding setters for BoxPrinter (#709)
  • 3be86ba fix(logger): correctly print slog attribute values for json output (#716)
  • a1f016c docs: autoupdate
  • Additional commits viewable in compare view

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

Release notes

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

v1.10.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates github.com/stuart-warren/yamlfmt from 0.1.2 to 0.2.0

Release notes

Sourced from github.com/stuart-warren/yamlfmt's releases.

v0.2.0

Changelog

  • ab65392 Disable sorting by default, but add a sort flag [@​lollipopman]
  • 0e09bf1 Update README.md
  • fcd6028 Update go.yml
  • 6cfb236 fix: Dockerfile to reduce vulnerabilities
  • d64ddd1 fix: Dockerfile to reduce vulnerabilities
Commits
  • 0e09bf1 Update README.md
  • 45bd3f3 Merge pull request #16 from lollipopman/make-sorting-optional
  • 322c5b6 Merge branch 'master' into make-sorting-optional
  • fcd6028 Update go.yml
  • ab65392 Disable sorting by default, but add a sort flag
  • dc0d738 Merge pull request #21 from stuart-warren/snyk-fix-2e3b8e21e39ef6a48e143f8642...
  • 6cfb236 fix: Dockerfile to reduce vulnerabilities
  • 7c58a37 Merge pull request #18 from stuart-warren/snyk-fix-4524030d46df0670339b0d91e4...
  • d64ddd1 fix: Dockerfile to reduce vulnerabilities
  • See full diff in compare view

Updates github.com/urfave/cli/v2 from 2.27.5 to 2.27.7

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.27.7

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

Commits
  • 19b951a Merge pull request #2159 from urfave/v2-deps-up
  • dd134b5 Update dependencies in v2 series
  • 347cd02 Merge pull request #2157 from urfave/v2-not-dependabot
  • 0acf2e4 Dependabot does not work like this (v2)
  • c7bc0a9 Merge pull request #2154 from urfave/v2-dependabot-maybe
  • 6ec0368 Is this file needed on each release branch? (v2)
  • 9d76d15 Merge pull request #2070 from dearchap/issue_2069
  • 4abc9c3 Fix:(issue_2069) Add sep for string slice
  • 3b17080 Merge pull request #2015 from urfave/update_docs_v2
  • 1e15e30 Update cli.yml
  • Additional commits viewable in compare view

Updates github.com/gabriel-vasile/mimetype from 1.4.6 to 1.4.9

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.9 GLTF support and performance improvements

What's Changed

Full Changelog: gabriel-vasile/mimetype@v1.4.8...v1.4.9

v1.4.8 Add support for APK

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.7...v1.4.8

v1.4.7

What's Changed

Full Changelog: gabriel-vasile/mimetype@v1.4.6...v1.4.7

Commits
  • 551461b add support for GLTF
  • 63e2356 go mod tidy
  • 12592ed json: add parser with query capacity
  • 55e964a Bump the github-actions group across 1 directory with 2 updates
  • a10cc03 Bump golang.org/x/net in the gomod group across 1 directoryDescription has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-51c2e183a5 branch from efc1548 to c32a13c Compare August 11, 2025 23:54
Bumps the go-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.0` |
| [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) | `0.20.0` | `0.21.0` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.47.2` | `0.50.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.6` | `1.7.8` |
| [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.79` | `0.12.81` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [github.com/stuart-warren/yamlfmt](https://github.com/stuart-warren/yamlfmt) | `0.1.2` | `0.2.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.7` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.9` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |


Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

Updates `github.com/google/go-jsonnet` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/google/go-jsonnet/releases)
- [Changelog](https://github.com/google/go-jsonnet/blob/master/.goreleaser.yml)
- [Commits](google/go-jsonnet@v0.20.0...v0.21.0)

Updates `github.com/gruntwork-io/terratest` from 0.47.2 to 0.50.0
- [Release notes](https://github.com/gruntwork-io/terratest/releases)
- [Commits](gruntwork-io/terratest@v0.47.2...v0.50.0)

Updates `github.com/hashicorp/go-getter` from 1.7.6 to 1.7.8
- [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.6...v1.7.8)

Updates `github.com/pterm/pterm` from 0.12.79 to 0.12.81
- [Release notes](https://github.com/pterm/pterm/releases)
- [Commits](pterm/pterm@v0.12.79...v0.12.81)

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

Updates `github.com/stuart-warren/yamlfmt` from 0.1.2 to 0.2.0
- [Release notes](https://github.com/stuart-warren/yamlfmt/releases)
- [Changelog](https://github.com/stuart-warren/yamlfmt/blob/master/.goreleaser.yml)
- [Commits](stuart-warren/yamlfmt@v0.1.2...v0.2.0)

Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.7
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.5...v2.27.7)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.9
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.6...v1.4.9)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/google/go-jsonnet
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/gruntwork-io/terratest
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/hashicorp/go-getter
  dependency-version: 1.7.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/pterm/pterm
  dependency-version: 0.12.81
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stuart-warren/yamlfmt
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/urfave/cli/v2
  dependency-version: 2.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-51c2e183a5 branch from c32a13c to de5c59b Compare September 8, 2025 23:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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 Pull requests that update go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants