Skip to content

chores: bump the go-modules group with 18 updates - #274

Merged
GrigoryPervakov merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-9550b72088
Jul 21, 2026
Merged

chores: bump the go-modules group with 18 updates#274
GrigoryPervakov merged 1 commit into
mainfrom
dependabot/go_modules/go-modules-9550b72088

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 18 updates:

Package From To
github.com/go-logr/logr 1.4.3 1.4.4
github.com/sethvargo/go-envconfig 1.3.1 1.4.3
github.com/ebitengine/purego 0.10.1 0.10.2
github.com/go-openapi/swag 0.27.0 0.27.3
github.com/go-openapi/swag/cmdutils 0.27.0 0.27.3
github.com/go-openapi/swag/conv 0.27.0 0.27.3
github.com/go-openapi/swag/fileutils 0.27.0 0.27.3
github.com/go-openapi/swag/jsonutils 0.27.0 0.27.3
github.com/go-openapi/swag/loading 0.27.0 0.27.3
github.com/go-openapi/swag/mangling 0.27.0 0.27.3
github.com/go-openapi/swag/netutils 0.27.0 0.27.3
github.com/go-openapi/swag/stringutils 0.27.0 0.27.3
github.com/go-openapi/swag/typeutils 0.27.0 0.27.3
github.com/go-openapi/swag/yamlutils 0.27.0 0.27.3
github.com/klauspost/compress 1.19.0 1.19.1
github.com/prometheus/client_golang 1.23.2 1.24.0
google.golang.org/grpc 1.82.0 1.82.1
sigs.k8s.io/gateway-api 1.6.0 1.6.1

Updates github.com/go-logr/logr from 1.4.3 to 1.4.4

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.4

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

Commits
  • 96a9aba Fix lint
  • 51c6302 Better implementation of pointer recursion checking
  • c667114 funcr: Handle and test recursive values
  • f7ffadb Add benchmark for pointer args
  • e2a3c8e funcr: bound slog.Group nesting depth to prevent stack overflow
  • 2886d2b build(deps): bump actions/setup-go from 6.5.0 to 7.0.0
  • 0b40896 build(deps): bump github/codeql-action/upload-sarif
  • 77f671b Bump to Go 1.26
  • cce283f build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0
  • 3832a11 build(deps): bump github/codeql-action/upload-sarif
  • Additional commits viewable in compare view

Updates github.com/sethvargo/go-envconfig from 1.3.1 to 1.4.3

Release notes

Sourced from github.com/sethvargo/go-envconfig's releases.

v1.4.3

What's Changed

Full Changelog: sethvargo/go-envconfig@v1.4.2...v1.4.3

v1.4.2

What's Changed

Full Changelog: sethvargo/go-envconfig@v1.4.1...v1.4.2

v1.4.1

What's Changed

Full Changelog: sethvargo/go-envconfig@v1.4.0...v1.4.1

v1.4.0

What's Changed

Full Changelog: sethvargo/go-envconfig@v1.3.1...v1.4.0

Commits
  • c883e6f Decode structs behind multi-level pointers and reject recursive pointer types...
  • bdd371d Detect recursive struct types in processWith instead of overflowing the stack...
  • f634b99 Chain prefixLookuper.Key through a keyed wrapped lookuper (#138)
  • cb11761 Cut per-field allocations in Process (#140)
  • e6252c0 Modernize for Go 1.25 (#139)
  • See full diff in compare view

Updates github.com/ebitengine/purego from 0.10.1 to 0.10.2

Release notes

Sourced from github.com/ebitengine/purego's releases.

v0.10.2

  • Fixed an issue with FreeBSD 15 or later (#480)
Commits
  • 7f6f138 .github/workflows: use macos-15 instead of macos-latest (#483)
  • 501ed94 internal/fakecgo: use libthr.so.3 instead of libpthread.so on FreeBSD (#481)
  • See full diff in compare view

Updates github.com/go-openapi/swag from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/cmdutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/cmdutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/conv from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/conv's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/fileutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/fileutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/jsonutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/jsonutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/loading from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/loading's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/mangling from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/mangling's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/netutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/netutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/stringutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/stringutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/typeutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/typeutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag/yamlutils from 0.27.0 to 0.27.3

Release notes

Sourced from github.com/go-openapi/swag/yamlutils's releases.

v0.27.3

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs

Miscellaneous tasks


People who contributed to this release


swag license terms

License

Per-module changes


conv (0.27.3)

Miscellaneous tasks

... (truncated)

Commits
  • 179769d chore: prepare release v0.27.3
  • 1d10f1e fix: rooted path should also work on windows (#226)
  • c0c66d9 chore: prepare release v0.27.2
  • b0d2d9d fix(loading): resolve absolute in-root paths under WithRoot (#224)
  • c8a41f7 chore: prepare release v0.27.1
  • 221c895 chore: more go.mod replace missing
  • c110f25 Merge pull request #222 from fredbi/chore/fix-deps
  • 50ff260 Merge pull request #221 from fredbi/perf/adapter-options
  • a130e07 perf(adapters): updated benchmark
  • 727fdfa refact(adapters): refactored pools and options in json adapters.
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.19.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.19.0...v1.19.1

Commits
  • 2602f4a Update changelog for version 1.19.0
  • 983acec add defensive checks
  • 9960386 zstd: Validate SnappyConverter literal copies (#1170)
  • e29d4d3 flate: use Peek instead of ReadByte for the bufio.Reader decode path (#...
  • c0bbc84 zstd: bump avo pin, regenerate arm64 asm (#1167)
  • efdb6ed build(deps): bump the github-actions group with 6 updates (#1166)
  • See full diff in compare view

Updates github.com/prometheus/client_golang from 1.23.2 to 1.24.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.24.0 - 2026-07-20

Changes

  • [CHANGE] Minimum required Go version is now 1.25, only the two latest Go versions (1.25 and 1.26) are supported from now on. #1862
  • [CHANGE] prometheus: Name validation now always uses the UTF-8 scheme instead of the deprecated model.NameValidationScheme global. Default behavior is unchanged; code that set NameValidationScheme = LegacyValidation no longer gets legacy enforcement at metric, label, and push-grouping construction. #2051
  • [CHANGE] api/prometheus/v1: Support matchers (matches[] parameter) in Rules method (Rules(ctx context.Context, matches []string) (RulesResult, error)). #1843
  • [CHANGE] api/prometheus/v1: Refactor LabelNames method to return model.LabelNames instead of []string for consistency across the API. #1850
  • [CHANGE] exp/api/remote: Simplify Store interface, rename Handler to WriteHandler, and encapsulate write response handling. #1855
  • [FEATURE] prometheus: Add new Go 1.26 runtime metrics (/sched/goroutines-created:goroutines, /sched/goroutines/not-in-go:goroutines, /sched/goroutines/runnable:goroutines, /sched/goroutines/running:goroutines, /sched/goroutines/waiting:goroutines, /sched/threads/total:threads). #1942
  • [FEATURE] prometheus: Add WithUnit(unit string) option and explicit OpenMetrics unit support in CounterOpts, GaugeOpts, SummaryOpts, and HistogramOpts. #1392
  • [FEATURE] prometheus: Expose descriptor construction error through public Err() method on Desc. #1902
  • [FEATURE] promhttp: Add opt-in HandlerOpts.CoalesceGather to deduplicate concurrent Gather calls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #1969
  • [FEATURE] promhttp: HTTP handlers created by promhttp package now support metrics filtering by providing one or more name[] query parameters. The default behavior when none are provided remains the same, returning all metrics. #1925
  • [FEATURE] api/...

    Description has been truncated

Bumps the go-modules group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.3` | `1.4.4` |
| [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `1.3.1` | `1.4.3` |
| [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.10.1` | `0.10.2` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/cmdutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/fileutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/jsonutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/loading](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/mangling](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/netutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/stringutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/typeutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/go-openapi/swag/yamlutils](https://github.com/go-openapi/swag) | `0.27.0` | `0.27.3` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.19.0` | `1.19.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.0` | `1.82.1` |
| [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | `1.6.0` | `1.6.1` |


Updates `github.com/go-logr/logr` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.4.3...v1.4.4)

Updates `github.com/sethvargo/go-envconfig` from 1.3.1 to 1.4.3
- [Release notes](https://github.com/sethvargo/go-envconfig/releases)
- [Commits](sethvargo/go-envconfig@v1.3.1...v1.4.3)

Updates `github.com/ebitengine/purego` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/ebitengine/purego/releases)
- [Commits](ebitengine/purego@v0.10.1...v0.10.2)

Updates `github.com/go-openapi/swag` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/cmdutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/conv` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/fileutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/jsonutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/loading` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/mangling` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/netutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/stringutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/typeutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/go-openapi/swag/yamlutils` from 0.27.0 to 0.27.3
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.27.0...v0.27.3)

Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.19.0...v1.19.1)

Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.0
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.0/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.2...v1.24.0)

Updates `google.golang.org/grpc` from 1.82.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.82.0...v1.82.1)

Updates `sigs.k8s.io/gateway-api` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-version: 1.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/sethvargo/go-envconfig
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/ebitengine/purego
  dependency-version: 0.10.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/cmdutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/conv
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/fileutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/jsonutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/loading
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/mangling
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/netutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/stringutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/typeutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-openapi/swag/yamlutils
  dependency-version: 0.27.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: sigs.k8s.io/gateway-api
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

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 Jul 21, 2026
@GrigoryPervakov
GrigoryPervakov enabled auto-merge (squash) July 21, 2026 15:02
@GrigoryPervakov
GrigoryPervakov merged commit d6df28c into main Jul 21, 2026
39 of 42 checks passed
@GrigoryPervakov
GrigoryPervakov deleted the dependabot/go_modules/go-modules-9550b72088 branch July 21, 2026 15:15
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.

1 participant