Skip to content

chore(deps): Bump the dependencies group across 1 directory with 17 updates#449

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dependencies-33c957b4c0
Open

chore(deps): Bump the dependencies group across 1 directory with 17 updates#449
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dependencies-33c957b4c0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 16 updates in the / directory:

Package From To
github.com/Masterminds/semver/v3 3.4.0 3.5.0
github.com/PuerkitoBio/goquery 1.11.0 1.12.0
github.com/a-h/templ 0.3.977 0.3.1020
github.com/aws/aws-sdk-go-v2 1.41.1 1.41.9
github.com/aws/aws-sdk-go-v2/config 1.32.7 1.32.20
github.com/aws/aws-sdk-go-v2/service/s3 1.96.0 1.102.2
github.com/caarlos0/env/v11 11.3.1 11.4.1
github.com/getsentry/sentry-go 0.42.0 0.46.2
github.com/go-chi/chi/v5 5.2.4 5.3.0
github.com/go-playground/validator/v10 10.30.1 10.30.3
github.com/goccy/go-json 0.10.5 0.10.6
github.com/hashicorp/terraform-exec 0.24.0 0.25.2
github.com/kaptinlin/jsonschema 0.6.9 0.7.15
github.com/redis/go-redis/v9 9.17.3 9.20.0
github.com/tdewolff/minify/v2 2.24.8 2.24.13
github.com/urfave/cli/v3 3.6.2 3.9.0

Updates github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0

Release notes

Sourced from github.com/Masterminds/semver/v3's releases.

v3.5.0

What's Changed

New Contributors

Full Changelog: Masterminds/semver@v3.4.0...v3.5.0

Changelog

Sourced from github.com/Masterminds/semver/v3's changelog.

Changelog

Commits
  • 8b89c86 Merge pull request #287 from mattfarina/fix-da-issues
  • 29d51d0 Fixing some quality issues
  • 87f651d Merge pull request #286 from mattfarina/update-devcontainer
  • 158a685 Updating gitignore for devcontainers
  • 7e83c08 Merge pull request #284 from Masterminds/dependabot/github_actions/golangci/g...
  • 697e27f Merge pull request #283 from Masterminds/dependabot/github_actions/actions/ca...
  • 1591f8e Merge pull request #282 from Masterminds/dependabot/github_actions/github/cod...
  • 3f5ff17 Bump golangci/golangci-lint-action from 7.0.1 to 9.2.0
  • 04baa33 Bump actions/cache from 4.2.3 to 5.0.5
  • 45939fe Bump github/codeql-action from 4.35.1 to 4.35.2
  • Additional commits viewable in compare view

Updates github.com/PuerkitoBio/goquery from 1.11.0 to 1.12.0

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.12.0

Note that Go1.25 is now required (use goquery < 1.12.0 if you can't use go1.25+, see README for version details).

Commits
  • 401642b Update readme to prepare for 1.12 release
  • afd9326 Merge pull request #540 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • f799f78 Bump golang.org/x/net from 0.50.0 to 0.52.0
  • 805d7b1 Update CI to 1.25 and 1.26
  • 7dc7e64 Merge pull request #538 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 3020ebb Bump golang.org/x/net from 0.49.0 to 0.50.0
  • ee4bcdb Merge pull request #537 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • f3bc303 Bump golang.org/x/net from 0.48.0 to 0.49.0
  • 0f22828 Merge pull request #536 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 68de6a1 Bump golang.org/x/net from 0.47.0 to 0.48.0
  • Additional commits viewable in compare view

Updates github.com/a-h/templ from 0.3.977 to 0.3.1020

Release notes

Sourced from github.com/a-h/templ's releases.

v0.3.1020

Changelog

  • 09d6b02 chore: bump version
  • a411f13 chore: fix linter warning in test code
  • 524cd39 feat: add -check flag, closes #1007 (#1373)
  • f3d595c feat: add Range to ExpressionAttribute nodes (#1347)
  • 82af17c feat: add Range to GoCode nodes (#1348)
  • cf98cdc feat: add Range to StringExpression nodes (#1349)
  • ff38cee feat: add ranges for attribute node values (#1383)
  • 552ed02 feat: support concurrent rendering of templ components (#1359)
  • b310a97 fix(generatecmd): check cmd.Start() error before inserting cmd in to running map (#1382)
  • 410a80e fix(lsp): delete $GOROOT hack in uri.File
  • 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
  • e581c01 fix: attributes containing a conditional, are always multiline (#1380)
  • b2952ed fix: clear children context in Fragment.Render (#1360)
  • 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
  • 7adcb62 fix: show correct updates based on written Go files without watch (#1363)
  • aa493e0 fix: track Range for non-JavaScript ScriptExpression nodes (#1350)
  • d52d64e fix: use dedicated shadow host in Suspense example to ensure header is rendered (#1370)
  • 83176f9 fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes #1354

v0.3.1001

Changelog

  • 2c505c0 chore: add unit test to cover recent fix
  • 4233429 chore: bump compiler to Go 1.26
  • 1b9a429 chore: bump deps in fiber example
  • 54981db chore: bump docusaurus version
  • e606c30 chore: bump flake builder
  • 66bc28b chore: bump gofiber example deps
  • 95f88a6 chore: bump to Go 1.25, update csrf example
  • 916a243 chore: bump version
  • 45dda73 chore: fix test broken by merge
  • 5ddd784 chore: revert Nix bump to Go 1.26 because it breaks the golangci-lint package
  • 4037d8a feat: add Range to BoolConstantAttribute nodes (#1340)
  • afb0034 feat: add Range to BooleanExpressionAttribute nodes (#1336)
  • c80f745 feat: add Range to ChildrenExpression nodes (#1337)
  • b0f5243 feat: add Range to ConditionalAttribute nodes (#1338)
  • 60fc376 feat: add Range to ConstantAttribute nodes (#1341)
  • b4e809e feat: add Range to SpreadAttributes nodes (#1335)
  • 5824d4b feat: add TLS support to live reload proxy (#1345)
  • e9a940b feat: strip space from CSS classname rendering, closes #1074 (#1346)
  • bdda41e fix: don't remove unaliased hyphenated imports if they're used (#1342)
  • c2ff8bb fix: issue 1253 (#1339)
  • cf6235a fix: proxy escaping characters (#1321)
  • d97730c fix: support nushell for prettier, fixes #1266 (#1343)
  • b666bd7 fix: undefined variable in proxy test range loop (#1324)
  • be8271d refactor: skip some more tests that require prettier
Commits
  • 09d6b02 chore: bump version
  • ff38cee feat: add ranges for attribute node values (#1383)
  • e581c01 fix: attributes containing a conditional, are always multiline (#1380)
  • b310a97 fix(generatecmd): check cmd.Start() error before inserting cmd in to `run...
  • 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
  • 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
  • a411f13 chore: fix linter warning in test code
  • 524cd39 feat: add -check flag, closes #1007 (#1373)
  • d52d64e fix: use dedicated shadow host in Suspense example to ensure header is render...
  • 552ed02 feat: support concurrent rendering of templ components (#1359)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.1 to 1.41.9

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.20

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.19

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.0 to 1.102.2

Commits

Updates github.com/caarlos0/env/v11 from 11.3.1 to 11.4.1

Release notes

Sourced from github.com/caarlos0/env/v11's releases.

v11.4.1

Changelog

Bug fixes

  • 6daeb06ac7e3c9532a7eaa5768d45917393b7480: fix: use Key instead of OwnKey in rawEnvVars to properly reference existing defaults in complex structs (#412) (@​AndrewChubatiuk)

Documentation updates

  • 1ff55e6c9733833ce75d62b345916a407dbe4158: docs: adaptive starchart (#416) (@​alexandear)

Other work

  • cf4a9682420b025e44b4773fd7ee0be48bb68b2f: ci(deps): bump the actions group with 3 updates (#411) (@​dependabot[bot])
  • 33faf6f333c2c3dacef2991825f8e03960a2c0cb: ci(deps): bump the actions group with 3 updates (#417) (@​dependabot[bot])
  • 0cb635b62488f4d310809a82a8832cedc9aa94eb: ci(deps): bump the actions group with 6 updates (#415) (@​dependabot[bot])
  • a72d89a8930fc800372a6a338a1acf33e5cc3a56: ci: update release config (@​caarlos0)

Released with GoReleaser Pro!

v11.4.0

Changelog

New Features

  • 2be9960e75cc5f053dcb89c64e43de19765fd154: feat: option to set defaults for zero values only (#325) (@​dnovikoff)

Bug fixes

  • d3505f14213c309f8ca3b0b1e468284749456dde: fix: all new lint issues, update golangci-lint (@​caarlos0)
  • aaa45113e5eb50e2a243959041452bbab40ae3cc: fix: lint issues (@​caarlos0)

Documentation updates

  • 8917d78b4247be8a3f555ccee03305c7763471e4: docs: clarify example a bit (@​caarlos0)

Other work

  • 7b10cf56e20fe41042b7a7148555990b64b85f95: ci(deps): bump github/codeql-action in the actions group (#400) (@​dependabot[bot])
  • c98ad844e1e479526ef6b4069e0b0f1ced5c953d: ci(deps): bump github/codeql-action in the actions group (#410) (@​dependabot[bot])
  • 2ca9b08cafe0bc271636c15fa34d156733631123: ci(deps): bump the actions group with 2 updates (#393) (@​dependabot[bot])
  • cd5c220dbceb1d1353263a5d6fe3f6816aa1217f: ci(deps): bump the actions group with 2 updates (#396) (@​dependabot[bot])
  • 4d25a4659f428119ce5eaf3ea579176b9161c6e0: ci(deps): bump the actions group with 2 updates (#402) (@​dependabot[bot])
  • c660cc91db76b02de72e8ab7e9ad348edef3f891: ci(deps): bump the actions group with 2 updates (#403) (@​dependabot[bot])
  • 3a3ea05453bd16685c807ba089b20a82033a02f1: ci(deps): bump the actions group with 2 updates (#405) (@​dependabot[bot])
  • d28373e3a047e93ad21676ea9878e5dd1ca157f7: ci(deps): bump the actions group with 2 updates (#408) (@​dependabot[bot])
  • 7b5005693b54a0014e4d3a2ee6192c7bce336af7: ci(deps): bump the actions group with 3 updates (#397) (@​dependabot[bot])
  • 6b2db30d1977183eb8a9732c01ff4e6788565a6e: ci(deps): bump the actions group with 3 updates (#399) (@​dependabot[bot])
  • f33230e8e7e0377c9cdb65d43940db1666061766: ci(deps): bump the actions group with 3 updates (#404) (@​dependabot[bot])
  • 2dc7aec137983c972c29779e951011ddb496fc8b: ci(sec): add codeql, govulncheck, grype (@​caarlos0)
  • 82412ce6900082095e9e4b66f5024c0e67ff3fb8: ci: build perms (@​caarlos0)
  • 02495c42107d77c9365aef6a031b7089f734af3b: ci: build perms (@​caarlos0)
  • e5b3c2c879e43e458e060e2a61fb525e161b7715: ci: lint workflow perms (@​caarlos0)
  • 6690dfb3d314535320f3a30365c52f6fb40c8992: ci: pin github actions versions (@​caarlos0)
  • 548a7a66c9d5504d8f9c0488ee47a05ae453c7e2: ci: update dependabot (@​caarlos0)

... (truncated)

Commits
  • a72d89a ci: update release config
  • 6daeb06 fix: use Key instead of OwnKey in rawEnvVars to properly reference existing d...
  • 33faf6f ci(deps): bump the actions group with 3 updates (#417)
  • 1ff55e6 docs: adaptive starchart (#416)
  • 0cb635b ci(deps): bump the actions group with 6 updates (#415)
  • cf4a968 ci(deps): bump the actions group with 3 updates (#411)
  • aaa4511 fix: lint issues
  • 4fe3f70 chore: dependabot update
  • c98ad84 ci(deps): bump github/codeql-action in the actions group (#410)
  • d28373e ci(deps): bump the actions group with 2 updates (#408)
  • Additional commits viewable in compare view

Updates github.com/getsentry/sentry-go from 0.42.0 to 0.46.2

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.46.2

Bug Fixes 🐛

0.46.1

Bug Fixes 🐛

0.46.0

Breaking Changes 🛠

New Features ✨

  • Add internal_sdk_error client report on serialization fail by @​giortzisg in #1273
  • Add grpc integration support by @​ribice in #938
  • Re-enable Telemetry Processor by default. To disable the behavior use the DisableTelemetryBuffer flag by @​giortzisg in #1254
  • Simplify client DSN storage to internal/protocol.Dsn and make it safe to access by @​giortzisg in #1254

Internal Changes 🔧

Deps

  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by @​dependabot in #1253
  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by @​dependabot in #1272
  • Bump golangci-lint action from 2.1.1 to 2.11.4 by @​giortzisg in #1265
  • Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by @​dependabot in #1256
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by @​dependabot in #1255

Other

0.45.1

Bug Fixes 🐛

0.45.0

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.46.2

Bug Fixes 🐛

0.46.1

Bug Fixes 🐛

0.46.0

Breaking Changes 🛠

New Features ✨

  • Add internal_sdk_error client report on serialization fail by @​giortzisg in #1273
  • Add grpc integration support by @​ribice in #938
  • Re-enable Telemetry Processor by default. To disable the behavior use the DisableTelemetryBuffer flag by @​giortzisg in #1254
  • Simplify client DSN storage to internal/protocol.Dsn and make it safe to access by @​giortzisg in #1254

Internal Changes 🔧

Deps

  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /echo by @​dependabot in #1253
  • Bump github.com/labstack/echo/v5 from 5.0.0 to 5.0.3 in /crosstest by @​dependabot in #1272
  • Bump golangci-lint action from 2.1.1 to 2.11.4 by @​giortzisg in #1265
  • Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.43.0 in /otel by @​dependabot in #1256
  • Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.40.0 to 1.43.0 in /otel/otlp by @​dependabot in #1255

Other

0.45.1

Bug Fixes 🐛

... (truncated)

Commits

Updates github.com/go-chi/chi/v5 from 5.2.4 to 5.3.0

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.3.0

What's Changed

New Contributors

SECURITY: middleware.ClientIP, a replacement for middleware.RealIP

@​VojtechVitek submitted PR #967, which introduces middleware.ClientIP — a replacement for middleware.RealIP that closes the three open spoofing advisories:

It also addresses issues outlined at:

middleware.RealIP is deprecated in this PR with pointers to the new API.

The deprecation only adds a // Deprecated: doc comment; the function keeps working for backward compatibility.

Why a new middleware (not "fix RealIP in place")

RealIP has two unfixable design choices: it mutates r.RemoteAddr, and it tries to be a one-size-fits-all default by walking a hard-coded list of headers any client can supply. Per adam-p's "The perils of the 'real' client IP" (which calls chi out by name on this), there is no safe default — the user must pick their trust source explicitly.

The new API

Four middlewares, two accessors. Pick exactly one middleware based on your infrastructure, read the result with one of the two accessors:

// One of the four. There is no safe default — pick exactly one.
func ClientIPFromHeader(trustedHeader string) func(http.Handler) http.Handler
func ClientIPFromXFF(trustedIPPrefixes ...string) func(http.Handler) http.Handler
func ClientIPFromXFFTrustedProxies(numTrustedProxies int) func(http.Handler) http.Handler
</tr></table> 

... (truncated)

Commits

Updates github.com/go-playground/validator/v10 from 10.30.1 to 10.30.3

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

v10.30.3

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.2...v10.30.3

v10.30.2

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 1, 2026
…pdates

Bumps the dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.4.0` | `3.5.0` |
| [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.11.0` | `1.12.0` |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.3.977` | `0.3.1020` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.41.9` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.32.20` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.96.0` | `1.102.2` |
| [github.com/caarlos0/env/v11](https://github.com/caarlos0/env) | `11.3.1` | `11.4.1` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.42.0` | `0.46.2` |
| [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) | `5.2.4` | `5.3.0` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.30.1` | `10.30.3` |
| [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.5` | `0.10.6` |
| [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) | `0.24.0` | `0.25.2` |
| [github.com/kaptinlin/jsonschema](https://github.com/kaptinlin/jsonschema) | `0.6.9` | `0.7.15` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.17.3` | `9.20.0` |
| [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.24.8` | `2.24.13` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.6.2` | `3.9.0` |



Updates `github.com/Masterminds/semver/v3` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](Masterminds/semver@v3.4.0...v3.5.0)

Updates `github.com/PuerkitoBio/goquery` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](PuerkitoBio/goquery@v1.11.0...v1.12.0)

Updates `github.com/a-h/templ` from 0.3.977 to 0.3.1020
- [Release notes](https://github.com/a-h/templ/releases)
- [Commits](a-h/templ@v0.3.977...v0.3.1020)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.1 to 1.41.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.1...v1.41.9)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.7 to 1.32.20
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.7...config/v1.32.20)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.7 to 1.19.19
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.7...credentials/v1.19.19)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.96.0 to 1.102.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.96.0...service/s3/v1.102.2)

Updates `github.com/caarlos0/env/v11` from 11.3.1 to 11.4.1
- [Release notes](https://github.com/caarlos0/env/releases)
- [Commits](caarlos0/env@v11.3.1...v11.4.1)

Updates `github.com/getsentry/sentry-go` from 0.42.0 to 0.46.2
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.42.0...v0.46.2)

Updates `github.com/go-chi/chi/v5` from 5.2.4 to 5.3.0
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.2.4...v5.3.0)

Updates `github.com/go-playground/validator/v10` from 10.30.1 to 10.30.3
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.30.1...v10.30.3)

Updates `github.com/goccy/go-json` from 0.10.5 to 0.10.6
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.10.5...v0.10.6)

Updates `github.com/hashicorp/terraform-exec` from 0.24.0 to 0.25.2
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.24.0...v0.25.2)

Updates `github.com/kaptinlin/jsonschema` from 0.6.9 to 0.7.15
- [Release notes](https://github.com/kaptinlin/jsonschema/releases)
- [Commits](kaptinlin/jsonschema@v0.6.9...v0.7.15)

Updates `github.com/redis/go-redis/v9` from 9.17.3 to 9.20.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.17.3...v9.20.0)

Updates `github.com/tdewolff/minify/v2` from 2.24.8 to 2.24.13
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.24.8...v2.24.13)

Updates `github.com/urfave/cli/v3` from 3.6.2 to 3.9.0
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.6.2...v3.9.0)

---
updated-dependencies:
- dependency-name: github.com/a-h/templ
  dependency-version: 0.3.1001
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.100.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/caarlos0/env/v11
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-json
  dependency-version: 0.10.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-version: 0.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/kaptinlin/jsonschema
  dependency-version: 0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/Masterminds/semver/v3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/PuerkitoBio/goquery
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/dependencies-33c957b4c0 branch from f1648a4 to 0d6dcab Compare June 2, 2026 11:48
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