forked from dnsjia/luban
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (44 loc) · 1.59 KB
/
Copy pathgo.mod
File metadata and controls
46 lines (44 loc) · 1.59 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
35
36
37
38
39
40
41
42
43
44
45
46
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/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.7.4
github.com/go-ldap/ldap/v3 v3.4.1
github.com/go-sql-driver/mysql v1.6.0
github.com/gookit/color v1.4.2
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hibiken/asynq v0.19.0
github.com/hibiken/asynqmon v0.4.0
github.com/json-iterator/go v1.1.12 // indirect
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.0 // indirect
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
google.golang.org/protobuf v1.27.1 // indirect
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
)