Update import paths to krallin/cronexpr
This fork is to support Supercronic, and that's how it's imported there.
This commit is contained in:
parent
cff9279a98
commit
0373391ef0
|
@ -1,7 +1,7 @@
|
|||
module github.com/gorhill/cronexpr/cronexpr
|
||||
module github.com/krallin/cronexpr/cronexpr
|
||||
|
||||
go 1.14
|
||||
|
||||
replace github.com/gorhill/cronexpr => ../
|
||||
replace github.com/krallin/cronexpr => ../
|
||||
|
||||
require github.com/gorhill/cronexpr v0.0.0-00010101000000-000000000000
|
||||
require github.com/krallin/cronexpr v0.0.0-00010101000000-000000000000
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 h1:f0n1xnMSmBLzVfsMMvriDyA75NB/oBgILX2GcHXIQzY=
|
||||
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA=
|
|
@ -18,7 +18,7 @@ import (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
"github.com/gorhill/cronexpr"
|
||||
"github.com/krallin/cronexpr"
|
||||
)
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue