mirror of
https://github.com/ericchiang/pup
synced 2025-01-14 17:50:59 +00:00
*: revert Godep rewrite
This commit is contained in:
parent
9ae816ce79
commit
0e201e701a
@ -6,10 +6,9 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/github.com/fatih/color"
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/github.com/mattn/go-colorable"
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html"
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html/atom"
|
||||
"github.com/fatih/color"
|
||||
"golang.org/x/net/html"
|
||||
"golang.org/x/net/html/atom"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
6
parse.go
6
parse.go
@ -7,9 +7,9 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html"
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html/charset"
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/text/transform"
|
||||
"golang.org/x/net/html"
|
||||
"golang.org/x/net/html/charset"
|
||||
"golang.org/x/text/transform"
|
||||
)
|
||||
|
||||
var (
|
||||
|
2
pup.go
2
pup.go
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html"
|
||||
"golang.org/x/net/html"
|
||||
)
|
||||
|
||||
// _=,_
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"text/scanner"
|
||||
|
||||
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html"
|
||||
"golang.org/x/net/html"
|
||||
)
|
||||
|
||||
type Selector interface {
|
||||
|
Loading…
Reference in New Issue
Block a user