2019-10-23 23:03:17 -07:00
|
|
|
module gogs.io/gogs
|
|
|
|
|
|
2022-03-16 12:18:27 +08:00
|
|
|
go 1.16
|
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
|
2022-01-04 11:27:30 +08:00
|
|
|
github.com/bgentry/speakeasy v0.1.0 // indirect
|
2022-03-21 18:49:41 +08:00
|
|
|
github.com/editorconfig/editorconfig-core-go/v2 v2.4.4
|
2020-02-20 02:25:02 +08:00
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
2022-02-28 19:10:46 +08:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.2
|
2021-12-20 18:43:49 +08:00
|
|
|
github.com/go-macaron/binding v1.2.0
|
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
|
2022-04-05 16:45:01 +08:00
|
|
|
github.com/gogs/git-module v1.6.0
|
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
|
2022-01-04 14:31:46 +08:00
|
|
|
github.com/issue9/identicon v1.2.1
|
2019-10-23 23:03:17 -07:00
|
|
|
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
|
2022-02-14 22:15:00 +08:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.18
|
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
|
2022-03-07 23:07:29 +08:00
|
|
|
github.com/niklasfasching/go-org v1.6.2
|
2022-01-04 14:33:52 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
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
|
2022-02-07 23:24:37 +08:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
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
|
2021-12-28 12:00:44 +08:00
|
|
|
github.com/sergi/go-diff v1.2.0
|
2019-10-23 23:03:17 -07:00
|
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
2022-03-21 18:49:11 +08:00
|
|
|
github.com/stretchr/testify v1.7.1
|
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
|
2022-04-01 09:54:42 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
|
|
|
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
|
2021-12-20 18:42:29 +08:00
|
|
|
golang.org/x/text v0.3.7
|
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/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2022-02-14 22:14:25 +08:00
|
|
|
gopkg.in/ini.v1 v1.66.4
|
2020-11-15 01:02:36 +08:00
|
|
|
gopkg.in/macaron.v1 v1.4.0
|
2022-03-08 20:44:30 +08:00
|
|
|
gorm.io/driver/mysql v1.3.2
|
2022-04-05 16:39:27 +08:00
|
|
|
gorm.io/driver/postgres v1.3.3
|
2020-11-28 03:28:00 +08:00
|
|
|
gorm.io/driver/sqlite v1.1.4
|
2022-03-08 20:44:30 +08:00
|
|
|
gorm.io/driver/sqlserver v1.3.1
|
2022-04-05 16:48:54 +08:00
|
|
|
gorm.io/gorm v1.23.4
|
2021-12-20 19:03:33 +08:00
|
|
|
unknwon.dev/clog/v2 v2.2.0
|
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
|
|
|
|
2022-03-16 12:18:27 +08:00
|
|
|
// +heroku goVersion go1.16
|
2020-03-01 22:46:39 +08:00
|
|
|
// +heroku install ./
|