diff options
| author | Dmitri Shuralyov <dmitshur@golang.org> | 2022-05-16 18:44:48 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-05-17 14:39:18 +0000 |
| commit | cf7ec0fa098a46c3b75cc3d625f5d7528fe6e984 (patch) | |
| tree | f7ccf0aeef546b1889fb6185723e88f851db3fc2 /src/cmd/vendor/modules.txt | |
| parent | 41b9d8c75e45636a153c2a31d117196a22a7fc6c (diff) | |
| download | go-cf7ec0fa098a46c3b75cc3d625f5d7528fe6e984.tar.xz | |
cmd/pprof: update vendored github.com/google/pprof
Pull in the latest published version of github.com/google/pprof
as part of go.dev/issue/36905.
Done with:
go get github.com/google/pprof@upgrade
go mod tidy
go mod vendor
For #36905.
Change-Id: I3c8279fce2f20cb940a4e46b2b850703e1fc7964
Reviewed-on: https://go-review.googlesource.com/c/go/+/406359
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'src/cmd/vendor/modules.txt')
| -rw-r--r-- | src/cmd/vendor/modules.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/vendor/modules.txt b/src/cmd/vendor/modules.txt index 62da0c76bb..1280a9e701 100644 --- a/src/cmd/vendor/modules.txt +++ b/src/cmd/vendor/modules.txt @@ -1,5 +1,5 @@ -# github.com/google/pprof v0.0.0-20220314021825-5bba342933ea -## explicit; go 1.14 +# github.com/google/pprof v0.0.0-20220517023622-154dc81eb7b0 +## explicit; go 1.17 github.com/google/pprof/driver github.com/google/pprof/internal/binutils github.com/google/pprof/internal/driver @@ -14,7 +14,7 @@ github.com/google/pprof/internal/transport github.com/google/pprof/profile github.com/google/pprof/third_party/d3flamegraph github.com/google/pprof/third_party/svgpan -# github.com/ianlancetaylor/demangle v0.0.0-20210905161508-09a460cdf81d +# github.com/ianlancetaylor/demangle v0.0.0-20220319035150-800ac71e25c2 ## explicit; go 1.12 github.com/ianlancetaylor/demangle # golang.org/x/arch v0.0.0-20220412001346-fc48f9fe4c15 |
