Use glamour and termev to render/colorize content (#181)
Merge branch 'master' into use-glamour select Glamour Theme based on BackgroundColor Merge branch 'master' into use-glamour Merge branch 'master' into use-glamour update termev update go.mod label color colorate use glamour for issue content Vendor: Add glamour Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/181 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
67
vendor/modules.txt
vendored
67
vendor/modules.txt
vendored
@@ -3,12 +3,54 @@ code.gitea.io/gitea-vet
|
||||
code.gitea.io/gitea-vet/checks
|
||||
# code.gitea.io/sdk/gitea v0.13.0
|
||||
code.gitea.io/sdk/gitea
|
||||
# github.com/alecthomas/chroma v0.7.3
|
||||
github.com/alecthomas/chroma
|
||||
github.com/alecthomas/chroma/formatters
|
||||
github.com/alecthomas/chroma/formatters/html
|
||||
github.com/alecthomas/chroma/formatters/svg
|
||||
github.com/alecthomas/chroma/lexers
|
||||
github.com/alecthomas/chroma/lexers/a
|
||||
github.com/alecthomas/chroma/lexers/b
|
||||
github.com/alecthomas/chroma/lexers/c
|
||||
github.com/alecthomas/chroma/lexers/circular
|
||||
github.com/alecthomas/chroma/lexers/d
|
||||
github.com/alecthomas/chroma/lexers/e
|
||||
github.com/alecthomas/chroma/lexers/f
|
||||
github.com/alecthomas/chroma/lexers/g
|
||||
github.com/alecthomas/chroma/lexers/h
|
||||
github.com/alecthomas/chroma/lexers/i
|
||||
github.com/alecthomas/chroma/lexers/internal
|
||||
github.com/alecthomas/chroma/lexers/j
|
||||
github.com/alecthomas/chroma/lexers/k
|
||||
github.com/alecthomas/chroma/lexers/l
|
||||
github.com/alecthomas/chroma/lexers/m
|
||||
github.com/alecthomas/chroma/lexers/n
|
||||
github.com/alecthomas/chroma/lexers/o
|
||||
github.com/alecthomas/chroma/lexers/p
|
||||
github.com/alecthomas/chroma/lexers/q
|
||||
github.com/alecthomas/chroma/lexers/r
|
||||
github.com/alecthomas/chroma/lexers/s
|
||||
github.com/alecthomas/chroma/lexers/t
|
||||
github.com/alecthomas/chroma/lexers/v
|
||||
github.com/alecthomas/chroma/lexers/w
|
||||
github.com/alecthomas/chroma/lexers/x
|
||||
github.com/alecthomas/chroma/lexers/y
|
||||
github.com/alecthomas/chroma/quick
|
||||
github.com/alecthomas/chroma/styles
|
||||
# github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
|
||||
github.com/araddon/dateparse
|
||||
# github.com/charmbracelet/glamour v0.2.0
|
||||
github.com/charmbracelet/glamour
|
||||
github.com/charmbracelet/glamour/ansi
|
||||
# github.com/cpuguy83/go-md2man/v2 v2.0.0
|
||||
github.com/cpuguy83/go-md2man/v2/md2man
|
||||
# github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
|
||||
github.com/danwakefield/fnmatch
|
||||
# github.com/davecgh/go-spew v1.1.1
|
||||
github.com/davecgh/go-spew/spew
|
||||
# github.com/dlclark/regexp2 v1.2.0
|
||||
github.com/dlclark/regexp2
|
||||
github.com/dlclark/regexp2/syntax
|
||||
# github.com/emirpasic/gods v1.12.0
|
||||
github.com/emirpasic/gods/containers
|
||||
github.com/emirpasic/gods/lists
|
||||
@@ -78,10 +120,23 @@ github.com/imdario/mergo
|
||||
github.com/jbenet/go-context/io
|
||||
# github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
|
||||
github.com/kevinburke/ssh_config
|
||||
# github.com/lucasb-eyer/go-colorful v1.0.3
|
||||
github.com/lucasb-eyer/go-colorful
|
||||
# github.com/mattn/go-isatty v0.0.12
|
||||
github.com/mattn/go-isatty
|
||||
# github.com/mattn/go-runewidth v0.0.9
|
||||
github.com/mattn/go-runewidth
|
||||
# github.com/microcosm-cc/bluemonday v1.0.2
|
||||
github.com/microcosm-cc/bluemonday
|
||||
# github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/mitchellh/go-homedir
|
||||
# github.com/muesli/reflow v0.1.0
|
||||
github.com/muesli/reflow/ansi
|
||||
github.com/muesli/reflow/indent
|
||||
github.com/muesli/reflow/padding
|
||||
github.com/muesli/reflow/wordwrap
|
||||
# github.com/muesli/termenv v0.7.2
|
||||
github.com/muesli/termenv
|
||||
# github.com/olekukonko/tablewriter v0.0.4
|
||||
github.com/olekukonko/tablewriter
|
||||
# github.com/pmezard/go-difflib v1.0.0
|
||||
@@ -100,6 +155,16 @@ github.com/stretchr/testify/assert
|
||||
github.com/urfave/cli/v2
|
||||
# github.com/xanzy/ssh-agent v0.2.1
|
||||
github.com/xanzy/ssh-agent
|
||||
# github.com/yuin/goldmark v1.2.0
|
||||
github.com/yuin/goldmark
|
||||
github.com/yuin/goldmark/ast
|
||||
github.com/yuin/goldmark/extension
|
||||
github.com/yuin/goldmark/extension/ast
|
||||
github.com/yuin/goldmark/parser
|
||||
github.com/yuin/goldmark/renderer
|
||||
github.com/yuin/goldmark/renderer/html
|
||||
github.com/yuin/goldmark/text
|
||||
github.com/yuin/goldmark/util
|
||||
# golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
||||
golang.org/x/crypto/blowfish
|
||||
golang.org/x/crypto/cast5
|
||||
@@ -122,6 +187,8 @@ golang.org/x/crypto/ssh/knownhosts
|
||||
golang.org/x/crypto/ssh/terminal
|
||||
# golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||
golang.org/x/net/context
|
||||
golang.org/x/net/html
|
||||
golang.org/x/net/html/atom
|
||||
golang.org/x/net/internal/socks
|
||||
golang.org/x/net/proxy
|
||||
# golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
||||
|
||||
Reference in New Issue
Block a user