forked from Away0x/goweibo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (31 loc) · 1.49 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
module gin_weibo
require (
github.com/Away0x/api_server v0.0.0-20180925062228-fa04897ba0e4
github.com/Pallinder/go-randomdata v1.1.0
github.com/bluele/factory-go v0.0.0-20181130035244-e6e8633dd3fe
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/sessions v1.1.3 // indirect
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/lexkong/log v0.0.0-20180607165131-972f9cd951fc
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/tommy351/gin-sessions v0.0.0-20150617141853-353060947eb6
github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/go-playground/validator.v9 v9.28.0 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)