mirror of
https://github.com/ericchiang/pup
synced 2025-01-15 02:00:55 +00:00
*: revert Godep rewrite
This commit is contained in:
parent
9ae816ce79
commit
0e201e701a
@ -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() {
|
||||||
|
6
parse.go
6
parse.go
@ -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
2
pup.go
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
// _=,_
|
// _=,_
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user