From 3eb4cfaff547cc9cd01b17eead89d27269c3ce44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:13:27 +0000 Subject: [PATCH] Bump github.com/tidwall/rtree from 1.10.0 to 1.10.1 Bumps [github.com/tidwall/rtree](https://github.com/tidwall/rtree) from 1.10.0 to 1.10.1. - [Commits](https://github.com/tidwall/rtree/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/tidwall/rtree dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 105f576..8fb3fba 100644 --- a/go.mod +++ b/go.mod @@ -86,7 +86,7 @@ require ( github.com/mattn/go-colorable v0.1.15 // indirect github.com/mattn/go-isatty v0.0.23 // indirect github.com/rm-hull/godx v0.2.4 - github.com/tidwall/rtree v1.10.0 + github.com/tidwall/rtree v1.10.1 go.mongodb.org/mongo-driver v1.17.9 // indirect golang.org/x/sys v0.47.0 // indirect ) diff --git a/go.sum b/go.sum index fb33c6f..ed9128b 100644 --- a/go.sum +++ b/go.sum @@ -275,8 +275,8 @@ github.com/tidwall/geoindex v1.7.0 h1:jtk41sfgwIt8MEDyC3xyKSj75iXXf6rjReJGDNPtR5 github.com/tidwall/geoindex v1.7.0/go.mod h1:rvVVNEFfkJVWGUdEfU8QaoOg/9zFX0h9ofWzA60mz1I= github.com/tidwall/lotsa v1.0.2 h1:dNVBH5MErdaQ/xd9s769R31/n2dXavsQ0Yf4TMEHHw8= github.com/tidwall/lotsa v1.0.2/go.mod h1:X6NiU+4yHA3fE3Puvpnn1XMDrFZrE9JO2/w+UMuqgR8= -github.com/tidwall/rtree v1.10.0 h1:+EcI8fboEaW1L3/9oW/6AMoQ8HiEIHyR7bQOGnmz4Mg= -github.com/tidwall/rtree v1.10.0/go.mod h1:iDJQ9NBRtbfKkzZu02za+mIlaP+bjYPnunbSNidpbCQ= +github.com/tidwall/rtree v1.10.1 h1:hpnfjvw5Q7E8IzNViAG6jlyc1RNa+Nj9deGKHBEPlgk= +github.com/tidwall/rtree v1.10.1/go.mod h1:9ZTMZJGMIG0/QI2hlCS0LQM/bULKMnK3cruKip+9BiQ= github.com/tklauser/go-sysconf v0.3.16 h1:frioLaCQSsF5Cy1jgRBrzr6t502KIIwQ0MArYICU0nA= github.com/tklauser/go-sysconf v0.3.16/go.mod h1:/qNL9xxDhc7tx3HSRsLWNnuzbVfh3e7gh/BmM179nYI= github.com/tklauser/numcpus v0.11.0 h1:nSTwhKH5e1dMNsCdVBukSZrURJRoHbSEQjdEbY+9RXw=