From e35a84c2f80aa898312a4c7b0d2050d8a52a7e5b Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 28 Sep 2024 23:20:03 +0200
Subject: [PATCH] fix: import

---
 go.mod         | 2 +-
 go.sum         | 4 ++--
 transformer.go | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index c2f1b97..512f66e 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 fe48822..100e7b6 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 2d78222..1ee7c2f 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"
-- 
GitLab