muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.28k stars 319 forks source link

Compile Error #202

Closed yulahuyed closed 5 years ago

yulahuyed commented 5 years ago

version: go1.11.1

go get -u github.com/muesli/beehive

/home/user/goproject/src/github.com/muesli/beehive/bees/slackbee/slackbee.go:69:39: cannot use text (type string) as type slack.MsgOption 
/home/user/goproject/src/github.com/muesli/beehive/bees/slackbee/slackbee.go:69:39: cannot use msgParams (type slack.PostMessageParameters as type slack.MsgOption in argument to mod.client.PostMessage
muesli commented 5 years ago

Please follow the current install instructions from the README. You'll still require dep, then you can do:

make get-deps
make

We'll switch to go modules in the near future.