Skip to content

Bump the go-deps group across 1 directory with 18 updates - #36

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-940fa80e1a
Closed

Bump the go-deps group across 1 directory with 18 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-deps-940fa80e1a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-deps group with 13 updates in the / directory:

Package From To
agones.dev/agones 1.57.0 1.59.0
github.com/a-h/templ 0.2.543 0.3.1020
github.com/casbin/casbin/v3 3.10.0 3.11.0
github.com/coder/websocket 1.8.14 1.8.15
github.com/danielgtaylor/huma/v2 2.38.0 2.39.1
github.com/jackc/pgx/v5 5.9.2 5.10.0
github.com/pion/logging 0.2.2 0.2.4
github.com/prometheus/client_golang 1.23.2 1.24.1
github.com/riverqueue/river 0.39.0 0.42.0
github.com/testcontainers/testcontainers-go/modules/postgres 0.42.0 0.43.0
google.golang.org/grpc 1.82.1 1.83.0
k8s.io/api 0.36.0 0.36.3
k8s.io/client-go 0.36.0 0.36.3

Updates agones.dev/agones from 1.57.0 to 1.59.0

Release notes

Sourced from agones.dev/agones's releases.

v1.59.0

This is the 1.59.0 release of Agones.

This release strengthens system stability while expanding core fleet management capabilities. Key updates include promoting PortRanges and RollingUpdateFix to stable, introducing TotalAllocation tracking for deeper fleet insights, and the removal of the legacy Player Selection Logic. We have also resolved critical FleetAutoscaler flapping issues and controller panics to ensure reliable reconciliation, alongside new governance for responsible AI usage. These updates collectively improve platform resilience, network configuration, and operational visibility.

  • Support for Multiple Named Port Ranges Promoted to Stable: Agones now officially supports multiple named dynamic port ranges in stable. This update allows you to define and manage isolated port pools via controller configuration, providing enhanced control and flexibility when allocating ports for your gameservers.

  • Reliable Fleet Rolling Updates: The RollingUpdateFix has been promoted to Stable, ensuring more accurate fleet scaling during updates. By utilizing ReadyReplicas to trigger scale-down events, this change prevents the premature termination of active game sessions and guarantees a smoother transition between fleet versions.

  • Critical Stability and Panic Resolution: We have addressed critical stability issues to prevent controller crashes and ensure reliable fleet reconciliation. This includes fixes for nil pointer panics in webhook and Wasm handlers when JSON payloads are missing expected fields, as well as robust error handling in UpdateList and GsListsMaxItems to prevent unexpected service interruptions.

  • FleetAutoscaler Flapping Resolution: We have resolved a long-standing issue where FleetAutoscaler would enter a "flapping" state—repeatedly scaling up and down due to synchronization delays. The fix includes new regression testing to ensure stable scaling behavior and improved logic to correctly identify target servers during downscale events, resulting in more predictable fleet management under load.

  • Enhanced Fleet Visibility with Total Allocation Tracking: Agones now tracks the aggregate number of GameServer allocations over time, providing deeper insights into fleet utilization. By exposing TotalAllocations in the FleetStatus, operators can now better optimize buffer sizes and fine-tune autoscaling strategies with more accurate data..

  • Improved AI-Coding Guidance & Governance: To support the growing integration of AI tools in our development workflow, we have introduced a formal AI Usage Policy in the contributing guide and added an AGENTS.md file. These updates provide clear guidelines for contributors on the responsible use of AI tools while maintaining the high code-quality standards expected in the Agones project.

  • Removal of Player Selection Logic: The PlayerAllocationFilter and PlayerSelector functionality have been removed from the GameServerAllocation API. This cleanup includes the removal of all associated proto definitions, internal filtering logic,and related e2e/unit tests.

Check the README for details on features, installation and usage.

What's Changed

Breaking changes

Implemented enhancements

Fixed bugs

Other

... (truncated)

Changelog

Sourced from agones.dev/agones's changelog.

v1.59.0 (2026-06-30)

Full Changelog

Breaking changes

Implemented enhancements

Fixed bugs

Other

... (truncated)

Commits
  • 9005c6c release-1.59.0 (#4640)
  • 40b46e0 Issue-4589: Promote RollingUpdateFix feature gate from Beta to Stable (#4621)
  • df75209 build: bump adRise/update-pr-branch from 0.11.0 to 0.11.1 (#4634)
  • e7bb608 feat: add matchExpressions support to Allocation Service (#4630)
  • 4703d5b test: Modernise TestFleetAutoScalerRollingUpdate e2e tests (#4631)
  • 19f82f4 feat: promote PortRanges feature gate from Beta to Stable (#4609)
  • 22d3c48 build: print debug info on helm install failure (#4632)
  • 4370fd8 Remove player allocation filter api proto (#4624)
  • d1bec35 fix: Fix flapping with list-based FleetAutoscaler (#4625)
  • 2ce435d build: replace MetalLB with minikube tunnel for LoadBalancer support (#4629)
  • Additional commits viewable in compare view

Updates github.com/a-h/templ from 0.2.543 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

v0.3.977

Changelog

... (truncated)

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/casbin/casbin/v3 from 3.10.0 to 3.11.0

Release notes

Sourced from github.com/casbin/casbin/v3's releases.

v3.11.0-snapshot.7

3.11.0-snapshot.7 (2026-06-23)

Fixes

  • fix: pass domains in ConditionalRoleManager transitive link check (1571e4f)

v3.11.0-snapshot.6

3.11.0-snapshot.6 (2026-06-16)

Features

  • feat: quote CSV fields containing commas in SavePolicy (f64a3c0)

v3.11.0-snapshot.5

3.11.0-snapshot.5 (2026-06-16)

Features

  • feat: quote CSV fields containing commas in SavePolicy (a76c740)

Fixes

  • fix: update repo path in README (52c2b03)

v3.11.0-snapshot.4

3.11.0-snapshot.4 (2026-06-16)

Fixes

  • fix: Configure GitHub workflows to use concurrency cancel-in-progress for (#1734) (6c09ba2)

v3.11.0-snapshot.3

3.11.0-snapshot.3 (2026-05-06)

Notes

  • No feat/fix/doc commits were found in this snapshot range.

v3.11.0-snapshot.2

3.11.0-snapshot.2 (2026-04-26)

Features

  • feat: auto release snapshot versions now (#1728) (16b0c89)

... (truncated)

Commits

Updates github.com/coder/websocket from 1.8.14 to 1.8.15

Release notes

Sourced from github.com/coder/websocket's releases.

v1.8.15

Changes

New Contributors

Full Changelog: coder/websocket@v1.8.14...v1.8.15

Commits
  • 9c8faad conn: skip timeout callbacks for background contexts (#566)
  • 7039364 avoid per-frame cleanup closures on read to remove 2 allocs per frame read (#...
  • d099e16 docs: fix roadmap links (#558)
  • c98e9dc docs: fix lint issue (#557)
  • 39b7b07 docs: remove mention of resolved issue in README (#556)
  • 9f473ad docs: add document for AI agents (AGENTS.md) (#547)
  • 8d3545a fix: transmit in single frame when compression enabled (#552)
  • 8bf6dd2 chore: fix typo in Accept function (#544)
  • See full diff in compare view

Updates github.com/danielgtaylor/huma/v2 from 2.38.0 to 2.39.1

Release notes

Sourced from github.com/danielgtaylor/huma/v2's releases.

v2.39.1

Overview

A patch release: correctness fixes for resolvers, validation, and response handling, plus a dependency refresh.

Response Status Visible to Middleware Again

WithContext context propagation in v2.39.0 copied the response status by value, so middleware that called WithContext and then read Status() after next() always saw 0 instead of the status the handler set, breaking access logging and telemetry. The status is now shared by every context copy across all adapters, restoring the pre-2.39 invariant while keeping context propagation intact. (#1081)

Resolvers & Defaults in Arrays and Maps

  • Nested resolvers now run for fixed-size arrays ([2]Item), not just slices (#1076)
  • A resolver on a named collection type (e.g. type Coords [2]float64) no longer panics, and is no longer conflated with a resolver on its element type, which previously ran the element's resolver twice and the collection's never (#1082)
  • Values reached through a map are now written back after being walked, so applying a default no longer panics with reflect: reflect.Value.Set using unaddressable value and resolver mutations are no longer silently discarded (#1082)

Stricter email and uri Formats

Validation for two string formats is tighter, so payloads that previously passed may now return 422:

  • email / idn-email accept an addr-spec only; full mailbox forms with a display name (Name <user@example.com>) are rejected
  • uri / iri require an absolute URI with a non-empty scheme, while relative references remain valid under uri-reference / iri-reference (#1068)

Validation Robustness

  • An unresolvable schema $ref during Validate now reports expected schema $ref to resolve: ... instead of panicking on a nil dereference, covering discriminators and map[string]any / map[any]any values (#1065)
  • Named numeric slice parameters (e.g. type IDs []int64) are built with their declared element type and validated with item, length, and uniqueness constraints intact (#1074)

Other Fixes

  • Resolver errors that wrap a HeadersError now contribute their headers to the response, matching the handler error path (#1070)
  • A nil interface response body no longer panics in the schema link transformer (#1072)
  • Dependencies updated (#1066)

What's Changed

New Contributors

Full Changelog: danielgtaylor/huma@v2.39.0...v2.39.1

... (truncated)

Commits
  • 198225e fix: distinguish collection and element matches when walking input (#1082)
  • 5961f0a fix: run nested resolvers in fixed arrays (#1076)
  • 85aad8f fix: share response status across WithContext copies (#1081)
  • 22a3cb0 fix: parse named numeric slice parameters (#1074)
  • ac9959c fix: handle nil interface response bodies (#1072)
  • b659c74 fix: preserve wrapped resolver error metadata (#1070)
  • 14aea2f fix: tighten format email and uri validation (#1068)
  • bba0d54 chore: update dependencies (#1066)
  • e114668 fix: do not panic on unresolved schema $ref during Validate (#1065)
  • d6f2a37 feat(form-data): handle unmarshalling and validation of non-file JSON form da...
  • Additional commits viewable in compare view

Updates github.com/go-chi/chi/v5 from 5.2.5 to 5.3.1

Release notes

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

v5.3.1

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.3.0...v5.3.1

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:

... (truncated)

Commits
  • 8b258c7 ci: pin GitHub Actions to full commit SHAs (#1116)
  • caf87e6 feat(mux): support http QUERY method ietf rfc10008 (#1132)
  • 7fcb8a2 middleware: document printPrettyStack and harden NoColor panic test (#1131)
  • 878fe71 Fix defaultLogEntry.Panic not respecting NoColor setting (#1050)
  • d7b767b feat(middleware): add text/xml and application/xml to default compressible ty...
  • 3b50c7c Tidy build directives (#1113)
  • 2b9fca2 Honor Discard() in httpFancyWriter.ReadFrom (#1110)
  • 3b17157 feat: middleware.ClientIP, a replacement for middleware.RealIP (#967)
  • 818fdcf fix: set Request.Pattern from RoutePattern() (#1097)
  • f975af0 Fix typo in Route doc comment (#1073)
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.10.0 (June 3, 2026)

This release includes a significant amount of hardening against malicious or compromised PostgreSQL servers, contributed by Sean Chittenden at CrowdStrike, Inc. This work bounds binary decoders against attacker-controlled message sizes, caps server-supplied SCRAM iteration counts, adds require_auth to restrict which authentication methods a server may use (mitigating downgrade attacks under sslmode=prefer), and ensures cancellation requests are sent over TLS when the original connection used TLS.

Features

  • Add require_auth to restrict accepted server authentication methods (Sean Chittenden at CrowdStrike, Inc.)
  • Add ParseConfigOptions.ConnStringAllowedKeys to restrict allowed connection string keys (Sean Chittenden at CrowdStrike, Inc.)
  • Add StructArgs and StrictStructArgs for @-named queries (Tubelight30)
  • Add ErrConnClosed sentinel error and unwrap it from connLockError (Charlie Tonneslan)
  • pgxpool: check if connection is expired before acquire (arthurdotwork)

Security Hardening

  • Encrypt CancelRequest connection when the primary connection used TLS (Sean Chittenden at CrowdStrike, Inc.)
  • Cap server-supplied SCRAM iteration count (Sean Chittenden at CrowdStrike, Inc.)
  • Default Frontend max message body length to ~1 GiB (Sean Chittenden at CrowdStrike, Inc.)
  • Bound hstore binary decode against malicious server input (Sean Chittenden at CrowdStrike, Inc.)
  • Bound array binary decode element length against remaining message bytes (Sean Chittenden at CrowdStrike, Inc.)
  • Bound array element count against remaining message bytes (Sean Chittenden at CrowdStrike, Inc.)
  • Bound range, multirange, and tsvector binary decoders (Sean Chittenden at CrowdStrike, Inc.)
  • Document secure connection configuration (Sean Chittenden at CrowdStrike, Inc.)
  • Fix panic on malformed geometric text; return an error instead (MaIII)

Fixes

  • Fix scanning "char" (OID 18) into *string in binary format (luongs3)
  • Fix handling of typed-nil driver.Valuer in array and composite codecs (Donncha Fahy)
  • Fix CopyData.Data hex decoding in UnmarshalJSON (Charlie Tonneslan)
  • Fix data race when context is cancelled during connect
  • Fix parseKeywordValueSettings rejecting trailing whitespace (alliasgher)
  • pgconn: preserve full error chain in normalizeTimeoutError (Charlie Tonneslan)
  • pgconn: use a fresh context for the fallback connection in connectPreferred (Charlie Tonneslan)
  • pgxpool: fix MaxLifetimeDestroyCount and ping order for acquire-time expiry check
  • Add missing error check of rows.Err to load types (Jen Altavilla)
Commits
  • 7293fb1 Update changelog for v5.10.0
  • 1ade285 pgconn: document secure connection configuration
  • b4d6d4d pgtype: bound range, multirange, and tsvector binary decoders
  • 0639b37 pgconn: add ParseConfigOptions.ConnStringAllowedKeys
  • b28e65b pgtype: bound array element count against remaining message bytes
  • cd1f389 pgtype: bound array binary decode element length against remaining bytes
  • ff27b5b pgtype: bound hstore binary decode against malicious server input
  • a6002e1 pgproto3: default Frontend max message body length to ~1 GiB
  • 44f6173 pgconn: cap server-supplied SCRAM iteration count
  • 1a976f7 pgconn: add require_auth to restrict accepted server auth methods
  • Additional commits viewable in compare view

Updates github.com/pion/logging from 0.2.2 to 0.2.4

Release notes

Sourced from github.com/pion/logging's releases.

v0.2.4

Changelog

  • 39ff9235799bde6d2c7b3f5e21579159e5bbe332 Update CI configs to v0.11.20
  • edecd7429114f6f7163c4926b69e6938c5294b25 Replace interface{} with any
  • 3c32a02abae2fbe7db12e82070fe6696b32ef96f Update CI configs to v0.11.19
  • 07513351ad04aa87a6eb17887b18f49ed8a40199 Update social media links, move to discord
  • 2d5402f6579f2579cc51a5bd9c1fac127a781abb Update lint rules, use testify/assert
  • a1a340ca2f38aedba1a2c0ba3ba4e2356c8b2002 Update CI configs to v0.11.18 (#119)
  • 7195595b394f0cfb3e7aad8e20a5dc355f07b364 Update CI configs to v0.11.17

v0.2.3

Changelog

  • 770cd0b2bbb63d76bc06c128f626cd78099eb76a Fix flaky PION_LOG_*, more tests (#117)
  • 8466bdebfcc9cd1585a84cee492cc2cd004c3e8e Upgrade golangci, Enable more linters
  • b6abcca03b4b41b0deb49d326a3a5000f57ec71a Update go.mod version to 1.20
  • 9dc3c2ead38979705e9d13780564ce9f9251bf45 Update CI configs to v0.11.15
  • 5bb0d6562572f5657ea987e8a223436984bef913 Update CI configs to v0.11.12
  • a6de6a9f773e12cf980b989677efb45628ed9138 Update go.mod version to 1.19
  • 1f0cca2e693258cf86e5b87fc6169801bf5ff321 Update CI configs to v0.11.7
  • 986a4ff4da05f06d03d7b3dc08f91402fbfaec65 Log to stderr by default, not stdout
  • 6d08bc6c8e8cdebb9b5950e1d440e92782ffa984 Update CI configs to v0.11.4
  • 05c5f10ef60556401074d0f0a27fad247092b85f Update CI configs to v0.11.3
  • 29593aebe98acab672632a75221f331c9f734557 Update CI configs to v0.11.0
  • 4e7b4238a822579346add8b5d4401641e84d8cf7 Remove 'AUTHORS.txt' from README.md
  • 0492da50a8c391f9f7d2380c8f30fe3c326d2e67 Remove 'Generate Authors' workflow
  • c3a15ed6355722cb3e2c206eb5d998a377a009e3 Update CI configs to v0.10.11
  • b62977acd23bc7d98bec846107a7a0220a8ef5bb Update CI configs to v0.10.9
  • 37105f733515d4bd1e21f583f7090ca6f6453a84 Bring back LICENSE file
  • c466bd87af20ec3e062dfa36b562709722f6cbdf Update CI configs to v0.10.8
  • e60efc8ffb1c4f3ab5b07469b41cad254726f5d9 Make package REUSE compliant
  • 4ac3d4178ee2dd583963ceb3c581caaf20838c3e Update CI configs to v0.10.7
  • 57c27e160cc5c02f6d274d62098802933d1aeb61 Update CI configs to v0.10.6
  • 715722498f4132eec4ecb976eae56a2af0a56dc1 Harmonize sections in README
  • d4b72463b6af0fa8de3162e409cc6f481383a5b4 Update AUTHORS.txt
  • 78fd1e69d29433357de60184859853be90856ad4 Cleanup common sections in README
  • 463a6088130e7f078fcc4771a41adf98696c3d0d Cleanup badges in README
  • abff37dad8b44ac485fe754cb2caac078981e16b Update CI configs to v0.10.3
  • 1a33d599dd373a163ab61920723114db8cb3a762 Update CI configs to v0.10.2
  • 24ddd2da5b8b82d089c21334fe474ad3f6a7aff8 Update CI configs to v0.7.10
  • 6158995255e2ba94c3bcbcd3a189bf07ec6034f0 Update CI configs to v0.7.9
  • 9b909f6383f207d93f5965c2c293f8677cd4cbb8 Update CI configs to v0.7.8
  • 4217a1e2c730b5f04fbd3cef5f79f91adc782b36 Update CI configs to v0.7.5
  • efae1345c1afeb2bc7a9a0ac93f38b725a8236b6 Update CI configs to v0.7.3
  • 32cc142451839464a762ce1c26e1bad6b4f26317 Update CI configs to v0.7.2
  • eb043cd1f66e27741b3ff2f6bcc4957e9e0a7d6f Update CI configs to v0.7.1
  • 851eed6ca194f5c418834ad03333882925cd78c5 Update CI configs to v0.7.0
  • 1c9d1bc6a97365fe1eeab98cddf157a0de92b556 Update CI configs to v0.6.10
  • d1f23a75dd252da9d94dd086ea645943d139a28a Update CI configs to v0.6.9
  • a78addf8958d983b85c034e6be11cfd6019e106c Update CI configs to v0.6.8
  • 21f382b0b86d36b9d55...

    Description has been truncated

Bumps the go-deps group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [agones.dev/agones](https://github.com/agones-dev/agones) | `1.57.0` | `1.59.0` |
| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.2.543` | `0.3.1020` |
| [github.com/casbin/casbin/v3](https://github.com/casbin/casbin) | `3.10.0` | `3.11.0` |
| [github.com/coder/websocket](https://github.com/coder/websocket) | `1.8.14` | `1.8.15` |
| [github.com/danielgtaylor/huma/v2](https://github.com/danielgtaylor/huma) | `2.38.0` | `2.39.1` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.9.2` | `5.10.0` |
| [github.com/pion/logging](https://github.com/pion/logging) | `0.2.2` | `0.2.4` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` |
| [github.com/riverqueue/river](https://github.com/riverqueue/river) | `0.39.0` | `0.42.0` |
| [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.42.0` | `0.43.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.0` | `0.36.3` |



Updates `agones.dev/agones` from 1.57.0 to 1.59.0
- [Release notes](https://github.com/agones-dev/agones/releases)
- [Changelog](https://github.com/agones-dev/agones/blob/main/CHANGELOG.md)
- [Commits](agones-dev/agones@v1.57.0...v1.59.0)

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

Updates `github.com/casbin/casbin/v3` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/casbin/casbin/releases)
- [Commits](https://github.com/casbin/casbin/commits)

Updates `github.com/coder/websocket` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/coder/websocket/releases)
- [Commits](coder/websocket@v1.8.14...v1.8.15)

Updates `github.com/danielgtaylor/huma/v2` from 2.38.0 to 2.39.1
- [Release notes](https://github.com/danielgtaylor/huma/releases)
- [Commits](danielgtaylor/huma@v2.38.0...v2.39.1)

Updates `github.com/go-chi/chi/v5` from 5.2.5 to 5.3.1
- [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.5...v5.3.1)

Updates `github.com/jackc/pgx/v5` from 5.9.2 to 5.10.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.9.2...v5.10.0)

Updates `github.com/pion/logging` from 0.2.2 to 0.2.4
- [Release notes](https://github.com/pion/logging/releases)
- [Commits](pion/logging@v0.2.2...v0.2.4)

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

Updates `github.com/riverqueue/river` from 0.39.0 to 0.42.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.39.0...v0.42.0)

Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.39.0 to 0.42.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.39.0...v0.42.0)

Updates `github.com/riverqueue/river/rivertype` from 0.39.0 to 0.42.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.39.0...v0.42.0)

Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.42.0 to 0.43.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.42.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.52.0 to 0.54.0
- [Commits](golang/crypto@v0.52.0...v0.54.0)

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

Updates `k8s.io/api` from 0.36.0 to 0.36.3
- [Commits](kubernetes/api@v0.36.0...v0.36.3)

Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.3
- [Commits](kubernetes/apimachinery@v0.36.0...v0.36.3)

Updates `k8s.io/client-go` from 0.36.0 to 0.36.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.0...v0.36.3)

---
updated-dependencies:
- dependency-name: agones.dev/agones
  dependency-version: 1.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/a-h/templ
  dependency-version: 0.3.1020
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/casbin/casbin/v3
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/coder/websocket
  dependency-version: 1.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/danielgtaylor/huma/v2
  dependency-version: 2.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/pion/logging
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/riverqueue/river/rivertype
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: k8s.io/api
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

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 Aug 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 6, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go-deps-940fa80e1a branch August 6, 2026 07:06
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