From b6867bf8068fcaaddf1cb7478f4d52a9c1be1411 Mon Sep 17 00:00:00 2001 From: Niklas Fasching Date: Tue, 4 Jun 2019 12:21:25 +0200 Subject: Improve Org mode support: Replace goorgeous with go-org Sadly, goorgeous has not been updated in over a year and still has a lot of open issues (e.g. no support for nested lists). go-org fixes most of those issues and supports a larger subset of Org mode syntax. --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index db9ea361c..7ab06158c 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( github.com/bep/debounce v1.2.0 github.com/bep/gitmap v1.1.0 github.com/bep/go-tocss v0.6.0 - github.com/chaseadamsio/goorgeous v1.1.0 github.com/cpuguy83/go-md2man v1.0.8 // indirect github.com/disintegration/imaging v1.6.0 github.com/dustin/go-humanize v1.0.0 @@ -38,6 +37,7 @@ require ( github.com/muesli/smartcrop v0.0.0-20180228075044-f6ebaa786a12 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/nicksnyder/go-i18n v1.10.0 + github.com/niklasfasching/go-org v0.0.0-20190112190817-da99094e202f github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84 github.com/pelletier/go-toml v1.4.0 // indirect github.com/pkg/errors v0.8.1 @@ -67,6 +67,4 @@ require ( gopkg.in/yaml.v2 v2.2.2 ) -exclude github.com/chaseadamsio/goorgeous v2.0.0+incompatible - replace github.com/markbates/inflect => github.com/markbates/inflect v0.0.0-20171215194931-a12c3aec81a6 -- cgit v1.2.3