File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/elastic/fleet-server/pkg/api
22
33go 1.25.0
44
5- require github.com/oapi-codegen/runtime v1.5 .0
5+ require github.com/oapi-codegen/runtime v1.6 .0
66
77require (
88 github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
1010github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d /go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE =
1111github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/3KntMs =
1212github.com/oapi-codegen/nullable v1.1.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
13- github.com/oapi-codegen/runtime v1.5 .0 h1:aiil4QnH+eiWYSO60eaYZ4aur7sJH3rz6BvT5EBFnxc =
14- github.com/oapi-codegen/runtime v1.5 .0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
13+ github.com/oapi-codegen/runtime v1.6 .0 h1:7Xx+GlueD6nRuyKoCPzL434Jfi3BetbiJOrzCHp/VPU =
14+ github.com/oapi-codegen/runtime v1.6 .0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
1515github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1616github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1717github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad /go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0 =
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ require (
6060 github.com/moby/sys/user v0.4.0 // indirect
6161 github.com/moby/sys/userns v0.1.0 // indirect
6262 github.com/moby/term v0.5.2 // indirect
63- github.com/oapi-codegen/runtime v1.5 .0 // indirect
63+ github.com/oapi-codegen/runtime v1.6 .0 // indirect
6464 github.com/opencontainers/go-digest v1.0.0 // indirect
6565 github.com/opencontainers/image-spec v1.1.1 // indirect
6666 github.com/pkg/errors v0.9.1 // indirect
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ github.com/moby/term v0.5.2 h1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=
117117github.com/moby/term v0.5.2 /go.mod h1:d3djjFCrjnB+fl8NJux+EJzu0msscUP+f8it8hPkFLc =
118118github.com/oapi-codegen/nullable v1.1.0 h1:eAh8JVc5430VtYVnq00Hrbpag9PFRGWLjxR1/3KntMs =
119119github.com/oapi-codegen/nullable v1.1.0 /go.mod h1:KUZ3vUzkmEKY90ksAmit2+5juDIhIZhfDl+0PwOQlFY =
120- github.com/oapi-codegen/runtime v1.5 .0 h1:aiil4QnH+eiWYSO60eaYZ4aur7sJH3rz6BvT5EBFnxc =
121- github.com/oapi-codegen/runtime v1.5 .0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
120+ github.com/oapi-codegen/runtime v1.6 .0 h1:7Xx+GlueD6nRuyKoCPzL434Jfi3BetbiJOrzCHp/VPU =
121+ github.com/oapi-codegen/runtime v1.6 .0 /go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU =
122122github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
123123github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
124124github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040 =
You can’t perform that action at this time.
0 commit comments