19 lines
448 B
Modula-2
19 lines
448 B
Modula-2
module git.company.lan/gopkg/gocron/mocks/v2
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
git.company.lan/gopkg/gocron/v2 v2.0.0-00010101000000-000000000000
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/uuid v1.6.0
|
|
go.uber.org/mock v0.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
)
|
|
|
|
replace git.company.lan/gopkg/gocron/v2 => ../.
|