go.mod 571 B

123456789101112131415161718192021
  1. module github.com/mhaya/components/cron
  2. go 1.18
  3. require (
  4. github.com/mhaya v1.3.13
  5. github.com/robfig/cron/v3 v3.0.1
  6. )
  7. require (
  8. github.com/json-iterator/go v1.1.12 // indirect
  9. github.com/lestrrat-go/strftime v1.0.6 // indirect
  10. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  11. github.com/modern-go/reflect2 v1.0.2 // indirect
  12. github.com/pkg/errors v0.9.1 // indirect
  13. go.uber.org/multierr v1.10.0 // indirect
  14. go.uber.org/zap v1.26.0 // indirect
  15. google.golang.org/protobuf v1.31.0 // indirect
  16. )
  17. replace github.com/mhaya => ../../