Skip to content

Commit c036d99

Browse files
Bump github.com/grafana/grafana-plugin-sdk-go
Bumps the dependency-updates group with 1 update: [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go). Updates `github.com/grafana/grafana-plugin-sdk-go` from 0.274.0 to 0.276.0 - [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases) - [Commits](grafana/grafana-plugin-sdk-go@v0.274.0...v0.276.0) --- updated-dependencies: - dependency-name: github.com/grafana/grafana-plugin-sdk-go dependency-version: 0.276.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c30700 commit c036d99

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module github.com/trinodb/grafana-trino
22

33
go 1.23.5
4-
54
toolchain go1.24.2
65

76
require (
8-
github.com/grafana/grafana-plugin-sdk-go v0.274.0
7+
github.com/grafana/grafana-plugin-sdk-go v0.276.0
98
github.com/grafana/sqlds/v2 v2.7.2
109
github.com/pkg/errors v0.9.1
1110
github.com/trinodb/trino-go-client v0.323.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyC
100100
github.com/gorilla/securecookie v1.1.1/go.mod h1:ra0sb63/xPlUeL+yeDciTfxMRAA+MP+HVt/4epWDjd4=
101101
github.com/gorilla/sessions v1.2.1 h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=
102102
github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM=
103-
github.com/grafana/grafana-plugin-sdk-go v0.274.0 h1:prTs+K4BfKYft89dJZmbUcXRIDtCnKQgnznpItE5ppQ=
104-
github.com/grafana/grafana-plugin-sdk-go v0.274.0/go.mod h1:i/9KH9y/6m5hkRnG3H6aR2nOMPbJUmvo4XNrHjI15cU=
103+
github.com/grafana/grafana-plugin-sdk-go v0.276.0 h1:v3wY/i9E4a21hea+jX9U5LBfJZF4GVpbtSLoZ7aouuQ=
104+
github.com/grafana/grafana-plugin-sdk-go v0.276.0/go.mod h1:mO9LJqdXDh5JpO/xIdPAeg5LdThgQ06Y/SLpXDWKw2c=
105105
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
106106
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
107107
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 h1:iwOtYXeeVSAeYefJNaxDytgjKtUuKQbJqgAIjlnicKg=

0 commit comments

Comments
 (0)