File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ require (
99 github.com/coreos/go-semver v0.3.1
1010 github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
1111 github.com/fatih/color v1.16.0
12- github.com/odvcencio/gotreesitter v0.9.2
12+ github.com/mattn/go-isatty v0.0.20
13+ github.com/odvcencio/gotreesitter v0.12.1
1314 github.com/pkg/errors v0.9.1
1415 github.com/sirupsen/logrus v1.9.3
1516 github.com/spf13/cobra v1.10.2
@@ -24,7 +25,6 @@ require (
2425 github.com/iancoleman/strcase v0.3.0 // indirect
2526 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2627 github.com/mattn/go-colorable v0.1.13 // indirect
27- github.com/mattn/go-isatty v0.0.20 // indirect
2828 github.com/mattn/go-runewidth v0.0.14 // indirect
2929 github.com/muesli/termenv v0.15.2 // indirect
3030 github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1n
7979github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs =
8080github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
8181github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d /go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U =
82- github.com/odvcencio/gotreesitter v0.9.2 h1:ZROpRS+bTcC1mwofBp53l66Jv00FH0ccViSwGVmaBBM =
83- github.com/odvcencio/gotreesitter v0.9.2 /go.mod h1:Sx+iYJBfw5xSWkSttLSuFvguJctlH+ma1BTxZ0MPCqo =
82+ github.com/odvcencio/gotreesitter v0.12.1 h1:bJI2ZH6K/A8Vdqqa+ilA6+V82JQ3wyCRlHsFEIKTSIY =
83+ github.com/odvcencio/gotreesitter v0.12.1 /go.mod h1:Sx+iYJBfw5xSWkSttLSuFvguJctlH+ma1BTxZ0MPCqo =
8484github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ =
8585github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 /go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o =
8686github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
You can’t perform that action at this time.
0 commit comments