Test new approach with AST (AI assisted)
diff --git a/go.mod b/go.mod
index 92a0861..edf6152 100644
--- a/go.mod
+++ b/go.mod
@@ -1,21 +1,11 @@
-module github.com/KorAP/KoralPipe-TermMapper
+module github.com/KorAP/KoralPipe-TermMapper2
go 1.22.2
-require (
- github.com/rs/zerolog v1.34.0
- github.com/stretchr/testify v1.10.0
- github.com/tidwall/gjson v1.18.0
- github.com/tidwall/sjson v1.2.5
-)
+require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/tidwall/match v1.1.1 // indirect
- github.com/tidwall/pretty v1.2.0 // indirect
- golang.org/x/sys v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)