From 12d2c6fe89aba81590126d31df51acbcb6622262 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 8 Dec 2019 21:05:02 +0100 Subject: Update slack vendor to fix regression (#959) --- vendor/github.com/nlopes/slack/attachments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/nlopes') diff --git a/vendor/github.com/nlopes/slack/attachments.go b/vendor/github.com/nlopes/slack/attachments.go index 73cdebe6..af62fb67 100644 --- a/vendor/github.com/nlopes/slack/attachments.go +++ b/vendor/github.com/nlopes/slack/attachments.go @@ -61,7 +61,7 @@ type ConfirmationField struct { // Attachment contains all the information for an attachment type Attachment struct { Color string `json:"color,omitempty"` - Fallback string `json:"fallback,omitempty"` + Fallback string `json:"fallback"` CallbackID string `json:"callback_id,omitempty"` ID int `json:"id,omitempty"` -- cgit v1.2.3