Fix imports

This commit is contained in:
Denis Zheleztsov 2019-01-26 12:10:43 +03:00
parent 350dee9009
commit fa13179cdc
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import (
"net/http"
"strings"
log "github.com/sirupsen/logrus"
log "github.com/Sirupsen/logrus"
)
type topicid struct {

View File

@ -5,8 +5,8 @@ import (
"errors"
"strings"
log "github.com/Sirupsen/logrus"
"github.com/google/uuid"
log "github.com/sirupsen/logrus"
)
// getorcreate topicID. Generate new unique topicID if message is start message