drone-plugins / drone-slack

Drone plugin for sending Slack notifications
http://plugins.drone.io/drone-plugins/drone-slack
Apache License 2.0
62 stars 80 forks source link

Update dependencies #148

Closed donny-dont closed 1 year ago

donny-dont commented 1 year ago

Change the slack client to slack-go/slack since bluele/slack is no longer being developed. Update to v3 of gotest.tools.

The slack-go/slack code expects attachments as an instance not a pointer so move around the code to add Text. Add drone-slack as the author of the message.

Update expected output of the test to reflect new library.

tphoney commented 1 year ago

great work @donny-dont