Skip to content

Commit 6a4b11e

Browse files
committed
make vendor
1 parent f63b4e7 commit 6a4b11e

File tree

570 files changed

+63305
-12833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

570 files changed

+63305
-12833
lines changed

go.mod

+77-69
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,47 @@ go 1.12
55
require (
66
code.gitea.io/git v0.0.0-20190207030847-0aea7f12d36e
77
code.gitea.io/sdk v0.0.0-20190205045810-b9e72373fbe3
8-
github.com/BurntSushi/toml v0.3.1
8+
github.com/BurntSushi/toml v0.3.1 // indirect
99
github.com/PuerkitoBio/goquery v0.0.0-20170324135448-ed7d758e9a34
10-
github.com/RoaringBitmap/roaring v0.4.7
10+
github.com/RoaringBitmap/roaring v0.4.7 // indirect
1111
github.com/Unknwon/cae v0.0.0-20160715032808-c6aac99ea2ca
1212
github.com/Unknwon/com v0.0.0-20170819223952-7677a1d7c113
1313
github.com/Unknwon/i18n v0.0.0-20171114194641-b64d33658966
1414
github.com/Unknwon/paginater v0.0.0-20151104151617-7748a72e0141
15-
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470
16-
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
15+
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
16+
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
17+
github.com/bgentry/speakeasy v0.1.0 // indirect
1718
github.com/blevesearch/bleve v0.0.0-20190214220507-05d86ea8f6e3
18-
github.com/blevesearch/go-porterstemmer v0.0.0-20141230013033-23a2c8e5cf1f
19-
github.com/blevesearch/segment v0.0.0-20160105220820-db70c57796cc
20-
github.com/boombuler/barcode v0.0.0-20161226211916-fe0f26ff6d26
21-
github.com/bradfitz/gomemcache v0.0.0-20160117192205-fb1f79c6b65a
19+
github.com/blevesearch/blevex v0.0.0-20180227211930-4b158bb555a3 // indirect
20+
github.com/blevesearch/go-porterstemmer v0.0.0-20141230013033-23a2c8e5cf1f // indirect
21+
github.com/blevesearch/segment v0.0.0-20160105220820-db70c57796cc // indirect
22+
github.com/boombuler/barcode v0.0.0-20161226211916-fe0f26ff6d26 // indirect
23+
github.com/bradfitz/gomemcache v0.0.0-20160117192205-fb1f79c6b65a // indirect
2224
github.com/chaseadamsio/goorgeous v0.0.0-20170901132237-098da33fde5f
23-
github.com/couchbase/gomemcached v0.0.0-20181122193126-5125a94a666c
24-
github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a
25-
github.com/couchbase/vellum v0.0.0-20190111184608-e91b68ff3efe
26-
github.com/couchbaselabs/go-couchbase v0.0.0-20190117181324-d904413d884d
27-
github.com/davecgh/go-spew v1.1.0
28-
github.com/denisenkom/go-mssqldb v0.0.0-20161128230840-e32ca5036449
25+
github.com/couchbase/gomemcached v0.0.0-20181122193126-5125a94a666c // indirect
26+
github.com/couchbase/goutils v0.0.0-20180530154633-e865a1461c8a // indirect
27+
github.com/couchbase/vellum v0.0.0-20190111184608-e91b68ff3efe // indirect
28+
github.com/couchbaselabs/go-couchbase v0.0.0-20190117181324-d904413d884d // indirect
29+
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
30+
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
31+
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
32+
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f
2933
github.com/dgrijalva/jwt-go v0.0.0-20161101193935-9ed569b5d1ac
30-
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712
31-
github.com/elazarl/go-bindata-assetfs v0.0.0-20151224045452-57eb5e1fc594
32-
github.com/emirpasic/gods v1.12.0
33-
github.com/etcd-io/bbolt v1.3.2
34+
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
35+
github.com/elazarl/go-bindata-assetfs v0.0.0-20151224045452-57eb5e1fc594 // indirect
36+
github.com/emirpasic/gods v1.12.0 // indirect
37+
github.com/etcd-io/bbolt v1.3.2 // indirect
3438
github.com/ethantkoenig/rupture v0.0.0-20180203182544-0a76f03a811a
35-
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
39+
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
40+
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
41+
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
3642
github.com/facebookgo/grace v0.0.0-20160926231715-5729e484473f
37-
github.com/facebookgo/httpdown v0.0.0-20160323221027-a3b1354551a2
38-
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4
39-
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd
43+
github.com/facebookgo/httpdown v0.0.0-20160323221027-a3b1354551a2 // indirect
44+
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
45+
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 // indirect
46+
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
47+
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd // indirect
48+
github.com/glycerine/goconvey v0.0.0-20180728074245-46e3a41ad493 // indirect
4049
github.com/go-macaron/bindata v0.0.0-20161222093048-85786f57eee3
4150
github.com/go-macaron/binding v0.0.0-20160711225916-9440f336b443
4251
github.com/go-macaron/cache v0.0.0-20151013081102-561735312776
@@ -46,86 +55,85 @@ require (
4655
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191
4756
github.com/go-macaron/session v0.0.0-20190131233854-0a0a789bf193
4857
github.com/go-macaron/toolbox v0.0.0-20180818072302-a77f45a7ce90
49-
github.com/go-sql-driver/mysql v0.0.0-20181218123637-c45f530f8e7f
58+
github.com/go-sql-driver/mysql v1.4.0
5059
github.com/go-xorm/builder v0.3.3
5160
github.com/go-xorm/core v0.6.0
5261
github.com/go-xorm/xorm v0.0.0-20190116032649-a6300f2a45e0
5362
github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561
5463
github.com/gogits/cron v0.0.0-20160810035002-7f3990acf183
55-
github.com/golang/protobuf v1.2.0
56-
github.com/golang/snappy v0.0.0-20160304054822-5f1c01d9f64b
64+
github.com/gogo/protobuf v1.2.0 // indirect
65+
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
5766
github.com/gorilla/context v1.1.1
58-
github.com/gorilla/mux v0.0.0-20160920230813-757bef944d0f
59-
github.com/gorilla/securecookie v1.1.1
60-
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741
67+
github.com/issue9/assert v1.1.0 // indirect
6168
github.com/issue9/identicon v0.0.0-20160320065130-d36b54562f4c
6269
github.com/jaytaylor/html2text v0.0.0-20160923191438-8fb95d837f7d
63-
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
70+
github.com/jmhodges/levigo v0.0.0-20161115193449-c42d9e0ca023 // indirect
71+
github.com/joho/godotenv v1.3.0 // indirect
72+
github.com/jtolds/gls v4.2.1+incompatible // indirect
6473
github.com/kballard/go-shellquote v0.0.0-20170619183022-cd60e84ee657
65-
github.com/kevinburke/ssh_config v0.0.0-20180830205328-81db2a75821e
6674
github.com/keybase/go-crypto v0.0.0-20170605145657-00ac4db533f6
6775
github.com/klauspost/compress v0.0.0-20161025140425-8df558b6cb6f
68-
github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc
69-
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6
76+
github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc // indirect
77+
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
7078
github.com/lafriks/xormstore v1.0.0
71-
github.com/lib/pq v0.0.0-20171019223007-456514e2defe
79+
github.com/lib/pq v1.0.0
7280
github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96
73-
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
74-
github.com/lunny/nodb v0.0.0-20160621015157-fc1ef06ad4af
81+
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de // indirect
82+
github.com/lunny/nodb v0.0.0-20160621015157-fc1ef06ad4af // indirect
7583
github.com/markbates/goth v1.49.0
84+
github.com/mattn/go-oci8 v0.0.0-20190205102930-2100fbe14d69 // indirect
7685
github.com/mattn/go-sqlite3 v1.10.0
77-
github.com/matttproud/golang_protobuf_extensions v1.0.1
86+
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
7887
github.com/mcuadros/go-version v0.0.0-20171003094716-88e56e02bea1
7988
github.com/microcosm-cc/bluemonday v0.0.0-20161012083705-f77f16ffc87a
80-
github.com/mitchellh/go-homedir v1.0.0
81-
github.com/mrjones/oauth v0.0.0-20170225175752-3f67d9c27435
82-
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae
89+
github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae // indirect
8390
github.com/msteinert/pam v0.0.0-20151204160544-02ccfbfaf0cc
8491
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
85-
github.com/pelletier/go-buffruneio v0.2.0
86-
github.com/philhofer/fwd v1.0.0
87-
github.com/pkg/errors v0.8.1
88-
github.com/pmezard/go-difflib v1.0.0
92+
github.com/philhofer/fwd v1.0.0 // indirect
93+
github.com/pkg/errors v0.8.1 // indirect
8994
github.com/pquerna/otp v0.0.0-20160912161815-54653902c20e
9095
github.com/prometheus/client_golang v0.9.0
91-
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
92-
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39
93-
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
96+
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
97+
github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect
98+
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
99+
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 // indirect
94100
github.com/russross/blackfriday v0.0.0-20180428102519-11635eb403ff
95-
github.com/satori/go.uuid v0.0.0-20160927100844-b061729afc07
96-
github.com/sergi/go-diff v0.0.0-20161102184045-552b4e9bbdca
97-
github.com/shurcooL/sanitized_anchor_name v0.0.0-20160918041101-1dba4b3954bc
98-
github.com/siddontang/go-snappy v0.0.0-20140704025258-d8f7bb82a96d
99-
github.com/src-d/gcfg v1.4.0
100-
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2
101-
github.com/stretchr/testify v1.2.1
102-
github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66
103-
github.com/tinylib/msgp v0.0.0-20180516164116-c8cf64dff200
101+
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
102+
github.com/satori/go.uuid v1.2.0
103+
github.com/sergi/go-diff v1.0.0
104+
github.com/shurcooL/sanitized_anchor_name v0.0.0-20160918041101-1dba4b3954bc // indirect
105+
github.com/siddontang/go-snappy v0.0.0-20140704025258-d8f7bb82a96d // indirect
106+
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
107+
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
108+
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
109+
github.com/stretchr/testify v1.2.2
110+
github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66 // indirect
111+
github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect
112+
github.com/tinylib/msgp v0.0.0-20180516164116-c8cf64dff200 // indirect
104113
github.com/tstranex/u2f v1.0.0
105114
github.com/urfave/cli v0.0.0-20161102131801-d86a009f5e13
106-
github.com/willf/bitset v0.0.0-20180426185212-8ce1146b8621
107-
github.com/xanzy/ssh-agent v0.2.0
115+
github.com/willf/bitset v0.0.0-20180426185212-8ce1146b8621 // indirect
108116
github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53
109-
golang.org/x/crypto v0.0.0-20180426225413-12dd70caea02
117+
go.etcd.io/bbolt v1.3.2 // indirect
118+
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
110119
golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519
111-
golang.org/x/oauth2 v0.0.0-20181101160152-c453e0c75759
112-
golang.org/x/sync v0.0.0-20170317231601-5a06fca2c336
120+
golang.org/x/oauth2 v0.0.0-20181101160152-c453e0c75759 // indirect
121+
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
113122
golang.org/x/sys v0.0.0-20181026144532-2772b66316d2
114-
golang.org/x/text v0.0.0-20170630100924-2bf8f2a19ec0
115-
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
116-
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175
117-
gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e
123+
golang.org/x/text v0.3.0
124+
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
125+
gopkg.in/asn1-ber.v1 v1.0.0-20150924051756-4e86f4367175 // indirect
126+
gopkg.in/bufio.v1 v1.0.0-20140618132640-567b2bfa514e // indirect
118127
gopkg.in/editorconfig/editorconfig-core-go.v1 v1.2.0
119128
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
120129
gopkg.in/ini.v1 v1.31.1
121130
gopkg.in/ldap.v2 v2.5.1
122131
gopkg.in/macaron.v1 v1.3.2
123-
gopkg.in/redis.v2 v2.3.2
124-
gopkg.in/src-d/go-billy.v4 v4.3.0
125-
gopkg.in/src-d/go-git.v4 v4.8.0
132+
gopkg.in/redis.v2 v2.3.2 // indirect
133+
gopkg.in/src-d/go-billy.v4 v4.3.0 // indirect
134+
gopkg.in/src-d/go-git.v4 v4.8.0 // indirect
126135
gopkg.in/testfixtures.v2 v2.5.0
127-
gopkg.in/warnings.v0 v0.1.2
128-
gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556
129136
strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a
130137
)
138+
131139
replace github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f => github.com/denisenkom/go-mssqldb v0.0.0-20161128230840-e32ca5036449

0 commit comments

Comments
 (0)