From ca631f7098b55b2140424623351d938ec25bc756 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 12 Jun 2025 17:40:50 +0200 Subject: pkg/report: demangle Rust reports Do demangling as a part of Symbolize() processing. Add a TestSymbolize test to verify the results. Fix old report_test.go bugs to better react to the -update flags. Closes #6035. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 633725e28..66ddbd48b 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/google/keep-sorted v0.6.0 github.com/google/uuid v1.6.0 github.com/gorilla/handlers v1.5.2 - github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465 + github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b github.com/prometheus/client_golang v1.22.0 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 github.com/speakeasy-api/git-diff-parser v0.0.3 -- cgit mrf-deployment