1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Use WTF's version of spotigopher (#787)

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer
2019-12-14 21:24:18 -08:00
committed by GitHub
parent 53e795384b
commit b7f8ec5ae2
5 changed files with 11 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/rivo/tview"
"github.com/sticreations/spotigopher/spotigopher"
"github.com/wtfutil/spotigopher/spotigopher"
"github.com/wtfutil/wtf/utils"
"github.com/wtfutil/wtf/view"
)