|
@@ -1,13 +1,11 @@
|
|
|
module gogs.io/gogs
|
|
|
|
|
|
-go 1.16
|
|
|
+go 1.17
|
|
|
|
|
|
require (
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
|
|
- github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
|
github.com/derision-test/go-mockgen v1.3.3
|
|
|
github.com/editorconfig/editorconfig-core-go/v2 v2.4.5
|
|
|
- github.com/fatih/color v1.9.0 // indirect
|
|
|
github.com/go-ldap/ldap/v3 v3.4.4
|
|
|
github.com/go-macaron/binding v1.2.0
|
|
|
github.com/go-macaron/cache v0.0.0-20190810181446-10f7c57e2196
|
|
@@ -24,15 +22,9 @@ require (
|
|
|
github.com/gogs/go-libravatar v0.0.0-20191106065024-33a75213d0a0
|
|
|
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.2.1
|
|
|
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
|
|
|
github.com/json-iterator/go v1.1.12
|
|
|
- github.com/klauspost/compress v1.8.6 // indirect
|
|
|
- github.com/klauspost/cpuid v1.2.1 // indirect
|
|
|
- github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
- github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
|
- github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
|
|
|
github.com/microcosm-cc/bluemonday v1.0.19
|
|
|
github.com/msteinert/pam v0.0.0-20190215180659-f29b9f28d6f9
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
@@ -42,10 +34,8 @@ require (
|
|
|
github.com/pquerna/otp v1.3.0
|
|
|
github.com/prometheus/client_golang v1.12.2
|
|
|
github.com/russross/blackfriday v1.6.0
|
|
|
- github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
github.com/sergi/go-diff v1.2.0
|
|
|
- github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
|
github.com/stretchr/testify v1.8.0
|
|
|
github.com/unknwon/cae v1.0.2
|
|
|
github.com/unknwon/com v1.0.1
|
|
@@ -56,7 +46,6 @@ require (
|
|
|
golang.org/x/net v0.0.0-20220325170049-de3da57026de
|
|
|
golang.org/x/text v0.3.7
|
|
|
gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0
|
|
|
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
gopkg.in/ini.v1 v1.66.6
|
|
|
gopkg.in/macaron.v1 v1.4.0
|
|
@@ -72,5 +61,76 @@ require (
|
|
|
xorm.io/xorm v0.8.0
|
|
|
)
|
|
|
|
|
|
-// +heroku goVersion go1.16
|
|
|
+require (
|
|
|
+ github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect
|
|
|
+ github.com/aymerick/douceur v0.2.0 // indirect
|
|
|
+ github.com/beorn7/perks v1.0.1 // indirect
|
|
|
+ github.com/bgentry/speakeasy v0.1.0 // indirect
|
|
|
+ github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
|
+ github.com/bradfitz/gomemcache v0.0.0-20190329173943-551aad21a668 // indirect
|
|
|
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
+ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
|
+ github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
+ github.com/denisenkom/go-mssqldb v0.12.0 // indirect
|
|
|
+ github.com/fatih/color v1.9.0 // indirect
|
|
|
+ github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
|
|
|
+ github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 // indirect
|
|
|
+ github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
|
+ github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
|
|
+ github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
|
|
|
+ github.com/golang/protobuf v1.5.2 // indirect
|
|
|
+ github.com/google/go-querystring v1.0.0 // indirect
|
|
|
+ github.com/google/uuid v1.3.0 // indirect
|
|
|
+ github.com/gorilla/css v1.0.0 // indirect
|
|
|
+ github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
+ github.com/jackc/pgconn v1.12.1 // indirect
|
|
|
+ github.com/jackc/pgio v1.0.0 // indirect
|
|
|
+ github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
+ github.com/jackc/pgproto3/v2 v2.3.0 // indirect
|
|
|
+ github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
+ github.com/jackc/pgtype v1.11.0 // indirect
|
|
|
+ github.com/jackc/pgx/v4 v4.16.1 // indirect
|
|
|
+ github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
+ github.com/jinzhu/now v1.1.5 // indirect
|
|
|
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
+ github.com/klauspost/compress v1.8.6 // indirect
|
|
|
+ github.com/klauspost/cpuid v1.2.1 // indirect
|
|
|
+ github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
+ github.com/mattn/go-isatty v0.0.13 // indirect
|
|
|
+ github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
+ github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
|
|
|
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
+ github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
|
|
|
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
+ github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
+ github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
+ github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
+ github.com/prometheus/common v0.32.1 // indirect
|
|
|
+ github.com/prometheus/procfs v0.7.3 // indirect
|
|
|
+ github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
|
+ github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
|
+ github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
|
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
+ github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
|
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
|
+ golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
|
|
|
+ golang.org/x/tools v0.1.10 // indirect
|
|
|
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
+ google.golang.org/protobuf v1.26.0 // indirect
|
|
|
+ gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
+ gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e // indirect
|
|
|
+ gopkg.in/redis.v2 v2.3.2 // indirect
|
|
|
+ gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
+ lukechampine.com/uint128 v1.1.1 // indirect
|
|
|
+ modernc.org/cc/v3 v3.36.0 // indirect
|
|
|
+ modernc.org/ccgo/v3 v3.16.6 // indirect
|
|
|
+ modernc.org/libc v1.16.7 // indirect
|
|
|
+ modernc.org/mathutil v1.4.1 // indirect
|
|
|
+ modernc.org/memory v1.1.1 // indirect
|
|
|
+ modernc.org/opt v0.1.1 // indirect
|
|
|
+ modernc.org/strutil v1.1.1 // indirect
|
|
|
+ modernc.org/token v1.0.0 // indirect
|
|
|
+)
|
|
|
+
|
|
|
+// +heroku goVersion go1.17
|
|
|
// +heroku install ./
|