mirror of
https://code.dumpstack.io/tools/wi.git
synced 2024-11-21 17:39:19 +02:00
Fix import path
This commit is contained in:
parent
0f47290637
commit
e6ef7b37bd
|
@ -17,7 +17,7 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
|
|
||||||
"github.com/jollheef/wi/storage"
|
"code.dumpstack.io/tools/wi/storage"
|
||||||
|
|
||||||
"github.com/PuerkitoBio/goquery"
|
"github.com/PuerkitoBio/goquery"
|
||||||
"github.com/jaytaylor/html2text"
|
"github.com/jaytaylor/html2text"
|
||||||
|
|
4
main.go
4
main.go
|
@ -14,8 +14,8 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/jollheef/wi/commands"
|
"code.dumpstack.io/tools/wi/commands"
|
||||||
"github.com/jollheef/wi/storage"
|
"code.dumpstack.io/tools/wi/storage"
|
||||||
|
|
||||||
cookiejar "github.com/juju/persistent-cookiejar"
|
cookiejar "github.com/juju/persistent-cookiejar"
|
||||||
kingpin "gopkg.in/alecthomas/kingpin.v2"
|
kingpin "gopkg.in/alecthomas/kingpin.v2"
|
||||||
|
|
Loading…
Reference in New Issue