Remove pkg subfolder
diff --git a/cmd/termmapper/fuzz_test.go b/cmd/termmapper/fuzz_test.go
index ea80268..3075b31 100644
--- a/cmd/termmapper/fuzz_test.go
+++ b/cmd/termmapper/fuzz_test.go
@@ -13,7 +13,7 @@
 	"strings"
 	"testing"
 
-	"github.com/KorAP/KoralPipe-TermMapper2/pkg/mapper"
+	"github.com/KorAP/KoralPipe-TermMapper2/mapper"
 	"github.com/gofiber/fiber/v2"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"
diff --git a/cmd/termmapper/main.go b/cmd/termmapper/main.go
index e500af4..f962d7b 100644
--- a/cmd/termmapper/main.go
+++ b/cmd/termmapper/main.go
@@ -8,7 +8,7 @@
 	"strings"
 	"syscall"
 
-	"github.com/KorAP/KoralPipe-TermMapper2/pkg/mapper"
+	"github.com/KorAP/KoralPipe-TermMapper2/mapper"
 	"github.com/gofiber/fiber/v2"
 	"github.com/rs/zerolog"
 	"github.com/rs/zerolog/log"
diff --git a/cmd/termmapper/main_test.go b/cmd/termmapper/main_test.go
index 0387cc6..bd9f72e 100644
--- a/cmd/termmapper/main_test.go
+++ b/cmd/termmapper/main_test.go
@@ -10,7 +10,7 @@
 	"path/filepath"
 	"testing"
 
-	"github.com/KorAP/KoralPipe-TermMapper2/pkg/mapper"
+	"github.com/KorAP/KoralPipe-TermMapper2/mapper"
 	"github.com/gofiber/fiber/v2"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/require"