Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNiklas Fasching <niklas.fasching@gmail.com>2020-04-17 17:09:17 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-04-17 23:07:52 +0300
commit2b28e5a9cb79af2a8d70c80036f52bcf5399b9df (patch)
tree52326b04a945eca2335101eb9318fde6bf76fff7 /go.mod
parent102ec2da7adcc4afb7050b17989f0486f8379679 (diff)
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 904a642ca..601b37f0e 100644
--- a/go.mod
+++ b/go.mod
@@ -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