File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.26.4
55require (
66 github.com/itchyny/gojq v0.12.19
77 github.com/spf13/cobra v1.10.2
8- golang.org/x/term v0.44 .0
8+ golang.org/x/term v0.45 .0
99 golang.org/x/time v0.15.0
1010 gopkg.in/yaml.v3 v3.0.1
1111)
@@ -14,5 +14,5 @@ require (
1414 github.com/inconshreveable/mousetrap v1.1.0 // indirect
1515 github.com/itchyny/timefmt-go v0.1.8 // indirect
1616 github.com/spf13/pflag v1.0.9 // indirect
17- golang.org/x/sys v0.46 .0 // indirect
17+ golang.org/x/sys v0.47 .0 // indirect
1818)
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiT
1111github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
1212github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
1313go.yaml.in/yaml/v3 v3.0.4 /go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg =
14- golang.org/x/sys v0.46 .0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw =
15- golang.org/x/sys v0.46 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
16- golang.org/x/term v0.44 .0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc =
17- golang.org/x/term v0.44 .0 /go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y =
14+ golang.org/x/sys v0.47 .0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs =
15+ golang.org/x/sys v0.47 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
16+ golang.org/x/term v0.45 .0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0 =
17+ golang.org/x/term v0.45 .0 /go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w =
1818golang.org/x/time v0.15.0 h1:bbrp8t3bGUeFOx08pvsMYRTCVSMk89u4tKbNOZbp88U =
1919golang.org/x/time v0.15.0 /go.mod h1:Y4YMaQmXwGQZoFaVFk4YpCt4FLQMYKZe9oeV/f4MSno =
2020gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments