From 8453040b0b2b2833d7eb6c1a9d647a6a5bf88f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:25:21 +0000 Subject: [PATCH] Bump github.com/gmlewis/go3d from 0.0.2 to 0.0.4 Bumps [github.com/gmlewis/go3d](https://github.com/gmlewis/go3d) from 0.0.2 to 0.0.4. - [Release notes](https://github.com/gmlewis/go3d/releases) - [Commits](https://github.com/gmlewis/go3d/compare/v0.0.2...v0.0.4) --- updated-dependencies: - dependency-name: github.com/gmlewis/go3d dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 719b4a8..c504d9c 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( fyne.io/fyne/v2 v2.4.1 github.com/fogleman/gg v1.3.0 github.com/gmlewis/go-fonts v0.0.12 - github.com/gmlewis/go3d v0.0.2 + github.com/gmlewis/go3d v0.0.4 ) require ( diff --git a/go.sum b/go.sum index d9fe059..0523d2c 100644 --- a/go.sum +++ b/go.sum @@ -87,8 +87,9 @@ github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2/go.mod h1:eO7W361vml github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gmlewis/go-fonts v0.0.12 h1:u4ziTSwWy2Nv8Wbl+Wh6gA7gzMbEgHcL1gawP8VZuVo= github.com/gmlewis/go-fonts v0.0.12/go.mod h1:x+RRa9O2dyOF1lthI7E37Fyp3xjiYpJ1wcncBItXNZE= -github.com/gmlewis/go3d v0.0.2 h1:VtNVF1b9nW557xcIXoEYMVVprnKn6Iul/8IUbYeOMNM= github.com/gmlewis/go3d v0.0.2/go.mod h1:NQ7fN6W+8Nu+SEsFWMpMhy6IZlRBMb4hAwItuxqNMz0= +github.com/gmlewis/go3d v0.0.4 h1:2ymApzgFXKZJ0nFgItUAAXt2z8n5tPOz5Wtu/SGZ1As= +github.com/gmlewis/go3d v0.0.4/go.mod h1:kmNbdpGuKWLQCUigppF9tBmoHDLrsymSy6se+eBUOVk= github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 h1:zDw5v7qm4yH7N8C8uWd+8Ii9rROdgWxQuGoJ9WDXxfk= github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6/go.mod h1:9YTyiznxEY1fVinfM7RvRcjRHbw2xLBJ3AAGIT0I4Nw= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=