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>2019-08-31 14:15:08 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-31 16:03:12 +0300
commit8a8d4a6d97d181f1aaee639d35b198a27bb788e2 (patch)
tree9df3c726781de7cec133d306427ba052a69ad162 /go.mod
parent00297085db48cbb7949c9867012f6df38817fc29 (diff)
deps: Update go-org (fix descriptive lists)
</dt> and </dd> closing tags were broken, see https://github.com/niklasfasching/go-org/pull/9
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 cff19abc7..b309366e0 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,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.1.3
+ github.com/niklasfasching/go-org v0.1.4
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