Skip to content

Commit a315ad0

Browse files
chore(deps): Bump github.com/getkin/kin-openapi
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.124.0 to 0.131.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.124.0...v0.131.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.131.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e48d26 commit a315ad0

File tree

1 file changed

+6
-7
lines changed
  • connectors/grafana-plugin

1 file changed

+6
-7
lines changed

connectors/grafana-plugin/go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616
module github.com/grafana/grafana-starter-datasource-backend
1717

18-
go 1.21
19-
20-
toolchain go1.21.0
18+
go 1.22.5
2119

2220
require github.com/grafana/grafana-plugin-sdk-go v0.250.0
2321

@@ -32,11 +30,11 @@ require (
3230
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
3331
github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027 // indirect
3432
github.com/fatih/color v1.15.0 // indirect
35-
github.com/getkin/kin-openapi v0.124.0 // indirect
33+
github.com/getkin/kin-openapi v0.131.0 // indirect
3634
github.com/go-logr/logr v1.4.2 // indirect
3735
github.com/go-logr/stdr v1.2.2 // indirect
38-
github.com/go-openapi/jsonpointer v0.20.2 // indirect
39-
github.com/go-openapi/swag v0.22.8 // indirect
36+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
37+
github.com/go-openapi/swag v0.23.0 // indirect
4038
github.com/goccy/go-json v0.10.2 // indirect
4139
github.com/gogo/protobuf v1.3.2 // indirect
4240
github.com/golang/protobuf v1.5.4 // indirect
@@ -52,7 +50,6 @@ require (
5250
github.com/hashicorp/go-hclog v1.6.3 // indirect
5351
github.com/hashicorp/go-plugin v1.6.1 // indirect
5452
github.com/hashicorp/yamux v0.1.1 // indirect
55-
github.com/invopop/yaml v0.2.0 // indirect
5653
github.com/josharian/intern v1.0.0 // indirect
5754
github.com/json-iterator/go v1.1.12 // indirect
5855
github.com/klauspost/compress v1.17.9 // indirect
@@ -68,6 +65,8 @@ require (
6865
github.com/modern-go/reflect2 v1.0.2 // indirect
6966
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
7067
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
68+
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
69+
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
7170
github.com/oklog/run v1.1.0 // indirect
7271
github.com/olekukonko/tablewriter v0.0.5 // indirect
7372
github.com/perimeterx/marshmallow v1.1.5 // indirect

0 commit comments

Comments
 (0)