1
0
mirror of https://github.com/ericchiang/pup synced 2025-01-14 17:50:59 +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"
"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() {

View File

@ -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
View File

@ -4,7 +4,7 @@ import (
"fmt"
"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"
"text/scanner"
"github.com/ericchiang/pup/Godeps/_workspace/src/golang.org/x/net/html"
"golang.org/x/net/html"
)
type Selector interface {