Set up go modules

This commit is contained in:
Thomas Orozco 2020-11-14 14:13:55 +00:00
parent b648cc9a90
commit ee361fc97a
3 changed files with 12 additions and 0 deletions

7
cronexpr/go.mod Normal file
View File

@ -0,0 +1,7 @@
module github.com/gorhill/cronexpr/cronexpr
go 1.14
replace github.com/gorhill/cronexpr => ../
require github.com/gorhill/cronexpr v0.0.0-00010101000000-000000000000

2
cronexpr/go.sum Normal file
View File

@ -0,0 +1,2 @@
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=

3
go.mod Normal file
View File

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