-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
45 lines (43 loc) · 2.23 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
module github.com/qclaogui/goforum
go 1.12
require (
github.com/boj/redistore v0.0.0-20160128113310-fc113767cd6b // indirect
github.com/bradfitz/gomemcache v0.0.0-20170208213004-1952afaa557d // indirect
github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20170503205333-75ee37df8664 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dgrijalva/jwt-go v3.1.0+incompatible
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/gin-contrib/sessions v0.0.0-20180222051319-fda3be6efa2d
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v0.0.0-20170702092826-d459835d2b07
github.com/go-sql-driver/mysql v1.3.0 // indirect
github.com/golang/protobuf v1.0.0 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/gorilla/sessions v0.0.0-20160922145804-ca9ada445741 // indirect
github.com/gorilla/websocket v1.2.0
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d // indirect
github.com/kidstuff/mongostore v0.0.0-20151002152336-256d65ac5b0e // indirect
github.com/lib/pq v1.0.0
github.com/magiconair/properties v1.7.6 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
github.com/pelletier/go-toml v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v1.0.2 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/spf13/viper v1.0.0
github.com/stretchr/testify v1.2.1 // indirect
github.com/ugorji/go v0.0.0-20180112141927-9831f2c3ac10 // indirect
golang.org/x/crypto v0.0.0-20180228161326-91a49db82a88
golang.org/x/sys v0.0.0-20180224232135-f6cff0780e54 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528 // indirect
gopkg.in/yaml.v2 v2.1.1 // indirect
)