mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
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
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d61bee5e09
commit
8585b388d2
2
go.mod
2
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
|
||||
|
Reference in New Issue
Block a user