diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-12-30 10:16:58 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-12-30 09:50:17 +0000 |
| commit | f6a71839887bd670c63c33b583846521b29795fa (patch) | |
| tree | e0bf7c3766a48fd08cdde503e8cdb51a37ed61ca /go.mod | |
| parent | 17e6c961d05e4846375febb0ea8b87d054ed20b7 (diff) | |
all: update the demangle package
Closes #6524.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ require ( github.com/google/go-cmp v0.7.0 github.com/google/uuid v1.6.0 github.com/gorilla/handlers v1.5.2 - github.com/ianlancetaylor/demangle v0.0.0-20250628045327-2d64ad6b7ec5 + github.com/ianlancetaylor/demangle v0.0.0-20251118225945-96ee0021ea0f github.com/prometheus/client_golang v1.23.2 github.com/sergi/go-diff v1.4.0 github.com/speakeasy-api/git-diff-parser v0.0.3 |
