From e4f2612a9c353cddae7bcc84c2942a93fe8d6219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:54:15 +0000 Subject: [PATCH] chore(deps): bump github.com/odvcencio/gotreesitter Bumps the go-dependencies group with 1 update: [github.com/odvcencio/gotreesitter](https://github.com/odvcencio/gotreesitter). Updates `github.com/odvcencio/gotreesitter` from 0.20.8 to 0.22.3 - [Release notes](https://github.com/odvcencio/gotreesitter/releases) - [Changelog](https://github.com/odvcencio/gotreesitter/blob/main/CHANGELOG.md) - [Commits](https://github.com/odvcencio/gotreesitter/compare/v0.20.8...v0.22.3) --- updated-dependencies: - dependency-name: github.com/odvcencio/gotreesitter dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 55d518a..a64c454 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require gopkg.in/yaml.v3 v3.0.1 require ( github.com/kr/text v0.2.0 // indirect - github.com/odvcencio/gotreesitter v0.20.8 + github.com/odvcencio/gotreesitter v0.22.3 ) diff --git a/go.sum b/go.sum index 3419dc6..cb87799 100644 --- a/go.sum +++ b/go.sum @@ -3,8 +3,8 @@ github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/odvcencio/gotreesitter v0.20.8 h1:mY3v0ZtV0UktysT65LZs2U4CUUNRmoxCufZV2mC0o8g= -github.com/odvcencio/gotreesitter v0.20.8/go.mod h1:hBVkghd0paaYAVwd2087vfwdeU984bQbMo9LvpE0moo= +github.com/odvcencio/gotreesitter v0.22.3 h1:tPOLQ//VOszwF/ZRmEZDV+f0RBPfR0uXTDdE64Xaro0= +github.com/odvcencio/gotreesitter v0.22.3/go.mod h1:hBVkghd0paaYAVwd2087vfwdeU984bQbMo9LvpE0moo= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=