1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-15 02:00:55 +00:00

*: revert Godep rewrite

This commit is contained in:
Eric Chiang 2016-07-22 21:42:23 -07:00
parent 9ae816ce79
commit 0e201e701a
4 changed files with 8 additions and 9 deletions

View File

@ -6,10 +6,9 @@ import (
"regexp" "regexp"
"strings" "strings"
"github.com/ericchiang/pup/Godeps/_workspace/src/github.com/fatih/color" "github.com/fatih/color"
"github.com/ericchiang/pup/Godeps/_workspace/src/github.com/mattn/go-colorable" "golang.org/x/net/html"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html" "golang.org/x/net/html/atom"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html/atom"
) )
func init() { func init() {

View File

@ -7,9 +7,9 @@ import (
"strconv" "strconv"
"strings" "strings"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html" "golang.org/x/net/html"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html/charset" "golang.org/x/net/html/charset"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/text/transform" "golang.org/x/text/transform"
) )
var ( var (

2
pup.go
View File

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"os" "os"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html" "golang.org/x/net/html"
) )
// _=,_ // _=,_

View File

@ -8,7 +8,7 @@ import (
"strings" "strings"
"text/scanner" "text/scanner"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html" "golang.org/x/net/html"
) )
type Selector interface { type Selector interface {