Skip to content

Commit 1ac310f

Browse files
Update OpenAPI client to latest version (#1187)
This version includes the changes to arguments of operations that require no input
1 parent 4833231 commit 1ac310f

File tree

4 files changed

+31
-108
lines changed

4 files changed

+31
-108
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/go-openapi/strfmt v0.21.7
1111
github.com/grafana/amixr-api-go-client v0.0.11
1212
github.com/grafana/grafana-api-golang-client v0.26.0
13-
github.com/grafana/grafana-openapi-client-go v0.0.0-20231123143558-91f2985bb3ef
13+
github.com/grafana/grafana-openapi-client-go v0.0.0-20231127132426-27eaf0090f74
1414
github.com/grafana/machine-learning-go-client v0.5.0
1515
github.com/grafana/synthetic-monitoring-agent v0.19.1
1616
github.com/grafana/synthetic-monitoring-api-go-client v0.7.0
@@ -39,12 +39,12 @@ require (
3939
github.com/go-logr/stdr v1.2.2 // indirect
4040
github.com/go-openapi/analysis v0.21.4 // indirect
4141
github.com/go-openapi/errors v0.20.4 // indirect
42-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
43-
github.com/go-openapi/jsonreference v0.20.0 // indirect
42+
github.com/go-openapi/jsonpointer v0.20.0 // indirect
43+
github.com/go-openapi/jsonreference v0.20.2 // indirect
4444
github.com/go-openapi/loads v0.21.2 // indirect
45-
github.com/go-openapi/spec v0.20.8 // indirect
45+
github.com/go-openapi/spec v0.20.9 // indirect
4646
github.com/go-openapi/swag v0.22.4 // indirect
47-
github.com/go-openapi/validate v0.22.1 // indirect
47+
github.com/go-openapi/validate v0.22.2 // indirect
4848
github.com/gogo/protobuf v1.3.2 // indirect
4949
github.com/golang/protobuf v1.5.3 // indirect
5050
github.com/google/go-cmp v0.6.0 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
9090
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
9191
github.com/zclconf/go-cty v1.14.1 // indirect
92-
go.mongodb.org/mongo-driver v1.11.3 // indirect
92+
go.mongodb.org/mongo-driver v1.12.0 // indirect
9393
go.opentelemetry.io/otel v1.14.0 // indirect
9494
go.opentelemetry.io/otel/trace v1.14.0 // indirect
9595
golang.org/x/crypto v0.15.0 // indirect

0 commit comments

Comments
 (0)