1
1
module github.com/grafana/grafana-amazonprometheus-datasource
2
2
3
- go 1.23.1
3
+ go 1.23.5
4
4
5
- toolchain go1.23.4
5
+ toolchain go1.23.6
6
6
7
7
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
10
10
github.com/grafana/grafana/pkg/promlib v0.0.8
11
11
github.com/stretchr/testify v1.10.0
12
12
)
@@ -15,7 +15,7 @@ require (
15
15
github.com/BurntSushi/toml v1.4.0 // indirect
16
16
github.com/apache/arrow-go/v18 v18.1.0 // indirect
17
17
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
19
19
github.com/aws/smithy-go v1.22.1 // indirect
20
20
github.com/beorn7/perks v1.0.1 // indirect
21
21
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -51,14 +51,13 @@ require (
51
51
github.com/grafana/otel-profiling-go v0.5.1 // indirect
52
52
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
53
53
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
55
55
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
56
56
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0 // indirect
57
57
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.0 // indirect
58
58
github.com/hashicorp/go-hclog v1.6.3 // indirect
59
59
github.com/hashicorp/go-plugin v1.6.3 // indirect
60
60
github.com/hashicorp/yamux v0.1.2 // indirect
61
- github.com/invopop/yaml v0.3.1 // indirect
62
61
github.com/jmespath/go-jmespath v0.4.0 // indirect
63
62
github.com/josharian/intern v1.0.0 // indirect
64
63
github.com/json-iterator/go v1.1.12 // indirect
0 commit comments