deps: Update go-org - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8524baee167fa6a8684569e7acff225c16c301c7
 (DIR) parent 90b0127f63e9cd5bf3a8bd4282237db224a3c263
 (HTM) Author: Niklas Fasching <niklas.fasching@gmail.com>
       Date:   Sun,  7 Jul 2019 21:54:37 +0200
       
       deps: Update go-org
       
       - added support for anonymous footnotes
       - changed source block html output to more closely resemble emacs org-export
         output
       
       Diffstat:
         M go.mod                              |       2 +-
         M go.sum                              |       4 ++--
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/go.mod b/go.mod
       @@ -37,7 +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/niklasfasching/go-org v0.1.1
                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
 (DIR) diff --git a/go.sum b/go.sum
       @@ -220,8 +220,8 @@ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6
        github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
        github.com/nicksnyder/go-i18n v1.10.0 h1:5AzlPKvXBH4qBzmZ09Ua9Gipyruv6uApMcrNZdo96+Q=
        github.com/nicksnyder/go-i18n v1.10.0/go.mod h1:HrK7VCrbOvQoUAQ7Vpy7i87N7JZZZ7R2xBGjv0j365Q=
       -github.com/niklasfasching/go-org v0.0.0-20190112190817-da99094e202f h1:XQqYaaEslPrQl81puWcHVAlt1l16dIQaWXYeEDbw9uI=
       -github.com/niklasfasching/go-org v0.0.0-20190112190817-da99094e202f/go.mod h1:AsLD6X7djzRIz4/RFZu8vwRL0VGjUvGZCCH1Nz0VdrU=
       +github.com/niklasfasching/go-org v0.1.1 h1:yoU+dQLuc8P1Y0nxY3DV9SoBQTXSy9CogEvhOXSq9/Q=
       +github.com/niklasfasching/go-org v0.1.1/go.mod h1:AsLD6X7djzRIz4/RFZu8vwRL0VGjUvGZCCH1Nz0VdrU=
        github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
        github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84 h1:fiKJgB4JDUd43CApkmCeTSQlWjtTtABrU2qsgbuP0BI=
        github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=