2019-03-27 11:15:23 +00:00
|
|
|
module code.gitea.io/gitea
|
|
|
|
|
2020-03-20 14:29:31 +00:00
|
|
|
go 1.14
|
2019-03-27 11:15:23 +00:00
|
|
|
|
|
|
|
require (
|
2019-09-04 19:53:54 +00:00
|
|
|
cloud.google.com/go v0.45.0 // indirect
|
2020-04-05 06:20:50 +00:00
|
|
|
gitea.com/jolheiser/gitea-vet v0.1.0
|
2020-05-04 06:51:09 +00:00
|
|
|
gitea.com/lunny/levelqueue v0.3.0
|
2019-08-23 16:40:30 +00:00
|
|
|
gitea.com/macaron/binding v0.0.0-20190822013154-a5f53841ed2b
|
|
|
|
gitea.com/macaron/cache v0.0.0-20190822004001-a6e7fee4ee76
|
|
|
|
gitea.com/macaron/captcha v0.0.0-20190822015246-daa973478bae
|
2020-02-28 09:51:18 +00:00
|
|
|
gitea.com/macaron/cors v0.0.0-20190826180238-95aec09ea8b4
|
2019-08-23 16:40:30 +00:00
|
|
|
gitea.com/macaron/csrf v0.0.0-20190822024205-3dc5a4474439
|
2020-02-28 09:51:18 +00:00
|
|
|
gitea.com/macaron/gzip v0.0.0-20191118041502-506895b47aae
|
2019-08-23 16:40:30 +00:00
|
|
|
gitea.com/macaron/i18n v0.0.0-20190822004228-474e714e2223
|
|
|
|
gitea.com/macaron/inject v0.0.0-20190805023432-d4c86e31027a
|
2020-01-05 14:27:25 +00:00
|
|
|
gitea.com/macaron/macaron v1.4.0
|
2020-02-28 09:51:18 +00:00
|
|
|
gitea.com/macaron/session v0.0.0-20191207215012-613cebf0674d
|
2019-08-23 16:40:30 +00:00
|
|
|
gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7
|
2020-04-03 19:29:12 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-07-11 21:07:52 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
2020-05-10 05:40:54 +00:00
|
|
|
github.com/RoaringBitmap/roaring v0.4.23 // indirect
|
2020-07-27 17:18:02 +00:00
|
|
|
github.com/alecthomas/chroma v0.8.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
2020-05-10 05:40:54 +00:00
|
|
|
github.com/blevesearch/bleve v1.0.7
|
2019-12-19 02:03:26 +00:00
|
|
|
github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2 // indirect
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
|
|
|
|
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
|
|
|
|
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
|
2020-05-10 17:42:52 +00:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc
|
2019-07-06 15:16:43 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-02-03 19:50:37 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2019-10-15 21:24:16 +00:00
|
|
|
github.com/editorconfig/editorconfig-core-go/v2 v2.1.1
|
2019-04-19 12:17:27 +00:00
|
|
|
github.com/emirpasic/gods v1.12.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/ethantkoenig/rupture v0.0.0-20180203182544-0a76f03a811a
|
|
|
|
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
|
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
|
|
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
|
2019-07-07 01:28:09 +00:00
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
2019-11-27 09:23:33 +00:00
|
|
|
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
2020-05-29 06:20:01 +00:00
|
|
|
github.com/go-enry/go-enry/v2 v2.5.2
|
2020-03-17 16:19:58 +00:00
|
|
|
github.com/go-git/go-billy/v5 v5.0.0
|
2020-06-17 23:29:38 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.1.0
|
2019-09-12 11:58:32 +00:00
|
|
|
github.com/go-openapi/jsonreference v0.19.3 // indirect
|
2019-04-08 09:05:15 +00:00
|
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
2020-07-11 21:07:52 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2019-12-18 15:05:30 +00:00
|
|
|
github.com/go-swagger/go-swagger v0.21.0
|
2020-06-17 19:07:58 +00:00
|
|
|
github.com/go-testfixtures/testfixtures/v3 v3.2.0
|
2019-09-09 05:48:21 +00:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2019-12-14 00:15:48 +00:00
|
|
|
github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28
|
2019-07-16 00:13:03 +00:00
|
|
|
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
|
2020-05-10 05:40:54 +00:00
|
|
|
github.com/golang/protobuf v1.4.1 // indirect
|
2019-05-07 01:12:51 +00:00
|
|
|
github.com/google/go-github/v24 v24.0.1
|
2020-06-18 09:18:44 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/gorilla/context v1.1.1
|
2020-04-19 20:23:05 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
|
2020-01-28 13:57:15 +00:00
|
|
|
github.com/huandu/xstrings v1.3.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/issue9/assert v1.3.2 // indirect
|
2020-05-10 10:23:17 +00:00
|
|
|
github.com/issue9/identicon v1.0.1
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/jaytaylor/html2text v0.0.0-20160923191438-8fb95d837f7d
|
|
|
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
|
2020-02-11 18:58:23 +00:00
|
|
|
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4
|
2020-02-28 09:51:18 +00:00
|
|
|
github.com/klauspost/compress v1.10.2
|
2019-10-17 09:26:49 +00:00
|
|
|
github.com/lafriks/xormstore v1.3.2
|
2020-06-16 11:57:38 +00:00
|
|
|
github.com/lib/pq v1.7.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
|
2019-09-12 11:58:32 +00:00
|
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
2020-02-24 17:08:43 +00:00
|
|
|
github.com/markbates/goth v1.61.2
|
2020-06-30 21:34:03 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2020-06-17 19:07:58 +00:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible
|
2019-05-01 15:44:16 +00:00
|
|
|
github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
|
2020-04-03 19:29:12 +00:00
|
|
|
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
|
|
|
|
github.com/mgechev/revive v1.0.2
|
2020-06-05 20:47:39 +00:00
|
|
|
github.com/mholt/archiver/v3 v3.3.0
|
2020-04-07 20:08:47 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.3-0.20191119130333-0a75d7616912
|
2020-04-03 19:29:12 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
|
|
|
|
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
|
2020-01-16 08:27:41 +00:00
|
|
|
github.com/niklasfasching/go-org v0.1.9
|
2019-05-25 11:46:14 +00:00
|
|
|
github.com/oliamb/cutter v0.2.2
|
2020-02-13 06:06:17 +00:00
|
|
|
github.com/olivere/elastic/v7 v7.0.9
|
2020-04-03 19:29:12 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-10 12:50:16 +00:00
|
|
|
github.com/pquerna/otp v1.2.0
|
2019-08-28 06:55:22 +00:00
|
|
|
github.com/prometheus/client_golang v1.1.0
|
2019-12-18 15:05:30 +00:00
|
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
2019-08-28 06:55:22 +00:00
|
|
|
github.com/prometheus/procfs v0.0.4 // indirect
|
2019-11-22 23:33:31 +00:00
|
|
|
github.com/quasoft/websspi v1.0.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect
|
2020-03-17 16:19:58 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2019-06-02 21:43:47 +00:00
|
|
|
github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect
|
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
|
2019-08-28 06:55:22 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
|
2020-05-10 05:40:54 +00:00
|
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
2019-03-27 11:15:23 +00:00
|
|
|
github.com/tstranex/u2f v1.0.0
|
2020-01-05 14:27:25 +00:00
|
|
|
github.com/unknwon/com v1.0.1
|
2019-08-23 16:40:30 +00:00
|
|
|
github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
|
|
|
|
github.com/unknwon/paginater v0.0.0-20151104151617-7748a72e0141
|
2019-05-03 12:49:14 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2020-04-19 20:23:05 +00:00
|
|
|
github.com/xanzy/go-gitlab v0.31.0
|
2020-05-10 08:53:04 +00:00
|
|
|
github.com/yohcop/openid-go v1.0.0
|
2020-06-25 02:43:18 +00:00
|
|
|
github.com/yuin/goldmark v1.1.32
|
2020-07-07 22:30:21 +00:00
|
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
|
2020-04-09 10:54:50 +00:00
|
|
|
github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60
|
2020-06-17 23:29:38 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
2020-04-19 20:23:05 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-06-17 23:29:38 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
|
2019-06-19 02:14:15 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2020-04-19 20:23:05 +00:00
|
|
|
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
|
2020-04-05 06:20:50 +00:00
|
|
|
golang.org/x/tools v0.0.0-20200325010219-a49f79bcc224
|
2020-04-19 20:23:05 +00:00
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2019-03-27 11:15:23 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2020-02-28 09:51:18 +00:00
|
|
|
gopkg.in/ini.v1 v1.52.0
|
2019-03-27 11:15:23 +00:00
|
|
|
gopkg.in/ldap.v3 v3.0.2
|
2020-06-17 19:07:58 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-10-14 00:38:15 +00:00
|
|
|
mvdan.cc/xurls/v2 v2.1.0
|
2019-10-08 19:48:57 +00:00
|
|
|
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
|
2020-03-22 15:12:55 +00:00
|
|
|
xorm.io/builder v0.3.7
|
2020-07-21 12:28:27 +00:00
|
|
|
xorm.io/xorm v1.0.4-0.20200718080127-318102c9ff87
|
2019-03-27 11:15:23 +00:00
|
|
|
)
|