summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGhislain Bourgeois <ghislain.bourgeois@bell.ca>2020-01-16 10:07:45 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-16 20:57:02 +0100
commit3efa1d81219a6e7b41c9676e9cab446741f69055 (patch)
tree1f900732e99f2c2a00f100dbf0399d8a9240d36d /go.mod
parent65ec8fe827efef5a14c4e1bc440a6df97d2f20a2 (diff)
deps: Update github.com/alecthomas/chroma
This new release improves YAML syntax highlighting.
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 a44bba7bf..47e34c754 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
- github.com/alecthomas/chroma v0.7.0
+ github.com/alecthomas/chroma v0.7.1
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.27.1