diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index 150016b..bf589c5 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/go-openapi/analysis v0.26.2 - github.com/go-openapi/loads v0.25.1 + github.com/go-openapi/loads v0.25.2 github.com/go-openapi/spec v0.22.11 github.com/go-openapi/swag/loading v0.29.1 github.com/go-openapi/testify/v2 v2.7.0 diff --git a/internal/testintegration/go.sum b/internal/testintegration/go.sum index 52d090b..bd0f677 100644 --- a/internal/testintegration/go.sum +++ b/internal/testintegration/go.sum @@ -4,8 +4,8 @@ github.com/go-openapi/jsonpointer v1.0.0 h1:kR9tHqY0CtZaOPVFm622dPVNhrvYpwr4uCxg github.com/go-openapi/jsonpointer v1.0.0/go.mod h1:Z3rw7dWu1p9IgitXCFamSlA5lmDiklEB6vkaxcNZW5Y= github.com/go-openapi/jsonreference v1.0.1 h1:4zJ7AmYDKNmD3aSpfPnFNCFA5E80/xMHUNKgydaLh38= github.com/go-openapi/jsonreference v1.0.1/go.mod h1:dYplQXa6p5lXprLcJ8LE2iU7vNpXsAHDQ5ZAgL+Qx3A= -github.com/go-openapi/loads v0.25.1 h1:toKQdIDLxlqfKLLGUUmUsiTd5/X0Chzvde9EGYQP/Ac= -github.com/go-openapi/loads v0.25.1/go.mod h1:33Hen4tsKXHL45TyYojvfD5fZUFN4O1y4r/XhsRW2zc= +github.com/go-openapi/loads v0.25.2 h1:+uNsDlRQfYtZTrh+3pdwampcAqZVPuBJW0IA82aZHII= +github.com/go-openapi/loads v0.25.2/go.mod h1:RXsfJEQGGNv4uw8u/KdmF8Vh8OR4fTfs9ZO4QrzNohA= github.com/go-openapi/spec v0.22.11 h1:/ZW28n4PCghbBpwjmvoMeyCeDwd6pIe715Ov8T3kAaQ= github.com/go-openapi/spec v0.22.11/go.mod h1:Ypu+u1KTejey7/QCr3j1ChdjwhGgXuklbH7l8+YP1J4= github.com/go-openapi/strfmt v0.27.0 h1:kbcTeaD9TXuXD0hhMXzuYa1sdTo6+dWGvwjW93E80IM=