diff --git a/conversation.go b/conversation.go index d3f94a6c0..c41be4ef7 100644 --- a/conversation.go +++ b/conversation.go @@ -2,11 +2,10 @@ package slack import ( "context" + "errors" "net/url" "strconv" "strings" - - "github.com/pkg/errors" ) // Conversation is the foundation for IM and BaseGroupConversation