forked from klintcheng/kim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.46 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
module github.com/klintcheng/kim
go 1.16
require (
github.com/Joker/hpp v1.0.0 // indirect
github.com/bwmarrin/snowflake v0.3.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-redis/redis/v7 v7.4.0
github.com/go-resty/resty/v2 v2.6.0
github.com/gobwas/pool v0.2.1
github.com/gobwas/ws v1.0.4
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.4.3
github.com/hashicorp/consul/api v1.8.1
github.com/kataras/iris/v12 v12.2.0-alpha2.0.20210705170737-afb15b860124
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/panjf2000/ants/v2 v2.4.6
github.com/prometheus/client_golang v1.11.0
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/segmentio/ksuid v1.0.3
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.26.0-rc.1
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.15
)