diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-06-12 17:40:50 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-06-18 09:35:31 +0000 |
| commit | ca631f7098b55b2140424623351d938ec25bc756 (patch) | |
| tree | 7bb3e857f377eaf1acba0dab0fbcf8be35850991 /go.mod | |
| parent | 9fdbd7e3a5dd9b0c3927bf2374d8fd71c241b811 (diff) | |
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.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
