diff --git a/go.mod b/go.mod
index c2f1b972c775bcd3914804a5b1c53241eaa57d2e..512f66ea7b8cb5e896cab79d888a5dd043ff4e53 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,4 @@ go 1.22
 
 require github.com/volker-schukai/tokenizer v1.0.0
 
-require gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2
+require gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5
diff --git a/go.sum b/go.sum
index fe48822d46a43b02995c06b85d16ec91a23eee5c..100e7b6a241a7b4b39a48c61e2034148e598a6cb 100644
--- a/go.sum
+++ b/go.sum
@@ -11,8 +11,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
 github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
 github.com/volker-schukai/tokenizer v1.0.0 h1:wF4haFoCodq7lgAk8c+th/DZmpFpL2WVD8wDzAGU1mA=
 github.com/volker-schukai/tokenizer v1.0.0/go.mod h1:LPw7lLIxUnZgeg96818N7IvwLE1x8ya31J/Aa0aCq9M=
-gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2 h1:cbrnohA6SyqH6NGvYDyIFcrh3lH4DcwLcGUbmaSKWlY=
-gitlab.schukai.com/oss/libraries/go/utilities/pathfinder v0.9.2/go.mod h1:MqCBFv7DXKoBE2rZDc51LGvl2QI7Kz0D+XkQ0izj+ws=
+gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5 h1:PiDmw3O3UDubKILC+t7fKs+m9670a+b8SkrHq5Rkk9M=
+gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git v0.9.5/go.mod h1:HwXjaFUAxLv+qTN63xrPBO5DEVGuZNF859t29bhTsFQ=
 gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
diff --git a/transformer.go b/transformer.go
index 2d7822276d87b3ddb889ee42c6ae96e92215024d..1ee7c2f4f0b46fde71f59d07786dbbee9e14f1b8 100644
--- a/transformer.go
+++ b/transformer.go
@@ -13,7 +13,7 @@ import (
 	"errors"
 	"fmt"
 	"github.com/volker-schukai/tokenizer"
-	"gitlab.schukai.com/oss/libraries/go/utilities/pathfinder"
+	"gitlab.schukai.com/oss/libraries/go/utilities/pathfinder.git"
 	"html"
 	"math"
 	"net/url"