forked from ecodeclub/ecron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 740 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/ecodeclub/ecron
go 1.18
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ecodeclub/ekit v0.0.4-0.20230521142951-e101f7ffe101 // indirect
github.com/ecodeclub/eorm v0.0.2-0.20230518143924-472250f5f4c5 // indirect
github.com/gotomicro/ekit v0.0.0-20230224040531-869798da3c4d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)