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 conv/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/go-openapi/swag/conv

require (
github.com/go-openapi/swag/typeutils v0.25.5
github.com/go-openapi/swag/typeutils v0.26.0
github.com/go-openapi/testify/v2 v2.4.2
)

Expand Down
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/go-openapi/swag
retract v0.24.0 // bad tagging of the main module: superseeded by v0.24.1

require (
github.com/go-openapi/swag/cmdutils v0.25.5
github.com/go-openapi/swag/conv v0.25.5
github.com/go-openapi/swag/fileutils v0.25.5
github.com/go-openapi/swag/jsonname v0.25.5
github.com/go-openapi/swag/jsonutils v0.25.5
github.com/go-openapi/swag/loading v0.25.5
github.com/go-openapi/swag/mangling v0.25.5
github.com/go-openapi/swag/netutils v0.25.5
github.com/go-openapi/swag/stringutils v0.25.5
github.com/go-openapi/swag/typeutils v0.25.5
github.com/go-openapi/swag/yamlutils v0.25.5
github.com/go-openapi/swag/cmdutils v0.26.0
github.com/go-openapi/swag/conv v0.26.0
github.com/go-openapi/swag/fileutils v0.26.0
github.com/go-openapi/swag/jsonname v0.26.0
github.com/go-openapi/swag/jsonutils v0.26.0
github.com/go-openapi/swag/loading v0.26.0
github.com/go-openapi/swag/mangling v0.26.0
github.com/go-openapi/swag/netutils v0.26.0
github.com/go-openapi/swag/stringutils v0.26.0
github.com/go-openapi/swag/typeutils v0.26.0
github.com/go-openapi/swag/yamlutils v0.26.0
github.com/go-openapi/testify/v2 v2.4.2
)

Expand Down
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.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/enable/yaml/v2 v2.4.2 h1:5zRca5jw7lzVREKCZVNBpysDNBjj74rBh0N2BGQbSR0=
github.com/go-openapi/testify/enable/yaml/v2 v2.4.2/go.mod h1:XVevPw5hUXuV+5AkI1u1PeAm27EQVrhXTTCPAF85LmE=
github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4=
github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw=
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
Expand Down
6 changes: 3 additions & 3 deletions jsonutils/adapters/easyjson/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/go-openapi/swag/jsonutils/adapters/easyjson

require (
github.com/go-openapi/swag/conv v0.25.5
github.com/go-openapi/swag/conv v0.26.0
github.com/go-openapi/swag/jsonutils v0.25.4
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5
github.com/go-openapi/swag/typeutils v0.25.5
github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0
github.com/go-openapi/swag/typeutils v0.26.0
github.com/go-openapi/testify/v2 v2.4.2
github.com/mailru/easyjson v0.9.2
)
Expand Down
10 changes: 5 additions & 5 deletions jsonutils/adapters/testintegration/benchmarks/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/go-openapi/swag/jsonutils/adapters/testintegration/benchmarks

require (
github.com/go-openapi/swag/jsonutils v0.25.5
github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.25.5
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5
github.com/go-openapi/swag/jsonutils v0.26.0
github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.26.0
github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0
github.com/go-openapi/testify/v2 v2.4.2
github.com/mailru/easyjson v0.9.2
)

require (
github.com/go-openapi/swag/conv v0.25.5 // indirect
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
github.com/go-openapi/swag/conv v0.26.0 // indirect
github.com/go-openapi/swag/typeutils v0.26.0 // indirect
github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
Expand Down
10 changes: 5 additions & 5 deletions jsonutils/adapters/testintegration/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/go-openapi/swag/jsonutils/adapters/testintegration

require (
github.com/go-openapi/swag/jsonutils v0.25.5
github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.25.5
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5
github.com/go-openapi/swag/jsonutils v0.26.0
github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.26.0
github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0
github.com/go-openapi/testify/v2 v2.4.2
github.com/mailru/easyjson v0.9.2
)

require (
github.com/go-openapi/swag/conv v0.25.5 // indirect
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
github.com/go-openapi/swag/conv v0.26.0 // indirect
github.com/go-openapi/swag/typeutils v0.26.0 // indirect
github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
Expand Down
6 changes: 3 additions & 3 deletions jsonutils/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/go-openapi/swag/jsonutils

require (
github.com/go-openapi/swag/conv v0.25.5
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5
github.com/go-openapi/swag/typeutils v0.25.5
github.com/go-openapi/swag/conv v0.26.0
github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0
github.com/go-openapi/swag/typeutils v0.26.0
github.com/go-openapi/testify/v2 v2.4.2
)

Expand Down
8 changes: 4 additions & 4 deletions loading/go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module github.com/go-openapi/swag/loading

require (
github.com/go-openapi/swag/yamlutils v0.25.5
github.com/go-openapi/swag/yamlutils v0.26.0
github.com/go-openapi/testify/enable/yaml/v2 v2.4.2
github.com/go-openapi/testify/v2 v2.4.2
)

require (
github.com/go-openapi/swag/conv v0.25.5 // indirect
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
github.com/go-openapi/swag/conv v0.26.0 // indirect
github.com/go-openapi/swag/jsonutils v0.26.0 // indirect
github.com/go-openapi/swag/typeutils v0.26.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
)

Expand Down
8 changes: 4 additions & 4 deletions yamlutils/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/go-openapi/swag/yamlutils

require (
github.com/go-openapi/swag/conv v0.25.5
github.com/go-openapi/swag/jsonutils v0.25.5
github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5
github.com/go-openapi/swag/typeutils v0.25.5
github.com/go-openapi/swag/conv v0.26.0
github.com/go-openapi/swag/jsonutils v0.26.0
github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0
github.com/go-openapi/swag/typeutils v0.26.0
github.com/go-openapi/testify/enable/yaml/v2 v2.4.2
github.com/go-openapi/testify/v2 v2.4.2
go.yaml.in/yaml/v3 v3.0.4
Expand Down
Loading