File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ require (
320320 github.com/neo4j/neo4j-go-driver/v5 v5.28.4 // indirect
321321 github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1 // indirect
322322 github.com/nsqio/go-nsq v1.1.0 // indirect
323- github.com/oapi-codegen/runtime v1.4.0 // indirect
323+ github.com/oapi-codegen/runtime v1.4.1 // indirect
324324 github.com/oasdiff/yaml v0.0.9 // indirect
325325 github.com/oasdiff/yaml3 v0.0.12 // indirect
326326 github.com/oklog/ulid/v2 v2.1.1 // indirect
Original file line number Diff line number Diff line change @@ -1317,8 +1317,8 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
13171317github.com/nxadm/tail v1.4.8 /go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU =
13181318github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/3KntMs =
13191319github.com/oapi-codegen/nullable v1.1.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
1320- github.com/oapi-codegen/runtime v1.4.0 h1:KLOSFOp7UzkbS7Cs1ms6NBEKYr0WmH2wZG0KKbd2er4 =
1321- github.com/oapi-codegen/runtime v1.4.0 /go.mod h1:5sw5fxCDmnOzKNYmkVNF8d34kyUeejJEY8HNT2WaPec =
1320+ github.com/oapi-codegen/runtime v1.4.1 h1:9nwLoI+KrWxzbBcp0jO/R8uXqbik/HUyCvPeU68Y/qo =
1321+ github.com/oapi-codegen/runtime v1.4.1 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
13221322github.com/oasdiff/yaml v0.0.9 h1:zQOvd2UKoozsSsAknnWoDJlSK4lC0mpmjfDsfqNwX48 =
13231323github.com/oasdiff/yaml v0.0.9 /go.mod h1:8lvhgJG4xiKPj3HN5lDow4jZHPlx1i7dIwzkdAo6oAM =
13241324github.com/oasdiff/yaml3 v0.0.12 h1:75urAtPeDg2/iDEWwzNrLOWxI9N/dCh81nTTJtokt2M =
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
4242 github.com/mitchellh/mapstructure v1.5.0
4343 github.com/oapi-codegen/nethttp-middleware v1.1.2
4444 github.com/oapi-codegen/nullable v1.1.0
45- github.com/oapi-codegen/runtime v1.4.0
45+ github.com/oapi-codegen/runtime v1.4.1
4646 github.com/oklog/run v1.1.1-0.20240127200640-eee6e044b77c
4747 github.com/oklog/ulid/v2 v2.1.1
4848 github.com/oliveagle/jsonpath v0.1.4
Original file line number Diff line number Diff line change @@ -493,8 +493,8 @@ github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/
493493github.com/oapi-codegen/nullable v1.1.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
494494github.com/oapi-codegen/oapi-codegen/v2 v2.6.1-0.20260403235458-a76544bd16ff h1:K1zU4fdgVYXfk+xycsixxGAn3K3PCHbtpTGU4//ovLA =
495495github.com/oapi-codegen/oapi-codegen/v2 v2.6.1-0.20260403235458-a76544bd16ff /go.mod h1:o8mQl9oW5/XzHQ+pYBpWu+0S6Kt4x7Dgd7ZbcJm+o0U =
496- github.com/oapi-codegen/runtime v1.4.0 h1:KLOSFOp7UzkbS7Cs1ms6NBEKYr0WmH2wZG0KKbd2er4 =
497- github.com/oapi-codegen/runtime v1.4.0 /go.mod h1:5sw5fxCDmnOzKNYmkVNF8d34kyUeejJEY8HNT2WaPec =
496+ github.com/oapi-codegen/runtime v1.4.1 h1:9nwLoI+KrWxzbBcp0jO/R8uXqbik/HUyCvPeU68Y/qo =
497+ github.com/oapi-codegen/runtime v1.4.1 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
498498github.com/oasdiff/yaml v0.0.9 h1:zQOvd2UKoozsSsAknnWoDJlSK4lC0mpmjfDsfqNwX48 =
499499github.com/oasdiff/yaml v0.0.9 /go.mod h1:8lvhgJG4xiKPj3HN5lDow4jZHPlx1i7dIwzkdAo6oAM =
500500github.com/oasdiff/yaml3 v0.0.12 h1:75urAtPeDg2/iDEWwzNrLOWxI9N/dCh81nTTJtokt2M =
You can’t perform that action at this time.
0 commit comments