Skip to content

Commit e0fba66

Browse files
committed
bumped dependencies
1 parent 850304b commit e0fba66

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.25.6
55
require (
66
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2.0
77
github.com/Patch2PDF/GDTF-Parser v0.4.1
8-
github.com/Patch2PDF/MVR-Parser v0.4.0
8+
github.com/Patch2PDF/MVR-Parser v0.4.1
99
)
1010

1111
require golang.org/x/text v0.35.0 // indirect
1212

1313
require (
1414
github.com/qmuntal/gltf v0.28.0 // indirect
15-
golang.org/x/image v0.36.0
15+
golang.org/x/image v0.37.0
1616
golang.org/x/sync v0.20.0 // indirect
1717
)
1818

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2.0 h1:ykkdyTIl++IaxBbgo2WFF3/k4jy7I
22
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2.0/go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8=
33
github.com/Patch2PDF/GDTF-Parser v0.4.1 h1:RLmzQwIHGuEYc6C6hNtWA3HOpjhUizhkg36u0Px1a7E=
44
github.com/Patch2PDF/GDTF-Parser v0.4.1/go.mod h1:2l8WWbsYr4D0Uo069HMh9tImKtaUzy2+OeUpl7IN+S4=
5-
github.com/Patch2PDF/MVR-Parser v0.4.0 h1:omEtDUxLBMpaF0C//b93iX/1wr3z/0Eh5LlEIyV+sdQ=
6-
github.com/Patch2PDF/MVR-Parser v0.4.0/go.mod h1:2ekLlUhkPCkDli56afCQT/9EGdE/llx3NCF5E1+YiXc=
5+
github.com/Patch2PDF/MVR-Parser v0.4.1 h1:9DqlXT/XBGptuW6Kl94fNA+dwmxgPcMqCPhzyAgj+c0=
6+
github.com/Patch2PDF/MVR-Parser v0.4.1/go.mod h1:2ekLlUhkPCkDli56afCQT/9EGdE/llx3NCF5E1+YiXc=
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=
1010
github.com/qmuntal/gltf v0.28.0/go.mod h1:YoXZOt0Nc0kIfSKOLZIRoV4FycdC+GzE+3JgiAGYoMs=
11-
golang.org/x/image v0.36.0 h1:Iknbfm1afbgtwPTmHnS2gTM/6PPZfH+z2EFuOkSbqwc=
12-
golang.org/x/image v0.36.0/go.mod h1:YsWD2TyyGKiIX1kZlu9QfKIsQ4nAAK9bdgdrIsE7xy4=
11+
golang.org/x/image v0.37.0 h1:ZiRjArKI8GwxZOoEtUfhrBtaCN+4b/7709dlT6SSnQA=
12+
golang.org/x/image v0.37.0/go.mod h1:/3f6vaXC+6CEanU4KJxbcUZyEePbyKbaLoDOe4ehFYY=
1313
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
1414
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
1515
golang.org/x/text v0.35.0 h1:JOVx6vVDFokkpaq1AEptVzLTpDe9KGpj5tR4/X+ybL8=

0 commit comments

Comments
 (0)