summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 088f987b4dad7ab3b3160f76f79cc1cae54026f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
module code.gitea.io/gitea

go 1.12

require (
	github.com/BurntSushi/toml v0.3.1 // indirect
	github.com/PuerkitoBio/goquery v0.0.0-20170324135448-ed7d758e9a34
	github.com/RoaringBitmap/roaring v0.4.7 // indirect
	github.com/Unknwon/cae v0.0.0-20160715032808-c6aac99ea2ca
	github.com/Unknwon/com v0.0.0-20190321035513-0fed4efef755
	github.com/Unknwon/i18n v0.0.0-20171114194641-b64d33658966
	github.com/Unknwon/paginater v0.0.0-20151104151617-7748a72e0141
	github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
	github.com/bgentry/speakeasy v0.1.0 // indirect
	github.com/blevesearch/bleve v0.0.0-20190214220507-05d86ea8f6e3
	github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
	github.com/blevesearch/go-porterstemmer v0.0.0-20141230013033-23a2c8e5cf1f // indirect
	github.com/blevesearch/segment v0.0.0-20160105220820-db70c57796cc // indirect
	github.com/boombuler/barcode v0.0.0-20161226211916-fe0f26ff6d26 // indirect
	github.com/bradfitz/gomemcache v0.0.0-20160117192205-fb1f79c6b65a // indirect
	github.com/chaseadamsio/goorgeous v0.0.0-20170901132237-098da33fde5f
	github.com/couchbase/gomemcached v0.0.0-20181122193126-5125a94a666c // indirect
	github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a // indirect
	github.com/couchbase/vellum v0.0.0-20190111184608-e91b68ff3efe // indirect
	github.com/couchbaselabs/go-couchbase v0.0.0-20190117181324-d904413d884d // indirect
	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
	github.com/denisenkom/go-mssqldb v0.0.0-20190121005146-b04fd42d9952
	github.com/dgrijalva/jwt-go v3.2.0+incompatible
	github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
	github.com/emirpasic/gods v1.12.0
	github.com/etcd-io/bbolt v1.3.2 // indirect
	github.com/ethantkoenig/rupture v0.0.0-20180203182544-0a76f03a811a
	github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
	github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
	github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
	github.com/facebookgo/grace v0.0.0-20160926231715-5729e484473f
	github.com/facebookgo/httpdown v0.0.0-20160323221027-a3b1354551a2 // indirect
	github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
	github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
	github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
	github.com/gliderlabs/ssh v0.2.2
	github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
	github.com/glycerine/goconvey v0.0.0-20190315024820-982ee783a72e // indirect
	github.com/go-macaron/binding v0.0.0-20160711225916-9440f336b443
	github.com/go-macaron/cache v0.0.0-20151013081102-561735312776
	github.com/go-macaron/captcha v0.0.0-20151123225153-8aa5919789ab
	github.com/go-macaron/cors v0.0.0-20190309005821-6fd6a9bfe14e9
	github.com/go-macaron/csrf v0.0.0-20180426211211-503617c6b372
	github.com/go-macaron/i18n v0.0.0-20160612092837-ef57533c3b0f
	github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
	github.com/go-macaron/session v0.0.0-20190131233854-0a0a789bf193
	github.com/go-macaron/toolbox v0.0.0-20180818072302-a77f45a7ce90
	github.com/go-redis/redis v6.15.2+incompatible
	github.com/go-sql-driver/mysql v1.4.1
	github.com/go-xorm/core v0.6.0 // indirect
	github.com/go-xorm/xorm v0.7.3-0.20190620151208-f1b4f8368459
	github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561
	github.com/gogits/cron v0.0.0-20160810035002-7f3990acf183
	github.com/google/go-cmp v0.3.0 // indirect
	github.com/google/go-github/v24 v24.0.1
	github.com/gorilla/context v1.1.1
	github.com/issue9/assert v1.3.2 // indirect
	github.com/issue9/identicon v0.0.0-20160320065130-d36b54562f4c
	github.com/jaytaylor/html2text v0.0.0-20160923191438-8fb95d837f7d
	github.com/jmhodges/levigo v1.0.0 // indirect
	github.com/joho/godotenv v1.3.0 // indirect
	github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
	github.com/keybase/go-crypto v0.0.0-20170605145657-00ac4db533f6
	github.com/klauspost/compress v0.0.0-20161025140425-8df558b6cb6f
	github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc // indirect
	github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
	github.com/lafriks/xormstore v1.0.0
	github.com/lib/pq v1.1.0
	github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
	github.com/lunny/levelqueue v0.0.0-20190217115915-02b525a4418e
	github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de // indirect
	github.com/lunny/nodb v0.0.0-20160621015157-fc1ef06ad4af // indirect
	github.com/markbates/goth v1.49.0
	github.com/mattn/go-isatty v0.0.7
	github.com/mattn/go-oci8 v0.0.0-20190320171441-14ba190cf52d // indirect
	github.com/mattn/go-sqlite3 v1.10.0
	github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75
	github.com/microcosm-cc/bluemonday v0.0.0-20161012083705-f77f16ffc87a
	github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
	github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
	github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
	github.com/oliamb/cutter v0.2.2
	github.com/philhofer/fwd v1.0.0 // indirect
	github.com/pquerna/otp v0.0.0-20160912161815-54653902c20e
	github.com/prometheus/client_golang v0.9.3
	github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 // indirect
	github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff
	github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
	github.com/satori/go.uuid v1.2.0
	github.com/sergi/go-diff v1.0.0
	github.com/shurcooL/httpfs v0.0.0-20190527155220-6a4d4a70508b // indirect
	github.com/shurcooL/sanitized_anchor_name v0.0.0-20160918041101-1dba4b3954bc // indirect
	github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
	github.com/siddontang/go-snappy v0.0.0-20140704025258-d8f7bb82a96d // indirect
	github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
	github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
	github.com/stretchr/testify v1.3.0
	github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
	github.com/tinylib/msgp v0.0.0-20180516164116-c8cf64dff200 // indirect
	github.com/tstranex/u2f v1.0.0
	github.com/urfave/cli v1.20.0
	github.com/willf/bitset v0.0.0-20180426185212-8ce1146b8621 // indirect
	github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53
	go.etcd.io/bbolt v1.3.2 // indirect
	golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
	golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b
	golang.org/x/oauth2 v0.0.0-20181101160152-c453e0c75759
	golang.org/x/sys v0.0.0-20190620070143-6f217b454f45
	golang.org/x/text v0.3.2
	golang.org/x/tools v0.0.0-20190620154339-431033348dd0 // indirect
	gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
	gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
	gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e // indirect
	gopkg.in/editorconfig/editorconfig-core-go.v1 v1.2.0
	gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
	gopkg.in/ini.v1 v1.42.0
	gopkg.in/ldap.v3 v3.0.2
	gopkg.in/macaron.v1 v1.3.2
	gopkg.in/redis.v2 v2.3.2 // indirect
	gopkg.in/src-d/go-billy.v4 v4.3.0
	gopkg.in/src-d/go-git.v4 v4.12.0
	gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
	gopkg.in/testfixtures.v2 v2.5.0
	gopkg.in/yaml.v2 v2.2.2 // indirect
	mvdan.cc/xurls/v2 v2.0.0
	strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a
	xorm.io/builder v0.3.5
	xorm.io/core v0.6.3
)

replace github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20180314172330-6a30f4e59a44