diff --git a/go.mod b/go.mod index f9e1619..649749c 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.1.0 +require github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2.0 require ( github.com/google/go-cmp v0.7.0 diff --git a/go.sum b/go.sum index 51711e1..b0078d8 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2.0 h1:ykkdyTIl++IaxBbgo2WFF3/k4jy7IwcQ5FsXWBG4Zhg= +github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2.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=