-
Notifications
You must be signed in to change notification settings - Fork 42
/
go.mod
68 lines (67 loc) · 3.42 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module gin_bbs
require (
github.com/Pallinder/go-randomdata v1.1.0
github.com/ajg/form v1.5.1 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/bluele/factory-go v0.0.0-20181130035244-e6e8633dd3fe
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
github.com/denisenkom/go-mssqldb v0.0.0-20190423183735-731ef375ac02 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.0
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/flosch/pongo2 v0.0.0-20181225140029-79872a7b2769
github.com/fsnotify/fsnotify v1.4.7
github.com/gavv/httpexpect v1.0.0
github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-openapi/jsonpointer v0.19.0 // indirect
github.com/go-openapi/jsonreference v0.19.0 // indirect
github.com/go-openapi/spec v0.19.0 // indirect
github.com/go-openapi/swag v0.19.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/sessions v1.1.3 // indirect
github.com/imkira/go-interpol v1.1.0 // indirect
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/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/lib/pq v1.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20190403194419-1ea4449da983 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/mozillazg/go-pinyin v0.15.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/robfig/cron v1.1.0
github.com/sergi/go-diff v1.0.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/swaggo/gin-swagger v1.1.0
github.com/swaggo/swag v1.5.0
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/tommy351/gin-sessions v0.0.0-20150617141853-353060947eb6
github.com/valyala/fasthttp v1.3.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0 // indirect
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
github.com/ylywyn/jpush-api-go-client v0.0.0-20190308023352-25c040ff462d
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yunpian/yunpian-go-sdk v0.0.0-20171206021512-2193bf8a7459
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c
golang.org/x/tools v0.0.0-20190501045030-23463209683d // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)