Skip to content

Commit 90955fc

Browse files
Bump github.com/grafana/grafana-plugin-sdk-go from 0.283.0 to 0.284.0
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.283.0 to 0.284.0. - [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases) - [Commits](grafana/grafana-plugin-sdk-go@v0.283.0...v0.284.0) --- updated-dependencies: - dependency-name: github.com/grafana/grafana-plugin-sdk-go dependency-version: 0.284.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 647b07d commit 90955fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/bitly/go-simplejson v0.5.1
88
github.com/google/go-cmp v0.7.0
99
github.com/grafana/grafana-aws-sdk v1.3.1
10-
github.com/grafana/grafana-plugin-sdk-go v0.283.0
10+
github.com/grafana/grafana-plugin-sdk-go v0.284.0
1111
github.com/stretchr/testify v1.11.1
1212
)
1313

@@ -110,7 +110,7 @@ require (
110110
golang.org/x/mod v0.28.0 // indirect
111111
golang.org/x/net v0.46.0 // indirect
112112
golang.org/x/sync v0.18.0 // indirect
113-
golang.org/x/sys v0.37.0 // indirect
113+
golang.org/x/sys v0.38.0 // indirect
114114
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
115115
golang.org/x/term v0.36.0 // indirect
116116
golang.org/x/text v0.30.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/grafana/dataplane/sdata v0.0.9 h1:AGL1LZnCUG4MnQtnWpBPbQ8ZpptaZs14w6k
9898
github.com/grafana/dataplane/sdata v0.0.9/go.mod h1:Jvs5ddpGmn6vcxT7tCTWAZ1mgi4sbcdFt9utQx5uMAU=
9999
github.com/grafana/grafana-aws-sdk v1.3.1 h1:wmiju9L7Y+XYCtzoFuScaZ/8Nbv91e5hNLSfTDYF9kc=
100100
github.com/grafana/grafana-aws-sdk v1.3.1/go.mod h1:eTvmNWTozn+VQY6xeItOO9zjzxpTd5CYxsT63gu6WTc=
101-
github.com/grafana/grafana-plugin-sdk-go v0.283.0 h1:G7IHshAr30rLWV9FtX3iLlFTTlBhuOkfe7xVAoIP5rE=
102-
github.com/grafana/grafana-plugin-sdk-go v0.283.0/go.mod h1:20qhoYxIgbZRmwCEO1KMP8q2yq/Kge5+xE/99/hLEk0=
101+
github.com/grafana/grafana-plugin-sdk-go v0.284.0 h1:1bK7eWsnPBLUWDcWJWe218Ik5ad0a5JpEL4mH9ry7Ws=
102+
github.com/grafana/grafana-plugin-sdk-go v0.284.0/go.mod h1:lHPniaSxq3SL5MxDIPy04TYB1jnTp/ivkYO+xn5Rz3E=
103103
github.com/grafana/otel-profiling-go v0.5.1 h1:stVPKAFZSa7eGiqbYuG25VcqYksR6iWvF3YH66t4qL8=
104104
github.com/grafana/otel-profiling-go v0.5.1/go.mod h1:ftN/t5A/4gQI19/8MoWurBEtC6gFw8Dns1sJZ9W4Tls=
105105
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 h1:c1Us8i6eSmkW+Ez05d3co8kasnuOY813tbMN8i/a3Og=

0 commit comments

Comments
 (0)