mirror of https://github.com/go-co-op/gocron.git
21 lines
531 B
Modula-2
21 lines
531 B
Modula-2
module github.com/go-co-op/gocron/v2
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jonboulle/clockwork v0.4.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/stretchr/testify v1.9.0
|
|
go.uber.org/goleak v1.3.0
|
|
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|