mirror of
https://code.dumpstack.io/tools/wi.git
synced 2025-01-03 02:33:32 +02:00
Fix import path
This commit is contained in:
parent
0f47290637
commit
e6ef7b37bd
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
4
main.go
4
main.go
|
@ -14,8 +14,8 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/jollheef/wi/commands"
|
||||
"github.com/jollheef/wi/storage"
|
||||
"code.dumpstack.io/tools/wi/commands"
|
||||
"code.dumpstack.io/tools/wi/storage"
|
||||
|
||||
cookiejar "github.com/juju/persistent-cookiejar"
|
||||
kingpin "gopkg.in/alecthomas/kingpin.v2"
|
||||
|
|
Loading…
Reference in a new issue