summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2022-06-09 00:46:39 +0300
committerGitHub <noreply@github.com>2022-06-09 00:46:39 +0300
commitf92b7a633179332053f9fe78190a045637e5ee99 (patch)
tree708f7f073cca813e111a7b3baabde6110fb4f6f8 /go.mod
parent8fee7c46c16cbc1b46477cf600160f9668b9f5d0 (diff)
downloadgitea-f92b7a633179332053f9fe78190a045637e5ee99.tar.gz
gitea-f92b7a633179332053f9fe78190a045637e5ee99.zip
Add support for rendering terminal output with colors (#19497)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ed86dcdd9f..33f9893d10 100644
--- a/go.mod
+++ b/go.mod
@@ -15,6 +15,7 @@ require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/chroma v0.10.0
github.com/blevesearch/bleve/v2 v2.3.2
+ github.com/buildkite/terminal-to-html/v3 v3.6.1
github.com/caddyserver/certmagic v0.16.1
github.com/chi-middleware/proxy v1.1.1
github.com/denisenkom/go-mssqldb v0.12.0