Skip to content

Commit e1e451a

Browse files
committed
bumped dependencies
1 parent e95d530 commit e1e451a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/Patch2PDF/Stagemodel-Rasterizer
33
go 1.25.6
44

55
require (
6-
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1
7-
github.com/Patch2PDF/GDTF-Parser v0.3.0
8-
github.com/Patch2PDF/MVR-Parser v0.2.0
6+
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1.0
7+
github.com/Patch2PDF/GDTF-Parser v0.4.0
8+
github.com/Patch2PDF/MVR-Parser v0.3.0
99
)
1010

1111
require golang.org/x/text v0.34.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1 h1:xc6xxlDRv9s19um206MW6lYsZU7sXOfHgROuo7PxTZg=
2-
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1/go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8=
3-
github.com/Patch2PDF/GDTF-Parser v0.3.0 h1:aUPiTMJrlNW06nMdzxbRuqU4ZVsrskC14ZzKN7gsUz0=
4-
github.com/Patch2PDF/GDTF-Parser v0.3.0/go.mod h1:4NWUS8fNAQJjQetvlZvrVE/lv2oFaEkuPUKc/r/TugE=
5-
github.com/Patch2PDF/MVR-Parser v0.2.0 h1:DeSFvosI2JdgoXJu8BADzngRgfXQN7sQkawg/zdzfrs=
6-
github.com/Patch2PDF/MVR-Parser v0.2.0/go.mod h1:Zrm84J9+nE/e0F8i6d94Am4u4xbGt8AgVa2JNkLcCNg=
1+
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1.0 h1:Do1+QFw7sNf6B1lE8T9rokVGQQ3I1EhYqK7OPL4ep1Q=
2+
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1.0/go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8=
3+
github.com/Patch2PDF/GDTF-Parser v0.4.0 h1:ZdZDxIjm4K63tTVtf48K0sYJCyppuID1m4P2b4QfvM8=
4+
github.com/Patch2PDF/GDTF-Parser v0.4.0/go.mod h1:i3hZmZ2wIJ294MllgqQ+wQn4RtuYIWL1KLSn9Gseqdw=
5+
github.com/Patch2PDF/MVR-Parser v0.3.0 h1:bdvRFxkTc0oK2uxo7o0SK0JMtcdJu+/e2nsKNmODE80=
6+
github.com/Patch2PDF/MVR-Parser v0.3.0/go.mod h1:DwJgsZcqTyn+eD3KG6OVUwHvpK56HjXFqGdI/UY4z+E=
77
github.com/go-test/deep v1.0.1 h1:UQhStjbkDClarlmv0am7OXXO4/GaPdCGiUiMTvi28sg=
88
github.com/go-test/deep v1.0.1/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
99
github.com/qmuntal/gltf v0.28.0 h1:C4A1temWMPtcI2+qNfpfRq8FEJxoBGUN3ZZM8BCc+xU=

0 commit comments

Comments
 (0)