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,13 +9,14 @@ 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/mattn/go-isatty v0.0.20
1213 github.com/odvcencio/gotreesitter v0.9.2
1314 github.com/pkg/errors v0.9.1
1415 github.com/sirupsen/logrus v1.9.3
1516 github.com/spf13/cobra v1.10.2
1617 github.com/tliron/commonlog v0.2.8
1718 github.com/tliron/glsp v0.2.2
18- golang.org/x/sync v0.3 .0
19+ golang.org/x/sync v0.20 .0
1920)
2021
2122require (
@@ -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 @@ -121,8 +121,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
121121golang.org/x/net v0.0.0-20200904194848-62affa334b73 /go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA =
122122golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM =
123123golang.org/x/net v0.17.0 /go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE =
124- golang.org/x/sync v0.3 .0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E =
125- golang.org/x/sync v0.3 .0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
124+ golang.org/x/sync v0.20 .0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4 =
125+ golang.org/x/sync v0.20 .0 /go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0 =
126126golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
127127golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
128128golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments