diff --git a/conv/go.mod b/conv/go.mod index 4296631..3b46d73 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.26.0 - github.com/go-openapi/testify/v2 v2.4.2 + github.com/go-openapi/testify/v2 v2.5.0 ) replace github.com/go-openapi/swag/typeutils => ../typeutils diff --git a/conv/go.sum b/conv/go.sum index d679ea5..3fecac0 100644 --- a/conv/go.sum +++ b/conv/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/fileutils/go.mod b/fileutils/go.mod index 4acd978..a73128d 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.4.2 +require github.com/go-openapi/testify/v2 v2.5.0 go 1.25.0 diff --git a/fileutils/go.sum b/fileutils/go.sum index d679ea5..3fecac0 100644 --- a/fileutils/go.sum +++ b/fileutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/go.mod b/go.mod index 38252cd..3c6bb1c 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( 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 + github.com/go-openapi/testify/v2 v2.5.0 ) require go.yaml.in/yaml/v3 v3.0.4 // indirect diff --git a/go.sum b/go.sum index 3942a56..7ff4e01 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ 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= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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 95cad65..edb4ce3 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.4.2 +require github.com/go-openapi/testify/v2 v2.5.0 go 1.25.0 diff --git a/jsonname/go.sum b/jsonname/go.sum index d679ea5..3fecac0 100644 --- a/jsonname/go.sum +++ b/jsonname/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/jsonutils/adapters/easyjson/go.mod b/jsonutils/adapters/easyjson/go.mod index 287db81..31938b5 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.26.0 github.com/go-openapi/swag/typeutils v0.26.0 - github.com/go-openapi/testify/v2 v2.4.2 + github.com/go-openapi/testify/v2 v2.5.0 github.com/mailru/easyjson v0.9.2 ) require ( - github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.5.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 efd6fc4..b173b90 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.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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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.2 h1:dX8U45hQsZpxd80nLvDGihsQ/OxlvTkVUXH2r/8cb2M= diff --git a/jsonutils/adapters/testintegration/benchmarks/go.mod b/jsonutils/adapters/testintegration/benchmarks/go.mod index e02e821..853c2ae 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.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/go-openapi/testify/v2 v2.5.0 github.com/mailru/easyjson v0.9.2 ) require ( 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/go-openapi/testify/enable/yaml/v2 v2.5.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 efd6fc4..b173b90 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.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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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.2 h1:dX8U45hQsZpxd80nLvDGihsQ/OxlvTkVUXH2r/8cb2M= diff --git a/jsonutils/adapters/testintegration/go.mod b/jsonutils/adapters/testintegration/go.mod index cb81d03..6a03c7e 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.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/go-openapi/testify/v2 v2.5.0 github.com/mailru/easyjson v0.9.2 ) require ( 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/go-openapi/testify/enable/yaml/v2 v2.5.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 efd6fc4..b173b90 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.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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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.2 h1:dX8U45hQsZpxd80nLvDGihsQ/OxlvTkVUXH2r/8cb2M= diff --git a/jsonutils/fixtures_test/go.mod b/jsonutils/fixtures_test/go.mod index 055f70f..3db5c7a 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.4.2 - github.com/go-openapi/testify/v2 v2.4.2 + github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 + github.com/go-openapi/testify/v2 v2.5.0 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/jsonutils/fixtures_test/go.sum b/jsonutils/fixtures_test/go.sum index 3942a56..afa8488 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.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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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 f4eafc9..bcd37bf 100644 --- a/jsonutils/go.mod +++ b/jsonutils/go.mod @@ -4,11 +4,11 @@ require ( 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 + github.com/go-openapi/testify/v2 v2.5.0 ) require ( - github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 // indirect + github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/jsonutils/go.sum b/jsonutils/go.sum index 3942a56..afa8488 100644 --- a/jsonutils/go.sum +++ b/jsonutils/go.sum @@ -1,7 +1,7 @@ -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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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 00386ab..3597b8d 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.26.0 - github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 - github.com/go-openapi/testify/v2 v2.4.2 + github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 + github.com/go-openapi/testify/v2 v2.5.0 ) require ( diff --git a/loading/go.sum b/loading/go.sum index 3942a56..afa8488 100644 --- a/loading/go.sum +++ b/loading/go.sum @@ -1,7 +1,7 @@ -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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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 5990502..9c1cc2d 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.4.2 +require github.com/go-openapi/testify/v2 v2.5.0 go 1.25.0 diff --git a/mangling/go.sum b/mangling/go.sum index d679ea5..3fecac0 100644 --- a/mangling/go.sum +++ b/mangling/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/netutils/go.mod b/netutils/go.mod index 699c60c..2174406 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.4.2 +require github.com/go-openapi/testify/v2 v2.5.0 go 1.25.0 diff --git a/netutils/go.sum b/netutils/go.sum index d679ea5..3fecac0 100644 --- a/netutils/go.sum +++ b/netutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/stringutils/go.mod b/stringutils/go.mod index 53cd157..d6b3b27 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.4.2 +require github.com/go-openapi/testify/v2 v2.5.0 go 1.25.0 diff --git a/stringutils/go.sum b/stringutils/go.sum index d679ea5..3fecac0 100644 --- a/stringutils/go.sum +++ b/stringutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/typeutils/go.mod b/typeutils/go.mod index cf485e5..506990e 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.4.2 +require github.com/go-openapi/testify/v2 v2.5.0 go 1.25.0 diff --git a/typeutils/go.sum b/typeutils/go.sum index d679ea5..3fecac0 100644 --- a/typeutils/go.sum +++ b/typeutils/go.sum @@ -1,2 +1,2 @@ -github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= -github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= diff --git a/yamlutils/go.mod b/yamlutils/go.mod index c5dfb18..0d5cab0 100644 --- a/yamlutils/go.mod +++ b/yamlutils/go.mod @@ -5,8 +5,8 @@ require ( 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 + github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 + github.com/go-openapi/testify/v2 v2.5.0 go.yaml.in/yaml/v3 v3.0.4 ) diff --git a/yamlutils/go.sum b/yamlutils/go.sum index 3942a56..afa8488 100644 --- a/yamlutils/go.sum +++ b/yamlutils/go.sum @@ -1,7 +1,7 @@ -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= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0 h1:3hZD1fwydvCx/cc1R2uYNQirHqf2s6lqpKV3FcNTURA= +github.com/go-openapi/testify/enable/yaml/v2 v2.5.0/go.mod h1:TvDZKBH7ZbMaF3EqH2AwTvNQCmzyZq8K1agRjf1B+Nk= +github.com/go-openapi/testify/v2 v2.5.0 h1:UOCr63aAsMIDydZbZGqo5Ev01D4eydItRbekDuZMJLw= +github.com/go-openapi/testify/v2 v2.5.0/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= 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=