Skip to content

Commit c6a32dd

Browse files
DamienCassousapk
authored andcommitted
Update go-org to 0.1.9 (#9782)
* Update go-org to 0.1.9 What I did to generate this commit: $ go get github.com/niklasfasching/go-org * make vendor
1 parent 3ae5f8e commit c6a32dd

File tree

8 files changed

+20
-10
lines changed

8 files changed

+20
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require (
7070
github.com/microcosm-cc/bluemonday v0.0.0-20161012083705-f77f16ffc87a
7171
github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
7272
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
73-
github.com/niklasfasching/go-org v0.1.8
73+
github.com/niklasfasching/go-org v0.1.9
7474
github.com/oliamb/cutter v0.2.2
7575
github.com/pkg/errors v0.8.1
7676
github.com/pquerna/otp v0.0.0-20160912161815-54653902c20e

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc/go.mod h1:np1wUFZ6ty
402402
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
403403
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5 h1:BvoENQQU+fZ9uukda/RzCAL/191HHwJA5b13R6diVlY=
404404
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
405-
github.com/niklasfasching/go-org v0.1.8 h1:Kjvs6lP+LIILHhc9zIJ4Gu90a/pVY483if2Qmu8v4Fg=
406-
github.com/niklasfasching/go-org v0.1.8/go.mod h1:AsLD6X7djzRIz4/RFZu8vwRL0VGjUvGZCCH1Nz0VdrU=
405+
github.com/niklasfasching/go-org v0.1.9 h1:Toz8WMIt+qJb52uYEk1YD/muLuOOmRt1CfkV+bKVMkI=
406+
github.com/niklasfasching/go-org v0.1.9/go.mod h1:AsLD6X7djzRIz4/RFZu8vwRL0VGjUvGZCCH1Nz0VdrU=
407407
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
408408
github.com/oliamb/cutter v0.2.2 h1:Lfwkya0HHNU1YLnGv2hTkzHfasrSMkgv4Dn+5rmlk3k=
409409
github.com/oliamb/cutter v0.2.2/go.mod h1:4BenG2/4GuRBDbVm/OPahDVqbrOemzpPiG5mi1iryBU=

vendor/github.com/niklasfasching/go-org/org/document.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/niklasfasching/go-org/org/html_writer.go

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/niklasfasching/go-org/org/list.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/niklasfasching/go-org/org/org_writer.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/niklasfasching/go-org/org/paragraph.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ github.com/mschoch/smat
328328
github.com/msteinert/pam
329329
# github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
330330
github.com/nfnt/resize
331-
# github.com/niklasfasching/go-org v0.1.8
331+
# github.com/niklasfasching/go-org v0.1.9
332332
github.com/niklasfasching/go-org/org
333333
# github.com/oliamb/cutter v0.2.2
334334
github.com/oliamb/cutter

0 commit comments

Comments
 (0)