We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7df1bf commit 71be6bfCopy full SHA for 71be6bf
browsertests/go.mod
@@ -1,6 +1,8 @@
1
module github.com/google/pprof/browsertests
2
3
-go 1.24.9
+go 1.24.0
4
+
5
+toolchain go1.24.9
6
7
// Use the version of pprof in this directory tree.
8
replace github.com/google/pprof => ../
go.mod
module github.com/google/pprof
require (
github.com/chzyer/readline v1.5.1
0 commit comments