File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/datalayers-io/grafana-datalayers-datasource
2
2
3
- go 1.22
3
+ go 1.24
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.24
6
6
7
7
require (
8
8
github.com/apache/arrow/go/v18 v18.0.0-20241007013041-ab95a4d25142
@@ -36,7 +36,7 @@ require (
36
36
github.com/google/uuid v1.6.0 // indirect
37
37
github.com/gorilla/mux v1.8.1 // indirect
38
38
github.com/grafana/otel-profiling-go v0.5.1 // indirect
39
- github.com/grafana/pyroscope-go/godeltaprof v0.1.7 // indirect
39
+ github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
40
40
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
41
41
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
42
42
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF
82
82
github.com/grafana/otel-profiling-go v0.5.1 /go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls =
83
83
github.com/grafana/pyroscope-go/godeltaprof v0.1.7 h1:C11j63y7gymiW8VugJ9ZW0pWfxTZugdSJyC48olk5KY =
84
84
github.com/grafana/pyroscope-go/godeltaprof v0.1.7 /go.mod h1:Tk376Nbldo4Cha9RgiU7ik8WKFkNpfds98aUzS8omLE =
85
+ github.com/grafana/pyroscope-go/godeltaprof v0.1.8 h1:iwOtYXeeVSAeYefJNaxDytgjKtUuKQbJqgAIjlnicKg =
86
+ github.com/grafana/pyroscope-go/godeltaprof v0.1.8 /go.mod h1:2+l7K7twW49Ct4wFluZD3tZ6e0SjanjcUUBPVD/UuGU =
85
87
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 h1:qnpSQwGEnkcRpTqNOIR6bJbR0gAorgP9CSALpRcKoAA =
86
88
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 /go.mod h1:lXGCsh6c22WGtjr+qGHj1otzZpV/1kwTMAqkwZsnWRU =
87
89
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 h1:pRhl55Yx1eC7BZ1N+BBWwnKaMyD8uC+34TLdndZMAKk =
You can’t perform that action at this time.
0 commit comments