diff --git a/cmdutils/go.sum b/cmdutils/go.sum new file mode 100644 index 00000000..e69de29b diff --git a/conv/go.mod b/conv/go.mod index fb5b6fca..805bdb7b 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.3.0 ) replace github.com/go-openapi/swag/typeutils => ../typeutils diff --git a/conv/go.sum b/conv/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/fileutils/go.mod b/fileutils/go.mod index 1a254da6..31fe58fb 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.3.0 go 1.24.0 diff --git a/fileutils/go.sum b/fileutils/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/go.mod b/go.mod index 423eab97..1179cc7d 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.3.0 ) require go.yaml.in/yaml/v3 v3.0.4 // indirect diff --git a/go.sum b/go.sum index ae0bd2f7..9a35d4c4 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/enable/yaml/v2 v2.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..60030af2 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.3.0 go 1.24.0 diff --git a/jsonname/go.sum b/jsonname/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/jsonutils/adapters/easyjson/go.mod b/jsonutils/adapters/easyjson/go.mod index e503450f..08389f44 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.3.0 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.3.0 // 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..ce75745b 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..9f1a5724 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.3.0 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.3.0 // 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..ce75745b 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..e2cb7594 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.3.0 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.3.0 // 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..ce75745b 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..5680c798 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.3.0 + github.com/go-openapi/testify/v2 v2.3.0 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/jsonutils/fixtures_test/go.sum b/jsonutils/fixtures_test/go.sum index ae0bd2f7..9a35d4c4 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..b792a2bf 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.3.0 ) require ( - github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.3.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/jsonutils/go.sum b/jsonutils/go.sum index ae0bd2f7..9a35d4c4 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..ea01f8f9 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.3.0 + github.com/go-openapi/testify/v2 v2.3.0 ) require ( diff --git a/loading/go.sum b/loading/go.sum index ae0bd2f7..9a35d4c4 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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..465e3afa 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.3.0 go 1.24.0 diff --git a/mangling/go.sum b/mangling/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/netutils/go.mod b/netutils/go.mod index 46248e06..48b9c523 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.3.0 go 1.24.0 diff --git a/netutils/go.sum b/netutils/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/stringutils/go.mod b/stringutils/go.mod index a7089225..6da38521 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.3.0 go 1.24.0 diff --git a/stringutils/go.sum b/stringutils/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/typeutils/go.mod b/typeutils/go.mod index b2617d8b..1909fd7a 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.3.0 go 1.24.0 diff --git a/typeutils/go.sum b/typeutils/go.sum index 1876434a..5ce360fb 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.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54= diff --git a/yamlutils/go.mod b/yamlutils/go.mod index 39620ac8..ed3f33cf 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.3.0 + github.com/go-openapi/testify/v2 v2.3.0 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/yamlutils/go.sum b/yamlutils/go.sum index ae0bd2f7..9a35d4c4 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.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0= +github.com/go-openapi/testify/enable/yaml/v2 v2.3.0/go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU= +github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA= +github.com/go-openapi/testify/v2 v2.3.0/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=