change imports

This commit is contained in:
simon987
2019-03-10 09:47:11 -04:00
parent f50df4226d
commit 15a3e66b70
20 changed files with 23 additions and 19 deletions

View File

@@ -6,9 +6,9 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
"github.com/Sirupsen/logrus"
"github.com/simon987/task_tracker/config"
"github.com/simon987/task_tracker/storage"
"github.com/sirupsen/logrus"
"github.com/valyala/fasthttp"
"hash"
"strings"