Skip to content

Commit 26cff53

Browse files
committed
bump(gazelle): Bump gotreesitter to v0.19.1
- Update `gotreesitter` to `v0.19.1` in the Gazelle module and Bazel pin so the Go and Starlark dependency definitions stay aligned. - Remove obsolete transitive repository pins for `segmentio` and `jsonrpc2` to keep the external dependency set minimal.
1 parent 9bd29d1 commit 26cff53

3 files changed

Lines changed: 5 additions & 23 deletions

File tree

gazelle/deps.bzl

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -131,27 +131,15 @@ def go_deps():
131131
go_repository(
132132
name = "com_github_odvcencio_gotreesitter",
133133
importpath = "github.com/odvcencio/gotreesitter",
134-
sum = "h1:hYiUp3lFXlB+YEplv1KxRFM8IKAv1e5QcJcC3nKIsVI=",
135-
version = "v0.18.0",
134+
sum = "h1:OYp/gOvm/uQnmR1ZlBcp6bDOdN8HtRBS74cVrI3C/oc=",
135+
version = "v0.19.1",
136136
)
137137
go_repository(
138138
name = "com_github_pmezard_go_difflib",
139139
importpath = "github.com/pmezard/go-difflib",
140140
sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=",
141141
version = "v1.0.0",
142142
)
143-
go_repository(
144-
name = "com_github_segmentio_asm",
145-
importpath = "github.com/segmentio/asm",
146-
sum = "h1:WM03sfUOENvvKexOLp+pCqgb/WDjsi7EK8gIsICtzhc=",
147-
version = "v1.1.3",
148-
)
149-
go_repository(
150-
name = "com_github_segmentio_encoding",
151-
importpath = "github.com/segmentio/encoding",
152-
sum = "h1:WM4IBnxH8B9TakiM2QD5LyNl9JSndh88QbHqVC+Pauc=",
153-
version = "v0.3.4",
154-
)
155143
go_repository(
156144
name = "com_github_stretchr_objx",
157145
importpath = "github.com/stretchr/objx",
@@ -164,12 +152,6 @@ def go_deps():
164152
sum = "h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=",
165153
version = "v1.9.0",
166154
)
167-
go_repository(
168-
name = "dev_lsp_go_jsonrpc2",
169-
importpath = "go.lsp.dev/jsonrpc2",
170-
sum = "h1:Pr/YcXJoEOTMc/b6OTmcR1DPJ3mSWl/SWiU1Cct6VmI=",
171-
version = "v0.10.0",
172-
)
173155
go_repository(
174156
name = "in_gopkg_check_v1",
175157
importpath = "gopkg.in/check.v1",

gazelle/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/bmatcuk/doublestar/v4 v4.9.1
1212
github.com/emirpasic/gods v1.18.1
1313
github.com/ghodss/yaml v1.0.0
14-
github.com/odvcencio/gotreesitter v0.18.0
14+
github.com/odvcencio/gotreesitter v0.19.1
1515
github.com/stretchr/testify v1.9.0
1616
golang.org/x/sync v0.11.0
1717
gopkg.in/yaml.v2 v2.4.0

gazelle/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
1919
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
2020
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2121
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
22-
github.com/odvcencio/gotreesitter v0.18.0 h1:hYiUp3lFXlB+YEplv1KxRFM8IKAv1e5QcJcC3nKIsVI=
23-
github.com/odvcencio/gotreesitter v0.18.0/go.mod h1:MSmkQmznhGkdLcyQxiM813bi014e1Y1cpcDnm50meHs=
22+
github.com/odvcencio/gotreesitter v0.19.1 h1:OYp/gOvm/uQnmR1ZlBcp6bDOdN8HtRBS74cVrI3C/oc=
23+
github.com/odvcencio/gotreesitter v0.19.1/go.mod h1:hBVkghd0paaYAVwd2087vfwdeU984bQbMo9LvpE0moo=
2424
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2525
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
2626
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=

0 commit comments

Comments
 (0)