diff --git a/conv/go.mod b/conv/go.mod index fb5b6fca..298dccdb 100644 --- a/conv/go.mod +++ b/conv/go.mod @@ -2,7 +2,7 @@ module github.com/go-openapi/swag/conv require ( github.com/go-openapi/swag/typeutils v0.25.4 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/v2 v2.1.8 ) replace github.com/go-openapi/swag/typeutils => ../typeutils diff --git a/conv/go.sum b/conv/go.sum index 1876434a..d6231bd5 100644 --- a/conv/go.sum +++ b/conv/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/fileutils/go.mod b/fileutils/go.mod index 1a254da6..824dec22 100644 --- a/fileutils/go.mod +++ b/fileutils/go.mod @@ -1,5 +1,5 @@ module github.com/go-openapi/swag/fileutils -require github.com/go-openapi/testify/v2 v2.0.2 +require github.com/go-openapi/testify/v2 v2.1.8 go 1.24.0 diff --git a/fileutils/go.sum b/fileutils/go.sum index 1876434a..d6231bd5 100644 --- a/fileutils/go.sum +++ b/fileutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/go.mod b/go.mod index 423eab97..ad2158c1 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/go-openapi/swag/stringutils v0.25.4 github.com/go-openapi/swag/typeutils v0.25.4 github.com/go-openapi/swag/yamlutils v0.25.4 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/v2 v2.1.8 ) require go.yaml.in/yaml/v3 v3.0.4 // indirect diff --git a/go.sum b/go.sum index ae0bd2f7..1987f41f 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= diff --git a/jsonname/go.mod b/jsonname/go.mod index 6af4fbd0..637d6ed1 100644 --- a/jsonname/go.mod +++ b/jsonname/go.mod @@ -1,5 +1,5 @@ module github.com/go-openapi/swag/jsonname -require github.com/go-openapi/testify/v2 v2.0.2 +require github.com/go-openapi/testify/v2 v2.1.8 go 1.24.0 diff --git a/jsonname/go.sum b/jsonname/go.sum index 1876434a..d6231bd5 100644 --- a/jsonname/go.sum +++ b/jsonname/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/jsonutils/adapters/easyjson/go.mod b/jsonutils/adapters/easyjson/go.mod index e503450f..370922a1 100644 --- a/jsonutils/adapters/easyjson/go.mod +++ b/jsonutils/adapters/easyjson/go.mod @@ -5,12 +5,12 @@ require ( github.com/go-openapi/swag/jsonutils v0.25.4 github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4 github.com/go-openapi/swag/typeutils v0.25.4 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/v2 v2.1.8 github.com/mailru/easyjson v0.9.1 ) require ( - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 // indirect github.com/josharian/intern v1.0.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/jsonutils/adapters/easyjson/go.sum b/jsonutils/adapters/easyjson/go.sum index 0b3b8d2d..78174efd 100644 --- a/jsonutils/adapters/easyjson/go.sum +++ b/jsonutils/adapters/easyjson/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8= diff --git a/jsonutils/adapters/testintegration/benchmarks/go.mod b/jsonutils/adapters/testintegration/benchmarks/go.mod index 66534fa8..e2cfe8f4 100644 --- a/jsonutils/adapters/testintegration/benchmarks/go.mod +++ b/jsonutils/adapters/testintegration/benchmarks/go.mod @@ -4,14 +4,14 @@ require ( github.com/go-openapi/swag/jsonutils v0.25.4 github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.25.4 github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/v2 v2.1.8 github.com/mailru/easyjson v0.9.1 ) require ( github.com/go-openapi/swag/conv v0.25.4 // indirect github.com/go-openapi/swag/typeutils v0.25.4 // indirect - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 // indirect github.com/josharian/intern v1.0.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/jsonutils/adapters/testintegration/benchmarks/go.sum b/jsonutils/adapters/testintegration/benchmarks/go.sum index 0b3b8d2d..78174efd 100644 --- a/jsonutils/adapters/testintegration/benchmarks/go.sum +++ b/jsonutils/adapters/testintegration/benchmarks/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8= diff --git a/jsonutils/adapters/testintegration/go.mod b/jsonutils/adapters/testintegration/go.mod index 9d701222..5cadc42f 100644 --- a/jsonutils/adapters/testintegration/go.mod +++ b/jsonutils/adapters/testintegration/go.mod @@ -4,14 +4,14 @@ require ( github.com/go-openapi/swag/jsonutils v0.25.4 github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.25.4 github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/v2 v2.1.8 github.com/mailru/easyjson v0.9.1 ) require ( github.com/go-openapi/swag/conv v0.25.4 // indirect github.com/go-openapi/swag/typeutils v0.25.4 // indirect - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 // indirect github.com/josharian/intern v1.0.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/jsonutils/adapters/testintegration/go.sum b/jsonutils/adapters/testintegration/go.sum index 0b3b8d2d..78174efd 100644 --- a/jsonutils/adapters/testintegration/go.sum +++ b/jsonutils/adapters/testintegration/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8= diff --git a/jsonutils/fixtures_test/go.mod b/jsonutils/fixtures_test/go.mod index fdcd8542..7c484342 100644 --- a/jsonutils/fixtures_test/go.mod +++ b/jsonutils/fixtures_test/go.mod @@ -1,8 +1,8 @@ module github.com/go-openapi/swag/jsonutils/fixtures_test require ( - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 + github.com/go-openapi/testify/v2 v2.1.8 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/jsonutils/fixtures_test/go.sum b/jsonutils/fixtures_test/go.sum index ae0bd2f7..cfecbb79 100644 --- a/jsonutils/fixtures_test/go.sum +++ b/jsonutils/fixtures_test/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= diff --git a/jsonutils/go.mod b/jsonutils/go.mod index 22929a73..2e91aef2 100644 --- a/jsonutils/go.mod +++ b/jsonutils/go.mod @@ -4,11 +4,11 @@ require ( github.com/go-openapi/swag/conv v0.25.4 github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4 github.com/go-openapi/swag/typeutils v0.25.4 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/v2 v2.1.8 ) require ( - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/jsonutils/go.sum b/jsonutils/go.sum index ae0bd2f7..cfecbb79 100644 --- a/jsonutils/go.sum +++ b/jsonutils/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= diff --git a/loading/go.mod b/loading/go.mod index 8c4afd87..b1742fbd 100644 --- a/loading/go.mod +++ b/loading/go.mod @@ -2,8 +2,8 @@ module github.com/go-openapi/swag/loading require ( github.com/go-openapi/swag/yamlutils v0.25.4 - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 + github.com/go-openapi/testify/v2 v2.1.8 ) require ( diff --git a/loading/go.sum b/loading/go.sum index ae0bd2f7..cfecbb79 100644 --- a/loading/go.sum +++ b/loading/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= diff --git a/mangling/go.mod b/mangling/go.mod index b6723ff0..6d08391b 100644 --- a/mangling/go.mod +++ b/mangling/go.mod @@ -1,5 +1,5 @@ module github.com/go-openapi/swag/mangling -require github.com/go-openapi/testify/v2 v2.0.2 +require github.com/go-openapi/testify/v2 v2.1.8 go 1.24.0 diff --git a/mangling/go.sum b/mangling/go.sum index 1876434a..d6231bd5 100644 --- a/mangling/go.sum +++ b/mangling/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/netutils/go.mod b/netutils/go.mod index 46248e06..296c9579 100644 --- a/netutils/go.mod +++ b/netutils/go.mod @@ -1,5 +1,5 @@ module github.com/go-openapi/swag/netutils -require github.com/go-openapi/testify/v2 v2.0.2 +require github.com/go-openapi/testify/v2 v2.1.8 go 1.24.0 diff --git a/netutils/go.sum b/netutils/go.sum index 1876434a..d6231bd5 100644 --- a/netutils/go.sum +++ b/netutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/stringutils/go.mod b/stringutils/go.mod index a7089225..126f3a49 100644 --- a/stringutils/go.mod +++ b/stringutils/go.mod @@ -1,5 +1,5 @@ module github.com/go-openapi/swag/stringutils -require github.com/go-openapi/testify/v2 v2.0.2 +require github.com/go-openapi/testify/v2 v2.1.8 go 1.24.0 diff --git a/stringutils/go.sum b/stringutils/go.sum index 1876434a..d6231bd5 100644 --- a/stringutils/go.sum +++ b/stringutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/typeutils/go.mod b/typeutils/go.mod index b2617d8b..3ec25492 100644 --- a/typeutils/go.mod +++ b/typeutils/go.mod @@ -1,5 +1,5 @@ module github.com/go-openapi/swag/typeutils -require github.com/go-openapi/testify/v2 v2.0.2 +require github.com/go-openapi/testify/v2 v2.1.8 go 1.24.0 diff --git a/typeutils/go.sum b/typeutils/go.sum index 1876434a..d6231bd5 100644 --- a/typeutils/go.sum +++ b/typeutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/yamlutils/go.mod b/yamlutils/go.mod index 39620ac8..789944ff 100644 --- a/yamlutils/go.mod +++ b/yamlutils/go.mod @@ -5,8 +5,8 @@ require ( github.com/go-openapi/swag/jsonutils v0.25.4 github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4 github.com/go-openapi/swag/typeutils v0.25.4 - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 - github.com/go-openapi/testify/v2 v2.0.2 + github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 + github.com/go-openapi/testify/v2 v2.1.8 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/yamlutils/go.sum b/yamlutils/go.sum index ae0bd2f7..cfecbb79 100644 --- a/yamlutils/go.sum +++ b/yamlutils/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4= -github.com/go-openapi/testify/enable/yaml/v2 v2.0.2/go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg= -github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls= -github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8 h1:up0PBz3cimYG6AyfRnTOwIqiXh1RurlhY9ICidBO0Hk= +github.com/go-openapi/testify/enable/yaml/v2 v2.1.8/go.mod h1:8IDd7ea5nRkdas22qXutea38xITId1B1j/KoEmEBht4= +github.com/go-openapi/testify/v2 v2.1.8 h1:Ctu3hazcJy+DzbCPKjA5S5JW86UFY9PZ2LAfuMp3Ru8= +github.com/go-openapi/testify/v2 v2.1.8/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=