*: revert Godep rewrite

pull/68/head
Eric Chiang 8 years ago
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() {

@ -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 (

@ -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…
Cancel
Save