Add missing import

This commit is contained in:
Wim 2018-04-19 13:04:12 +02:00
parent a83831e68d
commit 31a752fa21
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
log "github.com/sirupsen/logrus"
"io"
"net/http"
"strings"
"time"
)