Skip to content

Commit 520e6d5

Browse files
authored
Merge pull request #326 from lets-cli/dependabot/go_modules/github.com/odvcencio/gotreesitter-0.12.1
Bump github.com/odvcencio/gotreesitter from 0.9.2 to 0.12.1
2 parents 760756d + c843b7a commit 520e6d5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1n
7979
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
8080
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
8181
github.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=
8484
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ=
8585
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=
8686
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)