Skip to content

Commit b9f9e45

Browse files
authored
test: upgraded to go-openapi/testify@v2.3.0 (#175)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent b7e96e1 commit b9f9e45

31 files changed

Lines changed: 68 additions & 68 deletions

File tree

cmdutils/go.sum

Whitespace-only changes.

conv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/go-openapi/swag/conv
22

33
require (
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

88
replace github.com/go-openapi/swag/typeutils => ../typeutils

conv/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

fileutils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 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

55
go 1.24.0

fileutils/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2020
require go.yaml.in/yaml/v3 v3.0.4 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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=
55
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
66
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
77
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

jsonname/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module 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

55
go 1.24.0

jsonname/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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=

jsonutils/adapters/easyjson/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1212
require (
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
)

0 commit comments

Comments
 (0)