From b4b0cffe4571cb78d4fb2c1150ae3a1da685643e Mon Sep 17 00:00:00 2001 From: Jannik-Hm Date: Fri, 6 Mar 2026 20:57:08 +0100 Subject: [PATCH 1/2] updated dependency licenses --- .../GDTF-Mesh-Reader/{ => v2}/LICENSE | 0 Licenses/github.com/go-test/deep/LICENSE | 21 +++++++++++++++++++ Licenses/github.com/google/go-cmp/LICENSE | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) rename Licenses/github.com/Patch2PDF/GDTF-Mesh-Reader/{ => v2}/LICENSE (100%) create mode 100644 Licenses/github.com/go-test/deep/LICENSE diff --git a/Licenses/github.com/Patch2PDF/GDTF-Mesh-Reader/LICENSE b/Licenses/github.com/Patch2PDF/GDTF-Mesh-Reader/v2/LICENSE similarity index 100% rename from Licenses/github.com/Patch2PDF/GDTF-Mesh-Reader/LICENSE rename to Licenses/github.com/Patch2PDF/GDTF-Mesh-Reader/v2/LICENSE diff --git a/Licenses/github.com/go-test/deep/LICENSE b/Licenses/github.com/go-test/deep/LICENSE new file mode 100644 index 0000000..228ef16 --- /dev/null +++ b/Licenses/github.com/go-test/deep/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright 2015-2017 Daniel Nichter + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Licenses/github.com/google/go-cmp/LICENSE b/Licenses/github.com/google/go-cmp/LICENSE index d9b732c..32017f8 100644 --- a/Licenses/github.com/google/go-cmp/LICENSE +++ b/Licenses/github.com/google/go-cmp/LICENSE @@ -24,4 +24,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. From 91e036771800d7d53c22fa6a37b1d723c88287ec Mon Sep 17 00:00:00 2001 From: Jannik-Hm Date: Fri, 6 Mar 2026 20:57:30 +0100 Subject: [PATCH 2/2] bumped mesh reader module --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 90ec2ef..f9e1619 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Patch2PDF/GDTF-Parser go 1.25.4 -require github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1 +require github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/go.sum b/go.sum index 914bddd..51711e1 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1 h1:xc6xxlDRv9s19um206MW6lYsZU7sXOfHgROuo7PxTZg= -github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.0.1/go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8= +github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1.0 h1:Do1+QFw7sNf6B1lE8T9rokVGQQ3I1EhYqK7OPL4ep1Q= +github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1.0/go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8= 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/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=