Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmdutils/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-openapi/swag/cmdutils

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion conv/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ require (

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

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion fileutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-openapi/swag/fileutils

require github.com/go-openapi/testify/v2 v2.4.1

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ replace (
github.com/go-openapi/swag/yamlutils => ./yamlutils
)

go 1.24.0
go 1.25.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0 h1:7SgOMTvJkM8yWrQlU8Jm18VeDPuAvB/xWrdxFJkoFag=
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0/go.mod h1:14iV8jyyQlinc9StD7w1xVPW3CO3q1Gj04Jy//Kw4VM=
github.com/go-openapi/testify/enable/yaml/v2 v2.4.1 h1:NZOrZmIb6PTv5LTFxr5/mKV/FjbUzGE7E6gLz7vFoOQ=
github.com/go-openapi/testify/enable/yaml/v2 v2.4.1/go.mod h1:r7dwsujEHawapMsxA69i+XMGZrQ5tRauhLAjV/sxg3Q=
github.com/go-openapi/testify/v2 v2.4.1 h1:zB34HDKj4tHwyUQHrUkpV0Q0iXQ6dUCOQtIqn8hE6Iw=
github.com/go-openapi/testify/v2 v2.4.1/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ use (
./yamlutils
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion jsonname/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-openapi/swag/jsonname

require github.com/go-openapi/testify/v2 v2.4.1

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion jsonutils/adapters/easyjson/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ replace (
github.com/go-openapi/swag/typeutils => ../../../typeutils
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion jsonutils/adapters/testintegration/benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ replace (
github.com/go-openapi/swag/typeutils => ../../../../typeutils
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion jsonutils/adapters/testintegration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ replace (
github.com/go-openapi/swag/typeutils => ../../../typeutils
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion jsonutils/fixtures_test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ require (
go.yaml.in/yaml/v3 v3.0.4
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion jsonutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ replace (
github.com/go-openapi/swag/typeutils => ../typeutils
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion loading/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ replace (
github.com/go-openapi/swag/yamlutils => ../yamlutils
)

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion mangling/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-openapi/swag/mangling

require github.com/go-openapi/testify/v2 v2.4.1

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion netutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-openapi/swag/netutils

require github.com/go-openapi/testify/v2 v2.4.1

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion stringutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-openapi/swag/stringutils

require github.com/go-openapi/testify/v2 v2.4.1

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion typeutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/go-openapi/swag/typeutils

require github.com/go-openapi/testify/v2 v2.4.1

go 1.24.0
go 1.25.0
2 changes: 1 addition & 1 deletion yamlutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ replace (
github.com/go-openapi/swag/typeutils => ../typeutils
)

go 1.24.0
go 1.25.0
Loading