mirror of https://github.com/go-co-op/gocron.git
22 lines
606 B
Modula-2
22 lines
606 B
Modula-2
|
|
module github.com/go-co-op/gocron/v2
|
||
|
|
|
||
|
|
go 1.21
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/google/uuid v1.4.0
|
||
|
|
github.com/jonboulle/clockwork v0.4.0
|
||
|
|
github.com/robfig/cron/v3 v3.0.1
|
||
|
|
github.com/stretchr/testify v1.8.4
|
||
|
|
go.uber.org/goleak v1.3.0
|
||
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
|
github.com/kr/text v0.2.0 // indirect
|
||
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
|
)
|