1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-14 17:50:59 +00:00

fix missing import

This commit is contained in:
Eric Chiang 2016-07-22 21:52:15 -07:00
parent 9f43e85921
commit fb09a23cce

View File

@ -7,6 +7,7 @@ import (
"strings"
"github.com/fatih/color"
colorable "github.com/mattn/go-colorable"
"golang.org/x/net/html"
"golang.org/x/net/html/atom"
)