File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ require (
325325 github.com/neo4j/neo4j-go-driver/v5 v5.28.4 // indirect
326326 github.com/nsf/jsondiff v0.0.0-20260207060731-8e8d90c4c0ac // indirect
327327 github.com/nsqio/go-nsq v1.1.0 // indirect
328- github.com/oapi-codegen/runtime v1.4.2 // indirect
328+ github.com/oapi-codegen/runtime v1.5.0 // indirect
329329 github.com/oasdiff/yaml v0.1.0 // indirect
330330 github.com/oasdiff/yaml3 v0.0.13 // indirect
331331 github.com/oklog/ulid/v2 v2.1.1 // indirect
Original file line number Diff line number Diff line change @@ -1345,8 +1345,8 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
13451345github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
13461346github.com/oapi-codegen/nullable v1.2.0 h1:VflFkDW980KhBPiFF7nWSyjg+r4Obqj8lXipV0UkP5w =
13471347github.com/oapi-codegen/nullable v1.2.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
1348- github.com/oapi-codegen/runtime v1.4.2 h1:GMxFVYLzoYLua+/KvzgSphkyK1lLTReQI9Vf4hvATKE =
1349- github.com/oapi-codegen/runtime v1.4.2 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
1348+ github.com/oapi-codegen/runtime v1.5.0 h1:aiil4QnH+eiWYSO60eaYZ4aur7sJH3rz6BvT5EBFnxc =
1349+ github.com/oapi-codegen/runtime v1.5.0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
13501350github.com/oasdiff/yaml v0.1.0 h1:0bqZjfKc/8S9urj4JuwepX41WX9EoA6ifhU3SV06cXg =
13511351github.com/oasdiff/yaml v0.1.0 /go.mod h1:kOlRmMdL2X3vucLCEQO5u61SU22RysnfXvcttrZA1O0 =
13521352github.com/oasdiff/yaml3 v0.0.13 h1:06svmvOHOVBqF81+sY2EUScvUI/iS/vl2VIeUUxZQwg =
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ require (
6868 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6969 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
7070 github.com/oapi-codegen/nullable v1.2.0 // indirect
71- github.com/oapi-codegen/runtime v1.4.2 // indirect
71+ github.com/oapi-codegen/runtime v1.5.0 // indirect
7272 github.com/oasdiff/yaml v0.1.0 // indirect
7373 github.com/oasdiff/yaml3 v0.0.13 // indirect
7474 github.com/oklog/ulid v1.3.1 // indirect
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
171171github.com/morikuni/aec v1.0.0 /go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc =
172172github.com/oapi-codegen/nullable v1.2.0 h1:VflFkDW980KhBPiFF7nWSyjg+r4Obqj8lXipV0UkP5w =
173173github.com/oapi-codegen/nullable v1.2.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
174- github.com/oapi-codegen/runtime v1.4.2 h1:GMxFVYLzoYLua+/KvzgSphkyK1lLTReQI9Vf4hvATKE =
175- github.com/oapi-codegen/runtime v1.4.2 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
174+ github.com/oapi-codegen/runtime v1.5.0 h1:aiil4QnH+eiWYSO60eaYZ4aur7sJH3rz6BvT5EBFnxc =
175+ github.com/oapi-codegen/runtime v1.5.0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
176176github.com/oasdiff/yaml v0.1.0 h1:0bqZjfKc/8S9urj4JuwepX41WX9EoA6ifhU3SV06cXg =
177177github.com/oasdiff/yaml v0.1.0 /go.mod h1:kOlRmMdL2X3vucLCEQO5u61SU22RysnfXvcttrZA1O0 =
178178github.com/oasdiff/yaml3 v0.0.13 h1:06svmvOHOVBqF81+sY2EUScvUI/iS/vl2VIeUUxZQwg =
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ require (
4343 github.com/mitchellh/mapstructure v1.5.0
4444 github.com/oapi-codegen/nethttp-middleware v1.1.2
4545 github.com/oapi-codegen/nullable v1.2.0
46- github.com/oapi-codegen/runtime v1.4.2
46+ github.com/oapi-codegen/runtime v1.5.0
4747 github.com/oklog/run v1.1.1-0.20240127200640-eee6e044b77c
4848 github.com/oklog/ulid/v2 v2.1.1
4949 github.com/oliveagle/jsonpath v0.1.4
Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ github.com/oapi-codegen/nullable v1.2.0 h1:VflFkDW980KhBPiFF7nWSyjg+r4Obqj8lXipV
328328github.com/oapi-codegen/nullable v1.2.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
329329github.com/oapi-codegen/oapi-codegen/v2 v2.6.1-0.20260403235458-a76544bd16ff h1:K1zU4fdgVYXfk+xycsixxGAn3K3PCHbtpTGU4//ovLA =
330330github.com/oapi-codegen/oapi-codegen/v2 v2.6.1-0.20260403235458-a76544bd16ff /go.mod h1:o8mQl9oW5/XzHQ+pYBpWu+0S6Kt4x7Dgd7ZbcJm+o0U =
331- github.com/oapi-codegen/runtime v1.4.2 h1:GMxFVYLzoYLua+/KvzgSphkyK1lLTReQI9Vf4hvATKE =
332- github.com/oapi-codegen/runtime v1.4.2 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
331+ github.com/oapi-codegen/runtime v1.5.0 h1:aiil4QnH+eiWYSO60eaYZ4aur7sJH3rz6BvT5EBFnxc =
332+ github.com/oapi-codegen/runtime v1.5.0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
333333github.com/oasdiff/yaml v0.1.0 h1:0bqZjfKc/8S9urj4JuwepX41WX9EoA6ifhU3SV06cXg =
334334github.com/oasdiff/yaml v0.1.0 /go.mod h1:kOlRmMdL2X3vucLCEQO5u61SU22RysnfXvcttrZA1O0 =
335335github.com/oasdiff/yaml3 v0.0.13 h1:06svmvOHOVBqF81+sY2EUScvUI/iS/vl2VIeUUxZQwg =
You can’t perform that action at this time.
0 commit comments