-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1.06 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
module github.com/jinsuojinsuo/crondistributed
go 1.18
require (
gitee.com/liujinsuo/tool v0.0.0-20230220030756-c449f8931d72
github.com/go-redis/redis/v8 v8.11.5
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cast v1.5.0
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/jinsuojinsuo/zerolog_writer v0.0.0-20210710093212-681afba5b84f // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.23.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/tidwall/gjson v1.8.1 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.1.0 // indirect
go.mongodb.org/mongo-driver v1.11.1 // indirect
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
gorm.io/gorm v1.24.3 // indirect
)