build(deps): bump github.com/pires/go-proxyproto from 0.11.0 to 0.12.0 (#8059)

Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/pires/go-proxyproto/releases)
- [Commits](https://github.com/pires/go-proxyproto/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/pires/go-proxyproto
  dependency-version: 0.12.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]
2026-04-22 07:23:21 -07:00
committed by GitHub
parent 1fd98b5c79
commit b5c9080a2e
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -51,7 +51,7 @@ require (
require (
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/pires/go-proxyproto v0.11.0
github.com/pires/go-proxyproto v0.12.0
github.com/prometheus/exporter-toolkit v0.16.0
golang.org/x/net v0.52.0
)