File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/itchyny/gojq v0.12.16
11
11
github.com/spf13/cobra v1.8.1
12
12
github.com/xeipuuv/gojsonschema v1.2.0
13
- golang.org/x/term v0.22 .0
13
+ golang.org/x/term v0.23 .0
14
14
gopkg.in/yaml.v3 v3.0.1
15
15
)
16
16
@@ -32,6 +32,6 @@ require (
32
32
github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect
33
33
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
34
34
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
35
- golang.org/x/sys v0.22 .0 // indirect
35
+ golang.org/x/sys v0.23 .0 // indirect
36
36
golang.org/x/text v0.13.0 // indirect
37
37
)
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17
68
68
github.com/xeipuuv/gojsonschema v1.2.0 /go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y =
69
69
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
70
70
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
71
- golang.org/x/sys v0.22 .0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI =
72
- golang.org/x/sys v0.22 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
73
- golang.org/x/term v0.22 .0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk =
74
- golang.org/x/term v0.22 .0 /go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4 =
71
+ golang.org/x/sys v0.23 .0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM =
72
+ golang.org/x/sys v0.23 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
73
+ golang.org/x/term v0.23 .0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU =
74
+ golang.org/x/term v0.23 .0 /go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk =
75
75
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k =
76
76
golang.org/x/text v0.13.0 /go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE =
77
77
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments