-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #6 by adding namespace support
Signed-off-by: Joris De Winne <[email protected]>
- Loading branch information
Showing
94 changed files
with
15,220 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
module github.com/openfaas/cron-connector | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/ewilde/faas-federation v0.0.0-20200206161705-23d8f6d639f1 // indirect | ||
github.com/openfaas-incubator/connector-sdk v0.0.0-20190125151851-d722c9f72ad0 | ||
github.com/openfaas/faas v0.0.0-20190104165101-a65df4795bc6 | ||
github.com/openfaas/faas-provider v0.0.0-20181216160432-220324e98f5d // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/openfaas-incubator/connector-sdk v0.0.0-20200902074656-7f648543d4aa | ||
github.com/openfaas/faas-cli v0.0.0-20201119120128-c9d284d0c5bd | ||
github.com/openfaas/faas-provider v0.15.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/robfig/cron/v3 v3.0.0 | ||
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.