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-01-20 20:53:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-21 12:21:57 +0300
commit8585b388d27abde1ab6b6c63ad6addf4066ec8dd (patch)
tree0a285a4cd0310b99e3af23a5ef4185bac938f2a7 /go.mod
parentd61bee5e0916b5d2b388e66ef85c336312a21a06 (diff)
deps: Update go-org
Not really a new major version but it's used in production and apparently that means it should be a 1+. Will try to follow semver better from now on. Changes: - `#+OPTIONS: toc:1` now supports not just true/false but numbers to limit headline levels included in table of conents - bug fix latex fragment parsing
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 47e34c754..27b93adf3 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,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 v0.1.9
+ github.com/niklasfasching/go-org v1.0.0
github.com/olekukonko/tablewriter v0.0.4
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.8.1