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/go-openapi/swag/conv
22
33require (
44 github.com/go-openapi/swag/typeutils v0.25.4
5- github.com/go-openapi/testify/v2 v2.0.2
5+ github.com/go-openapi/testify/v2 v2.3.0
66)
77
88replace github.com/go-openapi/swag/typeutils => ../typeutils
Original file line number Diff line number Diff line change 1- github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls =
2- github.com/go-openapi/testify/v2 v2.0.2 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
1+ github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA =
2+ github.com/go-openapi/testify/v2 v2.3.0 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
Original file line number Diff line number Diff line change 11module github.com/go-openapi/swag/fileutils
22
3- require github.com/go-openapi/testify/v2 v2.0.2
3+ require github.com/go-openapi/testify/v2 v2.3.0
44
55go 1.24.0
Original file line number Diff line number Diff line change 1- github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls =
2- github.com/go-openapi/testify/v2 v2.0.2 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
1+ github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA =
2+ github.com/go-openapi/testify/v2 v2.3.0 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/go-openapi/swag/stringutils v0.25.4
1515 github.com/go-openapi/swag/typeutils v0.25.4
1616 github.com/go-openapi/swag/yamlutils v0.25.4
17- github.com/go-openapi/testify/v2 v2.0.2
17+ github.com/go-openapi/testify/v2 v2.3.0
1818)
1919
2020require go.yaml.in/yaml/v3 v3.0.4 // indirect
Original file line number Diff line number Diff line change 1- github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 h1:0+Y41Pz1NkbTHz8NngxTuAXxEodtNSI1WG1c/m5Akw4 =
2- github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 /go.mod h1:kme83333GCtJQHXQ8UKX3IBZu6z8T5Dvy5+CW3NLUUg =
3- github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls =
4- github.com/go-openapi/testify/v2 v2.0.2 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
1+ github.com/go-openapi/testify/enable/yaml/v2 v2.3.0 h1:CZQFhycQSRlJGHqVoHcNoVwuE77ry//kMojNoQElps0 =
2+ github.com/go-openapi/testify/enable/yaml/v2 v2.3.0 /go.mod h1:mgGY/i3R/ppZvZXUAgTeWlDD+8wts5eZeLKHGVc4jeU =
3+ github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA =
4+ github.com/go-openapi/testify/v2 v2.3.0 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
55go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc =
66go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
77gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
Original file line number Diff line number Diff line change 11module github.com/go-openapi/swag/jsonname
22
3- require github.com/go-openapi/testify/v2 v2.0.2
3+ require github.com/go-openapi/testify/v2 v2.3.0
44
55go 1.24.0
Original file line number Diff line number Diff line change 1- github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls =
2- github.com/go-openapi/testify/v2 v2.0.2 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
1+ github.com/go-openapi/testify/v2 v2.3.0 h1:cZFOKhatfyVejoFNd8jqnHFosegN5vJZiPOTnkyT9hA =
2+ github.com/go-openapi/testify/v2 v2.3.0 /go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54 =
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ require (
55 github.com/go-openapi/swag/jsonutils v0.25.4
66 github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.4
77 github.com/go-openapi/swag/typeutils v0.25.4
8- github.com/go-openapi/testify/v2 v2.0.2
8+ github.com/go-openapi/testify/v2 v2.3.0
99 github.com/mailru/easyjson v0.9.1
1010)
1111
1212require (
13- github.com/go-openapi/testify/enable/yaml/v2 v2.0.2 // indirect
13+ github.com/go-openapi/testify/enable/yaml/v2 v2.3.0 // indirect
1414 github.com/josharian/intern v1.0.0 // indirect
1515 go.yaml.in/yaml/v3 v3.0.4 // indirect
1616)
You can’t perform that action at this time.
0 commit comments