summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorNiklas Fasching <niklas.fasching@gmail.com>2023-03-12 11:31:05 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-03-12 12:38:12 +0100
commit1c841ec914aa12f6cd354ddf929ac76c5397236e (patch)
tree320fec931fdbbb44466af1b905313eaf592edf00 /go.mod
parente7148f335fabf0170b8158d39cd2ea95bc04fd7e (diff)
deps: Update go-org to v1.6.6
among other things, fixes a race condition in html writer and bug preventing explicit line breaks immediately following emphasis
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 f39d424f3..394b18cc1 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,7 @@ require (
github.com/mitchellh/hashstructure v1.1.0
github.com/mitchellh/mapstructure v1.5.0
github.com/muesli/smartcrop v0.3.0
- github.com/niklasfasching/go-org v1.6.5
+ github.com/niklasfasching/go-org v1.6.6
github.com/olekukonko/tablewriter v0.0.5
github.com/pelletier/go-toml/v2 v2.0.6
github.com/rogpeppe/go-internal v1.9.0