summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorCarlos Alexandro Becker <caarlos0@users.noreply.github.com>2021-04-25 06:14:25 -0300
committerGitHub <noreply@github.com>2021-04-25 11:14:25 +0200
commit048418ba749d02eb3dde9d6895cedef2adaefefd (patch)
tree5fa7e6648f86e72cd5a295ce4341564a866596ed /go.mod
parenteebde0c2ac4964e91d26d8b0cf0ac43afcfd207f (diff)
deps: Update to Chroma v0.9.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index cda23eb14..8a13ac795 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.8.2
+ github.com/alecthomas/chroma v0.9.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.38.23
@@ -17,7 +17,6 @@ require (
github.com/bep/tmc v0.5.1
github.com/cli/safeexec v1.0.0
github.com/disintegration/gift v1.2.1
- github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/evanw/esbuild v0.11.13
github.com/fortytw2/leaktest v1.3.0