diff --git a/commands/commands.go b/commands/commands.go index b1eb2cf..b3671ff 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -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" diff --git a/main.go b/main.go index 1e922c2..7ecba80 100644 --- a/main.go +++ b/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"