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:
Thomas Orozco 2020-11-14 14:51:02 +00:00
parent cff9279a98
commit 0373391ef0
4 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
module github.com/gorhill/cronexpr/cronexpr module github.com/krallin/cronexpr/cronexpr
go 1.14 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

View File

@ -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=

View File

@ -18,7 +18,7 @@ import (
"os" "os"
"time" "time"
"github.com/gorhill/cronexpr" "github.com/krallin/cronexpr"
) )
/******************************************************************************/ /******************************************************************************/

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/gorhill/cronexpr module github.com/krallin/cronexpr
go 1.14 go 1.14