From 0121a0f4fff4e8b03378b0215a35b0309abf20af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:45:59 +0000 Subject: [PATCH] Bump github.com/chewxy/math32 in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [github.com/chewxy/math32](https://github.com/chewxy/math32). Updates `github.com/chewxy/math32` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/chewxy/math32/releases) - [Commits](https://github.com/chewxy/math32/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: github.com/chewxy/math32 dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-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 913f21b..d5f8208 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/TyphoonMC/TyphoonCore v0.0.3 github.com/aquilax/go-perlin v1.1.0 - github.com/chewxy/math32 v1.11.1 + github.com/chewxy/math32 v1.11.2 github.com/go-gl/gl v0.0.0-20260331235117-4566fea9a276 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20260406072232-3ac4aa2bb164 github.com/go-gl/mathgl v1.2.0 diff --git a/go.sum b/go.sum index 8185a2c..1e8dd8f 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/TyphoonMC/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5 h1:PmkiMBzbNG1 github.com/TyphoonMC/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5/go.mod h1:EA3G1ph1GIr+QuXTL9qq8IJihUI+kKd7NR5hyxP3bZM= github.com/aquilax/go-perlin v1.1.0 h1:Gg+3jQ24wT4Y5GI7TCRLmYarzUG0k+n/JATFqOimb7s= github.com/aquilax/go-perlin v1.1.0/go.mod h1:z9Rl7EM4BZY0Ikp2fEN1I5mKSOJ26HQpk0O2TBdN2HE= -github.com/chewxy/math32 v1.11.1 h1:b7PGHlp8KjylDoU8RrcEsRuGZhJuz8haxnKfuMMRqy8= -github.com/chewxy/math32 v1.11.1/go.mod h1:dOB2rcuFrCn6UHrze36WSLVPKtzPMRAQvBvUwkSsLqs= +github.com/chewxy/math32 v1.11.2 h1:IufN08Zwr1NKuWfY+4Tz55BcwKmyKKNdOP7KtumehnM= +github.com/chewxy/math32 v1.11.2/go.mod h1:dOB2rcuFrCn6UHrze36WSLVPKtzPMRAQvBvUwkSsLqs= github.com/go-gl/gl v0.0.0-20260331235117-4566fea9a276 h1:IO5P06Pcj9K04d+l4nrf3c2U56+dAotIFG6u4P1wAHI= github.com/go-gl/gl v0.0.0-20260331235117-4566fea9a276/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20260406072232-3ac4aa2bb164 h1:ddtotcEXIT7dFhSeXIWjK8YMFYl5bB2NdYQwgv6Uqjk=