Skip to content

Commit

Permalink
Update jfr-parser version to fix undefined parser.ProcessSymbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sivachandran committed Aug 23, 2024
1 parent cfd6e79 commit df5e159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pprof/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8
github.com/grafana/jfr-parser v0.8.0
github.com/grafana/jfr-parser v0.8.1-0.20240821021831-cfd6e79a1afc
github.com/grafana/pyroscope/api v0.4.0
github.com/k0kubun/pp/v3 v3.2.0
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions pprof/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 h1:FKHo8hFI3A+7w0aUQu
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8/go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo=
github.com/grafana/jfr-parser v0.8.0 h1:/uo2wZNXrxw7tKLFwP2omJ3EQGMkD9wzhPsRogVofc0=
github.com/grafana/jfr-parser v0.8.0/go.mod h1:M5u1ux34Qo47ZBWksbMYVk40s7dvU3WMVYpxweEu4R0=
github.com/grafana/jfr-parser v0.8.1-0.20240821021831-cfd6e79a1afc h1:gjwnHqqbXqeCxuWI5kaR/4By/7qwoCprMzvpC1Oe/EQ=
github.com/grafana/jfr-parser v0.8.1-0.20240821021831-cfd6e79a1afc/go.mod h1:M5u1ux34Qo47ZBWksbMYVk40s7dvU3WMVYpxweEu4R0=
github.com/grafana/pyroscope/api v0.4.0 h1:J86DxoNeLOvtJhB1Cn65JMZkXe682D+RqeoIUiYc/eo=
github.com/grafana/pyroscope/api v0.4.0/go.mod h1:MFnZNeUM4RDsDOnbgKW3GWoLSBpLzMMT9nkvhHHo81o=
github.com/k0kubun/pp/v3 v3.2.0 h1:h33hNTZ9nVFNP3u2Fsgz8JXiF5JINoZfFq4SvKJwNcs=
Expand Down

0 comments on commit df5e159

Please sign in to comment.