Skip to content

Commit 73abafe

Browse files
authored
fix: panic (#8)
1 parent cea5d40 commit 73abafe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/datalayers-io/grafana-datalayers-datasource
22

3-
go 1.22
3+
go 1.24
44

5-
toolchain go1.22.5
5+
toolchain go1.24
66

77
require (
88
github.com/apache/arrow/go/v18 v18.0.0-20241007013041-ab95a4d25142
@@ -36,7 +36,7 @@ require (
3636
github.com/google/uuid v1.6.0 // indirect
3737
github.com/gorilla/mux v1.8.1 // indirect
3838
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
4040
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
4141
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
4242
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF
8282
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
8383
github.com/grafana/pyroscope-go/godeltaprof v0.1.7 h1:C11j63y7gymiW8VugJ9ZW0pWfxTZugdSJyC48olk5KY=
8484
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=
8587
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 h1:qnpSQwGEnkcRpTqNOIR6bJbR0gAorgP9CSALpRcKoAA=
8688
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1/go.mod h1:lXGCsh6c22WGtjr+qGHj1otzZpV/1kwTMAqkwZsnWRU=
8789
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 h1:pRhl55Yx1eC7BZ1N+BBWwnKaMyD8uC+34TLdndZMAKk=

0 commit comments

Comments
 (0)