From 4163d7eb7b23259beb8f6d43ba784f72ee419faa Mon Sep 17 00:00:00 2001 From: Raed Shomali Date: Tue, 28 Mar 2023 16:18:13 -0400 Subject: [PATCH] Clean up --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df9af92..fa21840 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Built on top of the Slack API [github.com/slack-go/slack](https://github.com/sla - Contains support for `context.Context` - Replies can be new messages or in threads - Supports authorization -- Supports Cron Jobs using [cron](https://github.com/robfig/cron) +- Supports Cron Jobs using [https://github.com/robfig/cron](https://github.com/robfig/cron) - Bot responds to mentions and direct messages - Handlers run concurrently via goroutines - Produces events for executed commands diff --git a/go.mod b/go.mod index 229f106..9b8f1af 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/shomali11/slacker go 1.14 require ( - github.com/robfig/cron v1.2.0 // indirect + github.com/robfig/cron v1.2.0 github.com/shomali11/commander v0.0.0-20220716022157-b5248c76541a github.com/shomali11/proper v0.0.0-20180607004733-233a9a872c30 github.com/slack-go/slack v0.12.1