Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BIN := $(CURDIR)/.tmp/bin
COPYRIGHT_YEARS := 2021-2022
LICENSE_IGNORE := -e /testdata/
GO_TEST_FLAGS ?= -v -race -cover
GO_MOD_VERSION := 1.24.0
GO_MOD_VERSION := 1.24.6

GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
Expand Down
7 changes: 4 additions & 3 deletions api/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/grafana/pyroscope/api

go 1.24.0
go 1.24.6

toolchain go1.24.8

require (
connectrpc.com/connect v1.19.1
github.com/google/gnostic v0.7.0
github.com/google/gnostic v0.7.1
github.com/gorilla/mux v1.8.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
Expand All @@ -19,10 +19,11 @@ require (

require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
github.com/google/gnostic-models v0.7.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.13.1 // indirect
go.opentelemetry.io/otel v1.38.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
Expand Down
1,514 changes: 6 additions & 1,508 deletions api/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/golang-pgo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module rideshare

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
2 changes: 1 addition & 1 deletion examples/golang-pgo/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.24.0
go 1.24.6


use .
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module rideshare

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.24.0
go 1.24.6


use .
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module rideshare

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.24.0
go 1.24.6


use .
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module rideshare

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go 1.24.0
go 1.24.6

use .
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module pushsimple

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go 1.24.0
go 1.24.6

use .
2 changes: 1 addition & 1 deletion examples/tracing/golang-push/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module rideshare

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
2 changes: 1 addition & 1 deletion examples/tracing/golang-push/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.24.0
go 1.24.6


use .
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/pyroscope

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down Expand Up @@ -39,7 +39,7 @@ require (
github.com/grafana/pyroscope-go/x/k6 v0.0.0-20241003203156-a917cea171d3
github.com/grafana/pyroscope/api v0.4.0
github.com/grafana/pyroscope/lidia v0.0.0-20250416154336-a5c33510d5ff
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
github.com/hashicorp/go-multierror v1.1.1
Expand Down Expand Up @@ -68,10 +68,10 @@ require (
github.com/prometheus/client_model v0.6.2
github.com/prometheus/common v0.66.1
github.com/prometheus/prometheus v0.306.0
github.com/samber/lo v1.51.0
github.com/samber/lo v1.52.0
github.com/simonswine/tempopb v0.2.0
github.com/sirupsen/logrus v1.9.3
github.com/sony/gobreaker/v2 v2.2.1
github.com/sony/gobreaker/v2 v2.3.0
github.com/spf13/afero v1.15.0
github.com/stretchr/testify v1.11.1
github.com/thanos-io/objstore v0.0.0-20250813080715-4e5fd4289b50
Expand Down Expand Up @@ -197,8 +197,8 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v1.0.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/gnostic v0.7.0 // indirect
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
github.com/google/gnostic v0.7.1 // indirect
github.com/google/gnostic-models v0.7.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
Expand Down
1,339 changes: 10 additions & 1,329 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down
30 changes: 25 additions & 5 deletions go.work.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lidia/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/pyroscope/lidia

go 1.24.0
go 1.24.6

toolchain go1.24.8

Expand Down