Skip to content

chore(deps): Bump github.com/pires/go-proxyproto from 0.12.0 to 0.13.0#173

Merged
rm-hull merged 1 commit into
mainfrom
dependabot/go_modules/github.com/pires/go-proxyproto-0.13.0
Jul 1, 2026
Merged

chore(deps): Bump github.com/pires/go-proxyproto from 0.12.0 to 0.13.0#173
rm-hull merged 1 commit into
mainfrom
dependabot/go_modules/github.com/pires/go-proxyproto-0.13.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/pires/go-proxyproto from 0.12.0 to 0.13.0.

Release notes

Sourced from github.com/pires/go-proxyproto's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: pires/go-proxyproto@v0.12.0...v0.13.0

Commits
  • 7b13412 header: use bytes.Reader instead of bytes.Buffer
  • 2a7a3d1 header: require matching Unix net for both connection ends
  • 6e60922 test: avoid nil deref in TestWriteTo failure message
  • 1ab94ed test,v1,header: lock v4-mapped IPv6 serialization in v1 headers
  • 311bf49 header: fallback to IPv6 when source and destination IP versions mismatch
  • bbdddbb v1: fix incorrect address representation using netip.Addr
  • 2a7394c lint: goconst on v12.x and newer is stricter
  • 4ddfeb9 lint: goconst ignores calls
  • 4b4f7b4 test, protocol: misc improvements
  • 20ea945 test: preserve unix-stream client close timing in runClient conversion
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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

---
updated-dependencies:
- dependency-name: github.com/pires/go-proxyproto
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor
TestsPassed ✅SkippedFailed
JUnit Test Report88 ran88 passed0 skipped0 failed
TestResult
JUnit Test Report
com/rm-hull/dot-block/internal.TestCheckHandler/Plain_text_-_mixed✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/JSON_array_-_mixed✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/Plain_text_-_all_allowed✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/Plain_text_-_all_blocked✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/JSON_array_-_empty✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler/JSON_array_-_invalid✅ passed
com/rm-hull/dot-block/internal.TestCheckHandler✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/UDP_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/UDP_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/TCP_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/TCP_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoT_(Plain)_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoT_(Plain)_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_GET_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_GET_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_POST_-_Good_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality/DoH_POST_-_Blocked_Domain✅ passed
com/rm-hull/dot-block/internal.TestIntegration_DNSFunctionality✅ passed
com/rm-hull/dot-block/internal/blocklist.TestIsBlocked_ApexDomain_PublicSuffix✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_MixedBlockedAndUpstream✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_Allowed✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_Blocked✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_MultipleQuestions✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_CacheHit_ECS✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ResolveUpstream_BadRCode✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_NegativeCacheTtlFloor✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_DNSSD_NXDOMAIN✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_UpstreamNXDOMAIN_NoLogError✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_UpstreamNOTIMP_NoLogError✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_HandleDNSRequest_UpstreamSERVFAIL_LogError✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/example.invalid.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/localhost.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/test.local.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/my.test.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/my.example.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs/my.internal.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ReservedTLDs✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/IPv4_Enabled✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/IPv4_Disabled✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/IPv6_Enabled✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection/Unknown_IP✅ passed
com/rm-hull/dot-block/internal/forwarder.TestDNSDispatcher_ECS_Injection✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/db._dns-sd._udp.0.68.168.192.in-addr.arpa.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/b._dns-sd._udp.local.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/r._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/dr._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/lb._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/_dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery/_services._dns-sd._udp.example.com.✅ passed
com/rm-hull/dot-block/internal/forwarder.TestIsDNSSDQuery✅ passed
com/rm-hull/dot-block/internal/logging.TestBridgeStandardLog_SourceReporting✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Simple_error✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Error_with_exception✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Error_with_duration✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Level_above_Error✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes/Attributes_from_handler✅ passed
com/rm-hull/dot-block/internal/logging.TestExtractAttributes✅ passed
com/rm-hull/dot-block/internal/logging.TestReplaceAttr_Source✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback/eviction_case✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback/topK_smaller_than_items✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback/empty_space_saver✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaverStatsCallback✅ passed
com/rm-hull/dot-block/internal/metrics.TestNewSpaceSaver✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverAdd/Case3_ReplacementDetails✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverAdd✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverTopN/TopN_WithReplacements✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverTopN✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverConcurrency✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyInitialization✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAfterFirstAdd✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAddingItemsWithSameCount✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAfterIncrementingMinKeyItem✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyAfterReplacement✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching/MinKeyInvalidationAndRecomputation✅ passed
com/rm-hull/dot-block/internal/metrics.TestSpaceSaverMinKeyCaching✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Exact_match_-_should_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Exact_match_-_different_subdomain_-_should_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Wrong_category_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Wrong_rcode_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Wrong_domain_suffix_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress/Empty_filter_-_should_NOT_suppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_ShouldSuppress✅ passed
com/rm-hull/dot-block/internal/noisefilter.TestNoiseFilter_Load✅ passed
com/rm-hull/dot-block/internal/routes.TestHandler✅ passed
com/rm-hull/dot-block/internal/telemetry.TestInitTracer_NoEndpoint✅ passed
com/rm-hull/dot-block/internal/telemetry.TestInitTracer_WithEndpoint✅ passed

@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 28497772624

Coverage remained the same at 61.499%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 2322
Covered Lines: 1428
Line Coverage: 61.5%
Coverage Strength: 749.76 hits per line

💛 - Coveralls

@rm-hull rm-hull merged commit c6e4a89 into main Jul 1, 2026
2 checks passed
@rm-hull rm-hull deleted the dependabot/go_modules/github.com/pires/go-proxyproto-0.13.0 branch July 1, 2026 21:36
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.

2 participants