forked from pibigstar/go-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
51 lines (50 loc) · 2.3 KB
/
go.mod
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
module go-demo
require (
baliance.com/gooxml v1.0.1 // indirect
github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
github.com/DataDog/zstd v1.3.5 // indirect
github.com/Shopify/sarama v1.20.0
github.com/aliyun/aliyun-oss-go-sdk v2.0.1+incompatible
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/go-redis/redis v6.15.3+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/mock v1.2.0
github.com/google/uuid v1.0.0
github.com/gorilla/mux v1.6.2
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/lib/pq v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nguyenthenguyen/docx v0.0.0-20181031033525-8cb697a41e43
github.com/nsqio/go-nsq v1.0.7
github.com/olivere/elastic v6.2.18+incompatible
github.com/pibigstar/go-sdk v0.0.0-20190727082016-c4f5d238d8f5
github.com/pierrec/lz4 v2.0.7+incompatible // indirect
github.com/pkg/errors v0.8.1
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/smallnest/rpcx v0.0.0-20170601021420-329cf0078113
github.com/smartwalle/alipay v1.0.2
github.com/sony/sonyflake v1.0.0
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/unidoc/unioffice v1.2.0
github.com/xuri/excelize v1.4.0
github.com/youzan/go-nsq v1.3.1
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
google.golang.org/grpc v1.19.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/pool.v3 v3.1.1
)