1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Add support for rendering terminal output with colors (#19497)

This commit is contained in:
Lauris BH
2022-06-09 00:46:39 +03:00
committed by GitHub
parent 8fee7c46c1
commit f92b7a6331
10 changed files with 466 additions and 0 deletions

1
go.mod
View File

@@ -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