-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 843 Bytes
/
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
module github.com/fidelfly/fxgos
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/casbin/casbin v1.9.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fidelfly/gostool v0.0.0
github.com/fidelfly/gox v0.0.0
github.com/go-xorm/xorm v0.7.9
github.com/lib/pq v1.1.1 // indirect
github.com/tidwall/buntdb v1.0.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190606050223-4d9ae51c2468 // indirect
google.golang.org/grpc v1.19.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
xorm.io/core v0.7.2
)
replace (
github.com/fidelfly/gostool => ./gospkg
github.com/fidelfly/gox => ./gox
)