Skip to content

Commit c5bc5a0

Browse files
Bump the all-dependencies group across 1 directory with 2 updates (#345)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
1 parent 34d9541 commit c5bc5a0

File tree

2 files changed

+22
-122
lines changed

2 files changed

+22
-122
lines changed

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/grafana/grafana-amazonprometheus-datasource
22

3-
go 1.23.1
3+
go 1.23.5
44

5-
toolchain go1.23.4
5+
toolchain go1.23.6
66

77
require (
8-
github.com/grafana/grafana-aws-sdk v0.31.6
9-
github.com/grafana/grafana-plugin-sdk-go v0.263.0
8+
github.com/grafana/grafana-aws-sdk v0.31.7
9+
github.com/grafana/grafana-plugin-sdk-go v0.265.0
1010
github.com/grafana/grafana/pkg/promlib v0.0.8
1111
github.com/stretchr/testify v1.10.0
1212
)
@@ -15,7 +15,7 @@ require (
1515
github.com/BurntSushi/toml v1.4.0 // indirect
1616
github.com/apache/arrow-go/v18 v18.1.0 // indirect
1717
github.com/aws/aws-sdk-go v1.55.5 // indirect
18-
github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect
18+
github.com/aws/aws-sdk-go-v2 v1.32.8 // indirect
1919
github.com/aws/smithy-go v1.22.1 // indirect
2020
github.com/beorn7/perks v1.0.1 // indirect
2121
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -51,14 +51,13 @@ require (
5151
github.com/grafana/otel-profiling-go v0.5.1 // indirect
5252
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
5353
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
54-
github.com/grafana/sqlds/v4 v4.1.3 // indirect
54+
github.com/grafana/sqlds/v4 v4.1.7 // indirect
5555
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
5656
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 // indirect
5757
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
5858
github.com/hashicorp/go-hclog v1.6.3 // indirect
5959
github.com/hashicorp/go-plugin v1.6.3 // indirect
6060
github.com/hashicorp/yamux v0.1.2 // indirect
61-
github.com/invopop/yaml v0.3.1 // indirect
6261
github.com/jmespath/go-jmespath v0.4.0 // indirect
6362
github.com/josharian/intern v1.0.0 // indirect
6463
github.com/json-iterator/go v1.1.12 // indirect

0 commit comments

Comments
 (0)