-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.44 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.44 KB
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
module github.com/23233/simple_admin
go 1.14
require (
github.com/23233/sv v1.1.2
github.com/CloudyKit/jet/v5 v5.0.2 // indirect
github.com/casbin/casbin/v2 v2.2.2
github.com/casbin/xorm-adapter v0.0.0-20191120030838-267478260350
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/imdario/mergo v0.3.9
github.com/iris-contrib/go.uuid v2.0.0+incompatible
github.com/iris-contrib/middleware/jwt v0.0.0-20200810001613-32cf668f999f
github.com/iris-contrib/schema v0.0.6 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/kataras/blocks v0.0.3 // indirect
github.com/kataras/golog v0.1.5 // indirect
github.com/kataras/iris/v12 v12.2.0-alpha.0.20200919221030-c2f9e57b84f9
github.com/kataras/realip v0.0.1
github.com/klauspost/compress v1.11.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tdewolff/minify/v2 v2.9.4 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
xorm.io/xorm v1.0.5
)