Skip to content

Commit

Permalink
Merge pull request #113 from Ilhasoft/feature/slack-channel
Browse files Browse the repository at this point in the history
Feature/slack channel
  • Loading branch information
rasoro authored Jun 9, 2022
2 parents b040e2a + ce398f2 commit be503e9
Show file tree
Hide file tree
Showing 5 changed files with 925 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/courier/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import (
_ "github.com/nyaruka/courier/handlers/redrabbit"
_ "github.com/nyaruka/courier/handlers/rocketchat"
_ "github.com/nyaruka/courier/handlers/shaqodoon"
_ "github.com/nyaruka/courier/handlers/slack"
_ "github.com/nyaruka/courier/handlers/smscentral"
_ "github.com/nyaruka/courier/handlers/start"
_ "github.com/nyaruka/courier/handlers/telegram"
Expand Down
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ require (
)

go 1.17

replace (
github.com/nyaruka/gocommon => github.com/Ilhasoft/gocommon v1.16.2-slack-develop
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/Ilhasoft/gocommon v1.16.2-slack-develop h1:pAd+LMH7BEOFxUIeJ1EGJeaMPbMolHpChHmalvjmQbQ=
github.com/Ilhasoft/gocommon v1.16.2-slack-develop/go.mod h1:pk8L9T79VoKO8OWTiZbtUutFPI3sGGKB5u8nNWDKuGE=
github.com/antchfx/xmlquery v0.0.0-20181223105952-355641961c92 h1:4EgP6xLAdrD/TRlbSw4n2W6h68K2P3+R7lKqFoL5U9Q=
github.com/antchfx/xmlquery v0.0.0-20181223105952-355641961c92/go.mod h1:/+CnyD/DzHRnv2eRxrVbieRU/FIF6N0C+7oTtyUtCKk=
github.com/antchfx/xpath v0.0.0-20181208024549-4bbdf6db12aa h1:lL66YnJWy1tHlhjSx8fXnpgmv8kQVYnI4ilbYpNB6Zs=
Expand Down
Loading

0 comments on commit be503e9

Please sign in to comment.