File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55require (
66 github.com/jmespath-community/go-jmespath v1.1.0
7- github.com/springcomp/jsoncolor v0.3.2-rc2
87 github.com/urfave/cli v1.22.12
98)
109
@@ -13,6 +12,7 @@ require (
1312 github.com/fatih/color v1.15.0 // indirect
1413 github.com/mattn/go-colorable v0.1.13 // indirect
1514 github.com/mattn/go-isatty v0.0.17 // indirect
15+ github.com/nwidger/jsoncolor v0.3.2
1616 github.com/russross/blackfriday/v2 v2.1.0 // indirect
1717 golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
1818 golang.org/x/sys v0.6.0 // indirect
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOA
1717github.com/mattn/go-isatty v0.0.16 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
1818github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng =
1919github.com/mattn/go-isatty v0.0.17 /go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM =
20+ github.com/nwidger/jsoncolor v0.3.2 h1:rVJJlwAWDJShnbTYOQ5RM7yTA20INyKXlJ/fg4JMhHQ =
21+ github.com/nwidger/jsoncolor v0.3.2 /go.mod h1:Cs34umxLbJvgBMnVNVqhji9BhoT/N/KinHqZptQ7cf4 =
2022github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
2123github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2224github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
2325github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
24- github.com/springcomp/jsoncolor v0.3.2-rc2 h1:6iWfH3O8UW8NdyHg7wvH2R5Mwd7vrUXfBZdvQMyHnik =
25- github.com/springcomp/jsoncolor v0.3.2-rc2 /go.mod h1:AsAsacerXZjz6F3kg/bhfPdIPY8Sz8Ny8+0J9niPYIM =
2626github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
2727github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
2828github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
Original file line number Diff line number Diff line change 77 "os"
88
99 "github.com/jmespath-community/go-jmespath"
10- "github.com/springcomp /jsoncolor"
10+ "github.com/nwidger /jsoncolor"
1111 "github.com/urfave/cli"
1212)
1313
You can’t perform that action at this time.
0 commit comments