@@ -2,7 +2,7 @@ module github.com/grafana/pyroscope
22
33go 1.24.6
44
5- toolchain go1.24.9
5+ toolchain go1.25.4
66
77require (
88 connectrpc.com/connect v1.19.1
@@ -29,16 +29,16 @@ require (
2929 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
3030 github.com/google/go-cmp v0.7.0
3131 github.com/google/go-github/v58 v58.0.1-0.20240111193443-e9f52699f5e5
32- github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a
32+ github.com/google/pprof 5df77e3f7d1d
3333 github.com/google/uuid v1.6.0
3434 github.com/gorilla/mux v1.8.1
3535 github.com/grafana/alloy/syntax v0.1.0
36- github.com/grafana/dskit v0.0.0-20250723143816-ff33c5829b96
36+ github.com/grafana/dskit a6f15387939b
3737 github.com/grafana/pyroscope-go v1.2.7
3838 github.com/grafana/pyroscope-go/godeltaprof v0.1.9
3939 github.com/grafana/pyroscope-go/x/k6 v0.0.0-20241003203156-a917cea171d3
4040 github.com/grafana/pyroscope/api v0.4.0
41- github.com/grafana/pyroscope/lidia v0.0.0-20250416154336-a5c33510d5ff
41+ github.com/grafana/pyroscope/lidia v0.0.1
4242 github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853
4343 github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
4444 github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
@@ -52,22 +52,22 @@ require (
5252 github.com/klauspost/compress v1.18.1
5353 github.com/kubescape/go-git-url v0.0.30
5454 github.com/mattn/go-isatty v0.0.20
55- github.com/minio/minio-go/v7 v7.0.95
55+ github.com/minio/minio-go/v7 v7.0.97
5656 github.com/mitchellh/go-wordwrap v1.0.1
5757 github.com/oklog/ulid/v2 v2.1.1
5858 github.com/olekukonko/tablewriter v0.0.5
59- github.com/onsi/ginkgo/v2 v2.26.0
59+ github.com/onsi/ginkgo/v2 v2.27.2
6060 github.com/onsi/gomega v1.38.2
6161 github.com/opentracing-contrib/go-grpc v0.1.2
6262 github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
63- github.com/parquet-go/parquet-go v0.24.0
63+ github.com/parquet-go/parquet-go v0.25.1
6464 github.com/pkg/errors v0.9.1
65- github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
65+ github.com/planetscale/vtprotobuf ba97887b0a25
6666 github.com/platinummonkey/go-concurrency-limits v0.10.0
6767 github.com/prometheus/client_golang v1.23.2
6868 github.com/prometheus/client_model v0.6.2
69- github.com/prometheus/common v0.66.1
70- github.com/prometheus/prometheus v0.306.0
69+ github.com/prometheus/common v0.67.2
70+ github.com/prometheus/prometheus v0.307.3
7171 github.com/samber/lo v1.52.0
7272 github.com/simonswine/tempopb v0.2.0
7373 github.com/sirupsen/logrus v1.9.3
@@ -80,26 +80,26 @@ require (
8080 github.com/xlab/treeprint v1.2.0
8181 go.etcd.io/bbolt v1.4.3
8282 go.opentelemetry.io/otel v1.38.0
83- go.opentelemetry.io/proto/otlp v1.8 .0
84- go.opentelemetry.io/proto/otlp/collector/profiles/v1development v0.1 .0
85- go.opentelemetry.io/proto/otlp/profiles/v1development v0.1 .0
83+ go.opentelemetry.io/proto/otlp v1.9 .0
84+ go.opentelemetry.io/proto/otlp/collector/profiles/v1development v0.2 .0
85+ go.opentelemetry.io/proto/otlp/profiles/v1development v0.2 .0
8686 go.uber.org/atomic v1.11.0
8787 go.uber.org/automaxprocs v1.6.0
8888 go.uber.org/goleak v1.3.0
8989 go.yaml.in/yaml/v3 v3.0.4
90- golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
91- golang.org/x/mod v0.28 .0
90+ golang.org/x/exp a4bb9ffd2546
91+ golang.org/x/mod v0.29 .0
9292 golang.org/x/net v0.46.0
93- golang.org/x/oauth2 v0.31 .0
93+ golang.org/x/oauth2 v0.32 .0
9494 golang.org/x/sync v0.17.0
9595 golang.org/x/sys v0.37.0
9696 golang.org/x/text v0.30.0
97- golang.org/x/time v0.13 .0
97+ golang.org/x/time v0.14 .0
9898 gonum.org/v1/plot v0.16.0
99- google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4
99+ google.golang.org/genproto/googleapis/api f26f9409b101
100100 google.golang.org/grpc v1.76.0
101101 google.golang.org/protobuf v1.36.10
102- gopkg.in/alecthomas/kingpin.v2 v2.2.6
102+ gopkg.in/alecthomas/kingpin.v2 v2.4.0
103103 gopkg.in/yaml.v3 v3.0.1
104104 sigs.k8s.io/yaml v1.6.0
105105)
@@ -341,7 +341,7 @@ replace (
341341
342342 // Replace memberlist with our fork which includes some fixes that haven't been
343343 // merged upstream yet.
344- github.com/hashicorp/memberlist => github.com/grafana/memberlist v0.3.1-0.20220708130638-bd88e10a3d91
344+ github.com/hashicorp/memberlist => github.com/grafana/memberlist 5cd332c2849a
345345
346346 // gopkg.in/yaml.v3
347347 // + https://github.com/go-yaml/yaml/pull/691
0 commit comments