-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 932 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 932 Bytes
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
module github.com/darwinOrg/go-cron
go 1.25.0
require (
github.com/darwinOrg/go-common v0.2.27
github.com/darwinOrg/go-dlock v0.0.11
github.com/darwinOrg/go-logger v0.0.18
github.com/darwinOrg/go-redis v0.0.36
github.com/panjf2000/ants/v2 v2.12.0
github.com/robfig/cron/v3 v3.0.1
github.com/rolandhe/saber v0.0.5
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/darwinOrg/daog-ext v0.0.36 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
github.com/redis/go-redis/v9 v9.18.0 // indirect
github.com/rolandhe/daog v0.0.41 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
golang.org/x/sync v0.20.0 // indirect
)