deps: Update go-org to v1.1.0

- inline source blocks and exports
- result blocks and source block :exports parameter
- fix: html escaping in example blocks
- #+LINK based links
This commit is contained in:
Niklas Fasching
2020-04-17 16:09:17 +02:00
committed by Bjørn Erik Pedersen
parent 102ec2da7a
commit 2b28e5a9cb
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -34,7 +34,7 @@ require (
github.com/muesli/smartcrop v0.3.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nicksnyder/go-i18n v1.10.0
github.com/niklasfasching/go-org v1.0.0
github.com/niklasfasching/go-org v1.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.8.1