Fix missing regexp import

Signed-off-by: chotaire <chotaire@chotaire.net>
This commit is contained in:
chotaire
2019-04-17 03:23:40 +02:00
parent 93f8e6e032
commit 3292f03528

View File

@@ -6,6 +6,7 @@ import (
"fmt"
"strings"
"sync"
"regexp"
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"