From 085872c2f3cc871c0935895ab31866dbf8454171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:20:13 +0200 Subject: [PATCH] Bump github.com/ncruces/aa from 0.3.1 to 0.3.2 (#311) Bumps [github.com/ncruces/aa](https://github.com/ncruces/aa) from 0.3.1 to 0.3.2. - [Commits](https://github.com/ncruces/aa/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/ncruces/aa dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 80d35a9..9a72042 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23.0 toolchain go1.24.0 require ( - github.com/ncruces/aa v0.3.1 + github.com/ncruces/aa v0.3.2 github.com/ncruces/julianday v1.0.0 github.com/ncruces/sort v0.1.5 github.com/tetratelabs/wazero v1.9.0 diff --git a/go.sum b/go.sum index 2c894bd..5d49d84 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/dchest/siphash v1.2.3 h1:QXwFc8cFOR2dSa/gE6o/HokBMWtLUaNDVd+22aKHeEA= github.com/dchest/siphash v1.2.3/go.mod h1:0NvQU092bT0ipiFN++/rXm69QG9tVxLAlQHIXMPAkHc= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/ncruces/aa v0.3.1 h1:DBfLYP6rQVjQHBdJTpJRVKS/cFkeczipTu1RBBaPfXU= -github.com/ncruces/aa v0.3.1/go.mod h1:ctOw1LVqfuqzqg2S9LlR045bLAiXtaTiPMCL3zzl7Ik= +github.com/ncruces/aa v0.3.2 h1:R6BQNQ/LYoIXUQmUxAAfpQZkaVjBZ4plIt8dE++xulM= +github.com/ncruces/aa v0.3.2/go.mod h1:ctOw1LVqfuqzqg2S9LlR045bLAiXtaTiPMCL3zzl7Ik= github.com/ncruces/julianday v1.0.0 h1:fH0OKwa7NWvniGQtxdJRxAgkBMolni2BjDHaWTxqt7M= github.com/ncruces/julianday v1.0.0/go.mod h1:Dusn2KvZrrovOMJuOt0TNXL6tB7U2E8kvza5fFc9G7g= github.com/ncruces/sort v0.1.5 h1:fiFWXXAqKI8QckPf/6hu/bGFwcEPrirIOFaJqWujs4k=