Skip to content

Commit da265a3

Browse files
committed
renamed repo and module + temporarily point to local MVR-Parser until new release
1 parent a83196d commit da265a3

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
GDTFMeshReader "github.com/Patch2PDF/GDTF-Mesh-Reader/v2"
1212
MVRParser "github.com/Patch2PDF/MVR-Parser"
1313
MVRTypes "github.com/Patch2PDF/MVR-Parser/pkg/types"
14-
rasterizer "github.com/Patch2PDF/Rasterizer"
14+
rasterizer "github.com/Patch2PDF/Stagemodel-Rasterizer"
1515
)
1616

1717
var config = MVRTypes.MVRParserConfig{

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/Patch2PDF/Rasterizer
1+
module github.com/Patch2PDF/Stagemodel-Rasterizer
22

33
go 1.25.6
44

@@ -20,4 +20,4 @@ require (
2020

2121
// replace github.com/Patch2PDF/GDTF-Parser => ../GDTF-Parser
2222

23-
// replace github.com/Patch2PDF/MVR-Parser => ../MVR-Parser
23+
replace github.com/Patch2PDF/MVR-Parser => ../MVR-Parser

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1 h1:xc6xxlDRv9s19um206MW6lYsZU7sX
22
github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1/go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8=
33
github.com/Patch2PDF/GDTF-Parser v0.3.0 h1:aUPiTMJrlNW06nMdzxbRuqU4ZVsrskC14ZzKN7gsUz0=
44
github.com/Patch2PDF/GDTF-Parser v0.3.0/go.mod h1:4NWUS8fNAQJjQetvlZvrVE/lv2oFaEkuPUKc/r/TugE=
5-
github.com/Patch2PDF/MVR-Parser v0.1.0 h1:kTWvugPMNNDqRjMx/bhb71glcoet7dHiF8brGyi8ecc=
6-
github.com/Patch2PDF/MVR-Parser v0.1.0/go.mod h1:Zrm84J9+nE/e0F8i6d94Am4u4xbGt8AgVa2JNkLcCNg=
75
github.com/go-test/deep v1.0.1 h1:UQhStjbkDClarlmv0am7OXXO4/GaPdCGiUiMTvi28sg=
86
github.com/go-test/deep v1.0.1/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
97
github.com/qmuntal/gltf v0.28.0 h1:C4A1temWMPtcI2+qNfpfRq8FEJxoBGUN3ZZM8BCc+xU=

0 commit comments

Comments
 (0)