mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
86e2789960
* update github.com/PuerkitoBio/goquery * update github.com/alecthomas/chroma * update github.com/blevesearch/bleve/v2 * update github.com/caddyserver/certmagic * update github.com/go-enry/go-enry/v2 * update github.com/go-git/go-billy/v5 * update github.com/go-git/go-git/v5 * update github.com/go-redis/redis/v8 * update github.com/go-testfixtures/testfixtures/v3 * update github.com/jaytaylor/html2text * update github.com/json-iterator/go * update github.com/klauspost/compress * update github.com/markbates/goth * update github.com/mattn/go-isatty * update github.com/mholt/archiver/v3 * update github.com/microcosm-cc/bluemonday * update github.com/minio/minio-go/v7 * update github.com/prometheus/client_golang * update github.com/unrolled/render * update github.com/xanzy/go-gitlab * update github.com/yuin/goldmark * update github.com/yuin/goldmark-highlighting Co-authored-by: techknowlogick <techknowlogick@gitea.io>
19 lines
687 B
Modula-2
Vendored
19 lines
687 B
Modula-2
Vendored
module github.com/alecthomas/chroma
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
|
|
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
|
|
github.com/alecthomas/kong v0.2.4
|
|
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
|
|
github.com/dlclark/regexp2 v1.4.0
|
|
github.com/mattn/go-colorable v0.1.6
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
|
)
|