build(deps): bump code.cloudfoundry.org/bytefmt from 0.51.0 to 0.52.0 (#5028)

Bumps [code.cloudfoundry.org/bytefmt](https://github.com/cloudfoundry/bytefmt) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/cloudfoundry/bytefmt/releases)
- [Commits](https://github.com/cloudfoundry/bytefmt/compare/v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/bytefmt
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-09-25 11:23:30 +02:00
committed by GitHub
parent d6e6954a12
commit 93ad9a4289
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/bluenviron/mediamtx
go 1.25.0
require (
code.cloudfoundry.org/bytefmt v0.51.0
code.cloudfoundry.org/bytefmt v0.52.0
github.com/MicahParks/jwkset v0.11.0
github.com/MicahParks/keyfunc/v3 v3.6.1
github.com/abema/go-mp4 v1.4.1