From a136f55a45daafb76c4a4ad717ae028c1f8ec50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:33:56 +0000 Subject: [PATCH] chore(deps): bump github.com/odvcencio/gotreesitter Bumps [github.com/odvcencio/gotreesitter](https://github.com/odvcencio/gotreesitter) from 0.20.2 to 0.20.9. - [Release notes](https://github.com/odvcencio/gotreesitter/releases) - [Changelog](https://github.com/odvcencio/gotreesitter/blob/v0.20.9/CHANGELOG.md) - [Commits](https://github.com/odvcencio/gotreesitter/compare/v0.20.2...v0.20.9) --- updated-dependencies: - dependency-name: github.com/odvcencio/gotreesitter dependency-version: 0.20.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 15c24be..599a777 100644 --- a/go.mod +++ b/go.mod @@ -9,6 +9,7 @@ require ( github.com/charmbracelet/lipgloss v1.1.0 github.com/cinar/resile v1.0.5 github.com/dominikbraun/graph v0.23.0 + github.com/fsnotify/fsnotify v1.10.1 github.com/go-git/go-git/v5 v5.19.1 github.com/go-git/go-git/v6 v6.0.0-alpha.4 github.com/go-playground/validator/v10 v10.30.3 @@ -16,7 +17,7 @@ require ( github.com/mattn/go-isatty v0.0.22 github.com/modelcontextprotocol/go-sdk v1.6.1 github.com/ncruces/go-sqlite3 v0.20.0 - github.com/odvcencio/gotreesitter v0.20.2 + github.com/odvcencio/gotreesitter v0.20.9 github.com/pelletier/go-toml/v2 v2.3.1 github.com/pmezard/go-difflib v1.0.0 github.com/spf13/cobra v1.10.2 @@ -44,7 +45,6 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect - github.com/fsnotify/fsnotify v1.10.1 // indirect github.com/gabriel-vasile/mimetype v1.4.13 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/gcfg/v2 v2.0.2 // indirect diff --git a/go.sum b/go.sum index 18213d0..80254e2 100644 --- a/go.sum +++ b/go.sum @@ -126,8 +126,8 @@ github.com/ncruces/go-sqlite3 v0.20.0 h1:/nBLvYxj7sk9S6y57nmMFvoQ/KJtGo0pNi8J80s github.com/ncruces/go-sqlite3 v0.20.0/go.mod h1:yL4ZNWGsr1/8pcLfpPW1RT1WFdvyeHonrgIwwi4rvkg= github.com/ncruces/julianday v1.0.0 h1:fH0OKwa7NWvniGQtxdJRxAgkBMolni2BjDHaWTxqt7M= github.com/ncruces/julianday v1.0.0/go.mod h1:Dusn2KvZrrovOMJuOt0TNXL6tB7U2E8kvza5fFc9G7g= -github.com/odvcencio/gotreesitter v0.20.2 h1:oWxGgy0WzLJKeiZB8EFzXDDlHYG/hqiZmWrW+81uwy4= -github.com/odvcencio/gotreesitter v0.20.2/go.mod h1:hBVkghd0paaYAVwd2087vfwdeU984bQbMo9LvpE0moo= +github.com/odvcencio/gotreesitter v0.20.9 h1:LLmWtJ3LZ8ReVr6IYsAOLgSlyEYefxFNu47Uz+7bwis= +github.com/odvcencio/gotreesitter v0.20.9/go.mod h1:hBVkghd0paaYAVwd2087vfwdeU984bQbMo9LvpE0moo= github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k= github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY= github.com/pelletier/go-toml/v2 v2.3.1 h1:MYEvvGnQjeNkRF1qUuGolNtNExTDwct51yp7olPtrEc=