Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-a517b06b1d
Open

build(deps): bump the go-dependencies group across 1 directory with 8 updates#303
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-a517b06b1d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

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

Package From To
github.com/gabriel-vasile/mimetype 1.4.12 1.4.13
github.com/google/go-jsonnet 0.21.0 0.22.0
github.com/gruntwork-io/terratest 0.47.2 0.56.0
github.com/hashicorp/go-getter 1.8.4 1.8.5
github.com/hashicorp/go-version 1.8.0 1.9.0
github.com/stuart-warren/yamlfmt 0.1.2 0.2.0

Updates github.com/gabriel-vasile/mimetype from 1.4.12 to 1.4.13

Release notes

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

Support for .hlp, .inf, .fm, .bufr

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.12...v1.4.13

Commits
  • 8822588 build(deps): bump the github-actions group across 1 directory with 3 updates
  • dfcfd00 m3u: check NL after signature for fewer false-positives
  • b40e4de ndjson: remove duplicate testcase
  • b9d4202 m3u: add x-mpegurl alias (#755)
  • 913ef6e Extend: Ensure MIME string normalization (#756)
  • 02cce61 bufr: add support (#754)
  • fe42f3e framemaker: add support (#752)
  • 0beb64f ttf: use ints instead of string for better performance (#751)
  • 3e267fc fonts: harden TTF and OTF detection (#750)
  • 789eb1d misc: remove an outdated TODO
  • Additional commits viewable in compare view

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

Release notes

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

v0.22.0

The Python module can be found at https://pypi.org/project/gojsonnet/0.22.0/

What's Changed (since v0.21.0)

  • Updates since Release Candidate 1

    • Apply nesting depth limit when manifesting objects to TOML, YAML, or JSON (#866)
    • Publish pre-built Python wheels (binary packages) for Linux aarch64 (ARM) (#865)
  • Possibly breaking changes

    • Required Go version is increased to 1.24 (https://go.dev/doc/devel/release#go1.24.0) (#850)
    • When evaluating in --multi --string mode, output files now have an extra (trailing) newline added. If you do not want this, you can use --no-trailing-newline. (#819, #843)
    • Output files in --multi mode are restricted to the specified output directory (and subdirectories)
    • Pre-built binary archive names have changed (#848, #814)
  • Language changes, new features, etc

    • Numbers in Jsonnet code can now be written with underscore used to separate groups of digits (e.g., 1_500_000) (#760)
    • New function std.isNull (#806)
    • Bitwise operation arguments are now limited to the "safe-integer" range (google/go-jsonnet#859)
    • jsonnet CLI: New flag --no-trailing-newline - this disables the final newline that is normally included in the output of any Jsonnet evaluation. This option is also added to the API (#819, #843)
    • jsonnetfmt CLI: Names of unclean files are printed to stdout when using --test or --in-place mode (#863)
    • API: FindDependencies can now optionally follow symlinks (#730)
    • Restrict file writes to the specified output directory for --multi (google/go-jsonnet#850)
  • Bug fixes

  • Build systems, testing, CI, internal

Full commit history: google/go-jsonnet@v0.21.0...v0.22.0

New Contributors

... (truncated)

Commits
  • 567b61a release: v0.22.0
  • 456331f refactor: use MaxStack as depth limit instead of fixed constant
  • 502106b fix: add missing linter golden files for cyclic tests
  • 033195b fix: add stack frame accounting to manifest builtins
  • 86c6dc1 Extend "Build and Publish Python Package" workflow to build Linux aarch64 wheels
  • b5ef4cd release: prepare to release v0.22.0-rc1
  • 160987f deps: update referenced github actions to latest
  • 7b3fbdd update cpp-jsonnet to (unreleased) 3a7b2a565827635615f8a9432d94941e2a827c70
  • 154626d print names of reformatted files when using jsonnetfmt --test or --in-place
  • 509404f update cpp-jsonnet to (unreleased) 833f18402b6b6a2da0b2fae75446a1e14b9116dd
  • Additional commits viewable in compare view

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

Release notes

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

v0.56.0

✨ New Features

CreateJobFromCronJob and CreateJobFromCronJobE added.

The CreateJobFromCronJob and CreateJobFromCronJobE functions support creating Kubernetes cron jobs in a given namespace. This mirrors the behavior of the kubectl create job ... --from=cronjob/... command and provides a native way to trigger and test CronJob configurations within Terratest.

Special thanks to @​steffas for contributing this feature.

🐛 Bug Fixes

Preserve existing instance metadata in SetMetadata

Updates the newMetadata function to properly copy existing metadata items before applying new key-value pairs. This resolves an issue introduced in v0.55.0 where functions like SetMetadata and AddSshKey were accidentally overwriting all existing instance metadata instead of merging the new values.

Plan output parsing for Terraform 1.14+ fixed

Removes the trailing period requirement from the planWithChangesRegexp regular expression used by GetResourceCount. This resolves parsing failures caused by Terraform 1.14's new Actions feature, which appends additional text (e.g., . Actions: N to invoke.) to the standard plan summary line.

Update CronJob to use the batch/v1 API

Updates the CronJob implementation under the hood to use the stable batch/v1 API instead of batch/v1beta1. This restores compatibility with modern Kubernetes clusters, as the older v1beta1 API was completely removed in Kubernetes 1.25.

📖 Documentation Updates

Homepage examples for Terragrunt updated

Examples relevant to Terragrunt have been fixed in the https://terragrunt.gruntwork.io site.

⚙️ Process Updates

Golang bumped to 1.26

The version of Golang in go.mod has been updated to 1.26.

What's Changed

New Contributors

... (truncated)

Commits
  • cbe2ee4 Merge pull request #1667 from gruntwork-io/chore/bumping-go
  • fde3332 fix: Addressing lint findings
  • 41ca8a8 chore: Bumping Go to 1.26
  • 47617e8 Merge pull request #1666 from gruntwork-io/fix/fixing-website-links
  • aa0d9ca fix: Cleaning up README.md
  • 5ea7d3b fix: Cleaning up website Terragrunt examples
  • 55792b9 fix: Updating some language regarding units and stacks
  • a34876b fix: Fixing links for Terragrunt examples
  • 3192127 Merge pull request #1663 from gruntwork-io/dependabot/bundler/docs/faraday-2....
  • efd6948 Bump faraday from 1.0.1 to 2.14.1 in /docs
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-getter from 1.8.4 to 1.8.5

Release notes

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

v1.8.5

What's Changed

NOTES:

Binary Distribution Update: To streamline our release process and align with other HashiCorp tools, all release binaries will now be published exclusively to the official HashiCorp release site. We will no longer attach release assets to GitHub Releases.

New Contributors

Full Changelog: hashicorp/go-getter@v1.8.4...v1.8.5

Commits
  • c56e01f sec: bump go and xrepos + redact aws tokens in url (#604)
  • b83a3c7 [chore] : Bump the actions group with 2 updates (#600)
  • 90c7d9c Prepare go-getter for v1.8.5 release (#597)
  • 09c58f4 Merge pull request #599 from hashicorp/chore/upgrade-otel
  • 93c75aa chore: upgrade OpenTelemetry dependencies to v1.40.0
  • d567899 Merge pull request #595 from hashicorp/dependabot/github_actions/actions-be91...
  • 4d3358c fix: remove checkout action from set-product-version job (#598)
  • b9c8eab [chore] : Bump the go group with 3 updates (#596)
  • 2ec0046 [chore] : Bump the actions group with 4 updates
  • 8fa22a6 Merge pull request #594 from hashicorp/fix-crt-build-path
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-version from 1.8.0 to 1.9.0

Release notes

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

v1.9.0

What's Changed

Enhancements

Internal

New Contributors

Full Changelog: hashicorp/go-version@v1.8.0...v1.9.0

Changelog

Sourced from github.com/hashicorp/go-version's changelog.

1.9.0 (Mar 30, 2026)

ENHANCEMENTS:

Support parsing versions with custom prefixes via opt-in option in hashicorp/go-version#79

INTERNAL:

Commits
  • b80b1e6 Update CHANGELOG for version 1.9.0 (#187)
  • e93736f Bump the github-actions-backward-compatible group across 1 directory with 2 u...
  • c009de0 Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions-breaki...
  • 0474357 Update GitHub Actions to trigger on pull requests and update go version (#185)
  • b4ab5fc Support parsing versions with custom prefixes via opt-in option (#79)
  • 25c683b Merge pull request #182 from hashicorp/dependabot/github_actions/github-actio...
  • 4f2bcd8 Bump the github-actions-backward-compatible group with 3 updates
  • acb8b18 Merge pull request #180 from hashicorp/dependabot/github_actions/github-actio...
  • 0394c4f Merge pull request #179 from hashicorp/dependabot/github_actions/github-actio...
  • b2fbaa7 Bump the github-actions-backward-compatible group across 1 directory with 2 u...
  • 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 golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/text from 0.33.0 to 0.34.0

Commits
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.12` | `1.4.13` |
| [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) | `0.21.0` | `0.22.0` |
| [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.47.2` | `0.56.0` |
| [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.8.4` | `1.8.5` |
| [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.8.0` | `1.9.0` |
| [github.com/stuart-warren/yamlfmt](https://github.com/stuart-warren/yamlfmt) | `0.1.2` | `0.2.0` |



Updates `github.com/gabriel-vasile/mimetype` from 1.4.12 to 1.4.13
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.12...v1.4.13)

Updates `github.com/google/go-jsonnet` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/google/go-jsonnet/releases)
- [Commits](google/go-jsonnet@v0.21.0...v0.22.0)

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

Updates `github.com/hashicorp/go-getter` from 1.8.4 to 1.8.5
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Commits](hashicorp/go-getter@v1.8.4...v1.8.5)

Updates `github.com/hashicorp/go-version` from 1.8.0 to 1.9.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.8.0...v1.9.0)

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

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](golang/sync@v0.19.0...v0.20.0)

Updates `golang.org/x/text` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/google/go-jsonnet
  dependency-version: 0.22.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.56.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.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/hashicorp/go-version
  dependency-version: 1.9.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: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 30, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 30, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
boilerplate Ready Ready Preview, Comment Mar 30, 2026 11:23pm

Request Review

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