-
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) · 925 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 925 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/yylego/cronzh
go 1.25.0
require (
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/robfig/cron/v3 v3.0.2-0.20210106135023-bc59245fe10e
github.com/stretchr/testify v1.11.1
github.com/yylego/erero v0.0.0
github.com/yylego/neatjson v0.0.0
github.com/yylego/sortx v0.0.2
github.com/yylego/timezh v0.0.1
github.com/yylego/zaplog v0.0.0
go.uber.org/zap v1.27.1
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/yylego/done v0.0.0 // indirect
github.com/yylego/mutexmap v0.0.0 // indirect
github.com/yylego/sure v0.0.0 // indirect
github.com/yylego/syntaxgo v0.0.0 // indirect
github.com/yylego/tern v0.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)