Fix import path

This commit is contained in:
2019-06-20 16:29:08 +00:00
parent 0f47290637
commit e6ef7b37bd
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import (
"net/http"
"net/url"
"github.com/jollheef/wi/storage"
"code.dumpstack.io/tools/wi/storage"
"github.com/PuerkitoBio/goquery"
"github.com/jaytaylor/html2text"