Skip to content

chore: update Go dependencies#172

Merged
rm-hull merged 1 commit into
mainfrom
chore/update-go-deps
Jun 29, 2026
Merged

chore: update Go dependencies#172
rm-hull merged 1 commit into
mainfrom
chore/update-go-deps

Conversation

@go-dependency-updates

Copy link
Copy Markdown
Contributor

Dependency Updates

Automated update via go get -u ./... && go mod tidy.

Changes to go.mod

-	github.com/prometheus/procfs v0.20.1 // indirect
+	github.com/prometheus/procfs v0.21.0 // indirect
-	github.com/redis/go-redis/v9 v9.20.1 // indirect
+	github.com/redis/go-redis/v9 v9.21.0 // indirect
-	google.golang.org/genproto/googleapis/api v0.0.0-20260618152121-87f3d3e198d3 // indirect
-	google.golang.org/genproto/googleapis/rpc v0.0.0-20260618152121-87f3d3e198d3 // indirect
+	google.golang.org/genproto/googleapis/api v0.0.0-20260622175928-b703f567277d // indirect
+	google.golang.org/genproto/googleapis/rpc v0.0.0-20260622175928-b703f567277d // indirect
-	github.com/pelletier/go-toml/v2 v2.4.0 // indirect
+	github.com/pelletier/go-toml/v2 v2.4.2 // indirect
-	golang.org/x/tools v0.46.0 // indirect
+	golang.org/x/tools v0.47.0 // indirect

@go-dependency-updates go-dependency-updates Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 29, 2026
@github-actions

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 28348251530

Warning

No base build found for commit 39d5834 on main.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 60.853%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 2322
Covered Lines: 1413
Line Coverage: 60.85%
Coverage Strength: 750.3 hits per line

💛 - Coveralls

@rm-hull rm-hull merged commit 8a6263a into main Jun 29, 2026
2 checks passed
@rm-hull rm-hull deleted the chore/update-go-deps branch June 29, 2026 06:46
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