File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/mattn/go-isatty v0.0.18
1616 github.com/mitchellh/go-wordwrap v1.0.1
1717 github.com/sanity-io/litter v1.5.5
18- github.com/stretchr/testify v1.5 .0
18+ github.com/stretchr/testify v1.6 .0
1919 github.com/valyala/fasthttp v1.40.0
2020 github.com/xeipuuv/gojsonschema v1.2.0
2121 github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
@@ -42,4 +42,5 @@ require (
4242 github.com/yudai/pp v2.0.1+incompatible // indirect
4343 golang.org/x/sys v0.28.0 // indirect
4444 gopkg.in/yaml.v2 v2.4.0 // indirect
45+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
4546)
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
6262github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
6363github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
6464github.com/stretchr/testify v1.4.0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
65- github.com/stretchr/testify v1.5 .0 h1:DMOzIV76tmoDNE9pX6RSN0aDtCYeCg5VueieJaAo1uw =
66- github.com/stretchr/testify v1.5 .0 /go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA =
65+ github.com/stretchr/testify v1.6 .0 h1:jlIyCplCJFULU/01vCkhKuTyc3OorI3bJFuw6obfgho =
66+ github.com/stretchr/testify v1.6 .0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
6767github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502 /go.mod h1:p9lPsd+cx33L3H9nNoecRRxPssFKUwwI50I3pZ0yT+8 =
6868github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
6969github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
@@ -145,5 +145,7 @@ gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
145145gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
146146gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
147147gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
148+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
149+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
148150moul.io/http2curl/v2 v2.3.0 h1:9r3JfDzWPcbIklMOs2TnIFzDYvfAZvjeavG6EzP7jYs =
149151moul.io/http2curl/v2 v2.3.0 /go.mod h1:RW4hyBjTWSYDOxapodpNEtX0g5Eb16sxklBqmd2RHcE =
You can’t perform that action at this time.
0 commit comments