diff --git a/browsertests/go.mod b/browsertests/go.mod index 9fe49848..a4a626a7 100644 --- a/browsertests/go.mod +++ b/browsertests/go.mod @@ -1,6 +1,6 @@ module github.com/google/pprof/browsertests -go 1.24.0 +go 1.24.9 // Use the version of pprof in this directory tree. replace github.com/google/pprof => ../ diff --git a/go.mod b/go.mod index 5abcf423..db65a4d9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/google/pprof -go 1.24.0 +go 1.24.9 require ( github.com/chzyer/readline v1.5.1