2019-10-23 23:03:17 -07:00
|
|
|
module gogs.io/gogs
|
|
|
|
|
|
2020-04-06 15:15:03 +08:00
|
|
|
go 1.14
|
2019-10-23 23:03:17 -07:00
|
|
|
|
|
|
|
|
require (
|
2020-11-28 01:54:35 +08:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2021-05-19 14:41:01 +08:00
|
|
|
github.com/editorconfig/editorconfig-core-go/v2 v2.4.1
|
2020-02-20 02:25:02 +08:00
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
2020-09-19 22:37:22 +08:00
|
|
|
github.com/go-macaron/binding v1.1.1
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196
|
2020-04-17 10:14:18 +08:00
|
|
|
github.com/go-macaron/captcha v0.2.0
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/go-macaron/csrf v0.0.0-20190812063352-946f6d303a4c
|
|
|
|
|
github.com/go-macaron/gzip v0.0.0-20160222043647-cad1c6580a07
|
2020-12-06 01:14:08 +08:00
|
|
|
github.com/go-macaron/i18n v0.6.0
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/go-macaron/session v0.0.0-20190805070824-1a3cdc6f5659
|
|
|
|
|
github.com/go-macaron/toolbox v0.0.0-20190813233741-94defb8383c6
|
|
|
|
|
github.com/gogs/chardet v0.0.0-20150115103509-2404f7772561
|
|
|
|
|
github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14
|
2020-10-25 18:04:50 +08:00
|
|
|
github.com/gogs/git-module v1.1.4
|
2020-01-29 02:41:31 +08:00
|
|
|
github.com/gogs/go-gogs-client v0.0.0-20200128182646-c69cb7680fd4
|
2019-11-05 23:12:06 -08:00
|
|
|
github.com/gogs/go-libravatar v0.0.0-20191106065024-33a75213d0a0
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/gogs/minwinsvc v0.0.0-20170301035411-95be6356811a
|
|
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
|
|
|
github.com/issue9/identicon v1.0.1
|
|
|
|
|
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
|
2021-12-17 18:52:48 +08:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/klauspost/compress v1.8.6 // indirect
|
|
|
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
2021-09-04 13:24:49 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
2020-04-14 10:03:30 +08:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
2020-05-04 18:48:23 +08:00
|
|
|
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
|
2021-12-15 23:58:49 +08:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.16
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
|
|
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
2020-03-30 00:24:44 +08:00
|
|
|
github.com/niklasfasching/go-org v0.1.9
|
2020-09-18 14:37:00 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.4
|
2020-03-31 17:55:33 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-12-17 18:54:58 +08:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2021-05-19 14:38:04 +08:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-11-28 01:58:35 +08:00
|
|
|
github.com/russross/blackfriday v1.6.0
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-03-30 00:25:12 +08:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
2021-05-19 14:39:08 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-09-21 20:26:47 +08:00
|
|
|
github.com/unknwon/cae v1.0.2
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/unknwon/com v1.0.1
|
|
|
|
|
github.com/unknwon/i18n v0.0.0-20190805065654-5c6446a380b6
|
|
|
|
|
github.com/unknwon/paginater v0.0.0-20170405233947-45e5d631308e
|
2020-11-09 23:42:36 +08:00
|
|
|
github.com/urfave/cli v1.22.5
|
2020-12-06 01:14:08 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
2021-12-15 23:58:49 +08:00
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
2021-09-04 13:24:49 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
2021-12-15 23:58:49 +08:00
|
|
|
golang.org/x/text v0.3.6
|
2020-09-06 17:02:25 +08:00
|
|
|
gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0
|
2019-10-23 23:03:17 -07:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2020-10-10 23:08:36 +08:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2019-10-23 23:03:17 -07:00
|
|
|
gopkg.in/ldap.v2 v2.5.1
|
2020-11-15 01:02:36 +08:00
|
|
|
gopkg.in/macaron.v1 v1.4.0
|
2020-10-25 18:34:05 +08:00
|
|
|
gorm.io/driver/mysql v1.0.3
|
2020-10-25 18:18:09 +08:00
|
|
|
gorm.io/driver/postgres v1.0.5
|
2020-11-28 03:28:00 +08:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
2020-10-25 18:18:33 +08:00
|
|
|
gorm.io/driver/sqlserver v1.0.5
|
2020-12-06 01:12:21 +08:00
|
|
|
gorm.io/gorm v1.20.8
|
2020-03-06 01:16:49 +08:00
|
|
|
unknwon.dev/clog/v2 v2.1.2
|
2020-03-27 22:34:06 +08:00
|
|
|
xorm.io/builder v0.3.6
|
2019-10-23 23:03:17 -07:00
|
|
|
xorm.io/core v0.7.2
|
|
|
|
|
xorm.io/xorm v0.8.0
|
|
|
|
|
)
|
2019-10-24 02:01:43 -07:00
|
|
|
|
2020-08-23 14:55:01 +08:00
|
|
|
// +heroku goVersion go1.15
|
2020-03-01 22:46:39 +08:00
|
|
|
// +heroku install ./
|