Skip to content

Commit 8420bb0

Browse files
fix(deps): update module github.com/oapi-codegen/oapi-codegen/v2 to v2.5.0
1 parent 0d9128d commit 8420bb0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/hashicorp/terraform-plugin-testing v1.13.2
1717
github.com/jianyuan/go-sentry/v2 v2.8.4
1818
github.com/jianyuan/go-utils v0.0.0-20250223213401-62c93a9e0b6c
19-
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
19+
github.com/oapi-codegen/oapi-codegen/v2 v2.5.0
2020
github.com/oapi-codegen/runtime v1.1.1
2121
github.com/orange-cloudavenue/terraform-plugin-framework-superschema v1.11.0
2222
github.com/orange-cloudavenue/terraform-plugin-framework-supertypes v1.2.0
@@ -40,7 +40,7 @@ require (
4040
github.com/cloudflare/circl v1.6.1 // indirect
4141
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
4242
github.com/fatih/color v1.18.0 // indirect
43-
github.com/getkin/kin-openapi v0.131.0 // indirect
43+
github.com/getkin/kin-openapi v0.132.0 // indirect
4444
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4545
github.com/go-openapi/swag v0.23.0 // indirect
4646
github.com/golang/protobuf v1.5.4 // indirect
@@ -84,7 +84,7 @@ require (
8484
github.com/perimeterx/marshmallow v1.1.5 // indirect
8585
github.com/posener/complete v1.2.3 // indirect
8686
github.com/shopspring/decimal v1.3.1 // indirect
87-
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
87+
github.com/speakeasy-api/openapi-overlay v0.10.2 // indirect
8888
github.com/spf13/cast v1.5.0 // indirect
8989
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
9090
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
6262
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
6363
github.com/getkin/kin-openapi v0.131.0 h1:NO2UeHnFKRYhZ8wg6Nyh5Cq7dHk4suQQr72a4pMrDxE=
6464
github.com/getkin/kin-openapi v0.131.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
65+
github.com/getkin/kin-openapi v0.132.0/go.mod h1:3OlG51PCYNsPByuiMB0t4fjnNlIDnaEDsjiKUV8nL58=
6566
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=
6667
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic=
6768
github.com/go-git/go-billy/v5 v5.6.0 h1:w2hPNtoehvJIxR00Vb4xX94qHQi/ApZfX+nBE2Cjio8=
@@ -256,6 +257,7 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
256257
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
257258
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 h1:ykgG34472DWey7TSjd8vIfNykXgjOgYJZoQbKfEeY/Q=
258259
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1/go.mod h1:N5+lY1tiTDV3V1BeHtOxeWXHoPVeApvsvjJqegfoaz8=
260+
github.com/oapi-codegen/oapi-codegen/v2 v2.5.0/go.mod h1:fwlMxUEMuQK5ih9aymrxKPQqNm2n8bdLk1ppjH+lr9w=
259261
github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro=
260262
github.com/oapi-codegen/runtime v1.1.1/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg=
261263
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY=
@@ -303,6 +305,7 @@ github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0
303305
github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M=
304306
github.com/speakeasy-api/openapi-overlay v0.9.0 h1:Wrz6NO02cNlLzx1fB093lBlYxSI54VRhy1aSutx0PQg=
305307
github.com/speakeasy-api/openapi-overlay v0.9.0/go.mod h1:f5FloQrHA7MsxYg9djzMD5h6dxrHjVVByWKh7an8TRc=
308+
github.com/speakeasy-api/openapi-overlay v0.10.2/go.mod h1:n0iOU7AqKpNFfEt6tq7qYITC4f0yzVVdFw0S7hukemg=
306309
github.com/spf13/cast v1.3.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
307310
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=
308311
github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU=

0 commit comments

Comments
 (0)