diff --git a/go.mod b/go.mod index 70c7404..abd2ac8 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,8 @@ require ( github.com/niklasfasching/go-org v1.8.0 ) +replace github.com/niklasfasching/go-org => git.fz0x1.wtf/OrgWiki/go-org-orgwiki master + require ( github.com/dlclark/regexp2 v1.11.5 // indirect golang.org/x/net v0.38.0 // indirect