-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
94 lines (90 loc) · 4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
module github.com/jqiris/kungfu/v2
go 1.20
require (
github.com/MichaelS11/go-file-lock v0.1.0
github.com/appleboy/gin-jwt/v2 v2.8.0
github.com/fatih/color v1.13.0
github.com/gin-gonic/gin v1.7.7
github.com/go-redis/redis/v8 v8.11.4
github.com/go-redsync/redsync/v4 v4.5.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/googollee/go-socket.io v1.6.1
github.com/gorilla/websocket v1.4.2
github.com/json-iterator/go v1.1.12
github.com/nats-io/nats.go v1.15.0
github.com/sleagon/chinaid v0.4.2
github.com/spf13/viper v1.11.0
github.com/streadway/amqp v1.0.0
github.com/syyongx/go-wordsfilter v0.0.0-20190622081656-74232c786041
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cdn v1.0.438
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.502
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.502
github.com/tencentyun/cos-go-sdk-v5 v0.7.35
github.com/urfave/cli/v2 v2.6.0
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
go.uber.org/ratelimit v0.2.0
google.golang.org/protobuf v1.28.0
stathat.com/c/consistent v1.0.0
)
require (
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mozillazg/go-httpheader v0.2.1 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/farmerx/gorsa v0.0.0-20161211100049-3ae06f674f40 // indirecgithub.com/gogo/protobuft
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/gomodule/redigo v1.8.4 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nats-io/nats-server/v2 v2.7.2 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/wumansgy/goEncrypt v1.0.0
go.etcd.io/etcd/api/v3 v3.5.2
go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/grpc v1.45.0 // indirect
gopkg.in/ini.v1 v1.66.4
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)