forked from yunshangdetianya/luban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
45 lines (43 loc) · 1.53 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/dnsjia/luban
go 1.15
require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1304
github.com/casbin/casbin v1.9.1
github.com/casbin/casbin/v2 v2.37.0
github.com/casbin/gorm-adapter/v3 v3.4.2
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.8.1
github.com/go-ldap/ldap/v3 v3.4.1
github.com/go-redis/redis/v8 v8.11.3 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/gookit/color v1.4.2
github.com/gorilla/websocket v1.4.2
github.com/hibiken/asynq v0.19.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.5 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/prometheus/common v0.31.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/toolkits/pkg v1.2.6
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/automaxprocs v1.4.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
gopkg.in/igm/sockjs-go.v2 v2.1.0
gopkg.in/ini.v1 v1.63.0 // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.1 // indirect
gorm.io/driver/sqlserver v1.0.9 // indirect
gorm.io/gorm v1.21.15
k8s.io/api v0.22.3
k8s.io/apimachinery v0.22.3
k8s.io/client-go v0.22.3
k8s.io/kubectl v0.22.3
)