From 88440f47a7aa13e4be30d98100c0cb03b28b0d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:35:42 +0000 Subject: [PATCH 1/2] chore(deps): bump github.com/qmuntal/gltf in the minor group Bumps the minor group with 1 update: [github.com/qmuntal/gltf](https://github.com/qmuntal/gltf). Updates `github.com/qmuntal/gltf` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/qmuntal/gltf/releases) - [Commits](https://github.com/qmuntal/gltf/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: github.com/qmuntal/gltf dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... 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 3b4e79e..0dee61c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/blox-eng/goifc go 1.25.12 -require github.com/qmuntal/gltf v0.28.0 +require github.com/qmuntal/gltf v0.29.0 diff --git a/go.sum b/go.sum index c73bac2..9042264 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/go-test/deep v1.0.1 h1:UQhStjbkDClarlmv0am7OXXO4/GaPdCGiUiMTvi28sg= github.com/go-test/deep v1.0.1/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= -github.com/qmuntal/gltf v0.28.0 h1:C4A1temWMPtcI2+qNfpfRq8FEJxoBGUN3ZZM8BCc+xU= -github.com/qmuntal/gltf v0.28.0/go.mod h1:YoXZOt0Nc0kIfSKOLZIRoV4FycdC+GzE+3JgiAGYoMs= +github.com/qmuntal/gltf v0.29.0 h1:YfyKBpPfPJu862AhVokWKGUPD21aeUsN0DpGfkCG7+o= +github.com/qmuntal/gltf v0.29.0/go.mod h1:YoXZOt0Nc0kIfSKOLZIRoV4FycdC+GzE+3JgiAGYoMs= From 63093c360214ea1626b94cb4dd4c6287d7764080 Mon Sep 17 00:00:00 2001 From: Martin Yankovs Date: Thu, 24 Sep 2026 16:30:25 +0300 Subject: [PATCH 2/2] chore(deps): bump qmuntal/gltf to v0.29.0 in the parity module Dependabot bumps the root module only; parity/ pins the same indirect dependency and stops loading when the two disagree. Co-Authored-By: Claude Opus 5.5 (1M context) --- parity/go.mod | 2 +- parity/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parity/go.mod b/parity/go.mod index 12851f0..99b4ab3 100644 --- a/parity/go.mod +++ b/parity/go.mod @@ -4,6 +4,6 @@ go 1.25.12 require github.com/blox-eng/goifc v0.0.0 -require github.com/qmuntal/gltf v0.28.0 // indirect +require github.com/qmuntal/gltf v0.29.0 // indirect replace github.com/blox-eng/goifc => ../ diff --git a/parity/go.sum b/parity/go.sum index c73bac2..9042264 100644 --- a/parity/go.sum +++ b/parity/go.sum @@ -1,4 +1,4 @@ github.com/go-test/deep v1.0.1 h1:UQhStjbkDClarlmv0am7OXXO4/GaPdCGiUiMTvi28sg= github.com/go-test/deep v1.0.1/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= -github.com/qmuntal/gltf v0.28.0 h1:C4A1temWMPtcI2+qNfpfRq8FEJxoBGUN3ZZM8BCc+xU= -github.com/qmuntal/gltf v0.28.0/go.mod h1:YoXZOt0Nc0kIfSKOLZIRoV4FycdC+GzE+3JgiAGYoMs= +github.com/qmuntal/gltf v0.29.0 h1:YfyKBpPfPJu862AhVokWKGUPD21aeUsN0DpGfkCG7+o= +github.com/qmuntal/gltf v0.29.0/go.mod h1:YoXZOt0Nc0kIfSKOLZIRoV4FycdC+GzE+3JgiAGYoMs=