diff --git a/go.mod b/go.mod index 79ff2db..1f2e194 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/alecthomas/chroma v0.7.0 github.com/microcosm-cc/bluemonday v1.0.2 github.com/muesli/reflow v0.0.0-20191216070243-e5efeac4e302 - github.com/muesli/termenv v0.0.0-20200114005430-a7aeffd54956 + github.com/muesli/termenv v0.2.0 github.com/olekukonko/tablewriter v0.0.4 github.com/yuin/goldmark v1.1.19 ) diff --git a/go.sum b/go.sum index 7686771..786158a 100644 --- a/go.sum +++ b/go.sum @@ -40,8 +40,8 @@ github.com/microcosm-cc/bluemonday v1.0.2/go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/le github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/muesli/reflow v0.0.0-20191216070243-e5efeac4e302 h1:jOh3Kh03uOFkRPV3PI4Am5tqACv2aELgbPgr7YgNX00= github.com/muesli/reflow v0.0.0-20191216070243-e5efeac4e302/go.mod h1:I9bWAt7QTg/que/qmUCJBGlj7wEq8OAFBjPNjc6xK4I= -github.com/muesli/termenv v0.0.0-20200114005430-a7aeffd54956 h1:OZIYilqRi/+iIIY/9SfuRpZIujheG5Stml2tI1PpAkM= -github.com/muesli/termenv v0.0.0-20200114005430-a7aeffd54956/go.mod h1:QAW21ZWi5eDIAoYsevV52sibdVVCl44P+TvI0C0VKEU= +github.com/muesli/termenv v0.2.0 h1:ndm3eEL62aIpsrPlwLLUIFRvM5E/4mmAhtbAI1TaHGY= +github.com/muesli/termenv v0.2.0/go.mod h1:w4z90GOtP0+Cqm08fVBQ1RlXtVQ9MyHrV/ZtQ3869SM= github.com/nkovacs/streamquote v0.0.0-20170412213628-49af9bddb229/go.mod h1:0aYXnNPJ8l7uZxf45rWW1a/uME32OF0rhiYGNQ2oF2E= github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8= github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA= diff --git a/testdata/enumeration.test b/testdata/enumeration.test index a2e861d..2eb6345 100644 --- a/testdata/enumeration.test +++ b/testdata/enumeration.test @@ -1,3 +1,3 @@ -1. First Item                                                                    -2. Second Item                                                                   +1. First Item                                                                    +2. Second Item                                                                   diff --git a/testdata/heading.test b/testdata/heading.test index 8e99b95..a87d8ef 100644 --- a/testdata/heading.test +++ b/testdata/heading.test @@ -1,3 +1,3 @@ - => h1 <=  - ## h2  - ### h3 \ No newline at end of file + => h1 <=  + ## h2  + ### h3 \ No newline at end of file diff --git a/testdata/image.test b/testdata/image.test index c3b0c71..bce276f 100644 --- a/testdata/image.test +++ b/testdata/image.test @@ -1 +1 @@ -Image [Image: https://charm.sh/logo.png].  +Image [Image: https://charm.sh/logo.png].  diff --git a/testdata/list.test b/testdata/list.test index 519763b..806f39c 100644 --- a/testdata/list.test +++ b/testdata/list.test @@ -1,4 +1,4 @@ -• First Item                                                                     -    • Nested List Item                                                           -• Second Item                                                                    +• First Item                                                                     +    • Nested List Item                                                           +• Second Item                                                                    diff --git a/testdata/task.test b/testdata/task.test index 86267ac..958c404 100644 --- a/testdata/task.test +++ b/testdata/task.test @@ -1,3 +1,3 @@ -✓ Finished Task                                                                  -✗ Outstanding Task                                                               +✓ Finished Task                                                                  +✗ Outstanding Task