mirror of
https://github.com/ericchiang/pup
synced 2025-01-15 02:00:55 +00:00
switched import paths for go subrepos
This commit is contained in:
parent
e4043764a0
commit
bc1fd77d6b
@ -6,8 +6,8 @@ import (
|
|||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"code.google.com/p/go.net/html"
|
"golang.org/x/net/html"
|
||||||
"code.google.com/p/go.net/html/atom"
|
"golang.org/x/net/html/atom"
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
"github.com/mattn/go-colorable"
|
"github.com/mattn/go-colorable"
|
||||||
)
|
)
|
||||||
|
4
pup.go
4
pup.go
@ -4,8 +4,8 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"code.google.com/p/go.net/html"
|
"golang.org/x/net/html"
|
||||||
"code.google.com/p/go.net/html/charset"
|
"golang.org/x/net/html/charset"
|
||||||
)
|
)
|
||||||
|
|
||||||
// _=,_
|
// _=,_
|
||||||
|
@ -8,7 +8,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"text/scanner"
|
"text/scanner"
|
||||||
|
|
||||||
"code.google.com/p/go.net/html"
|
"golang.org/x/net/html"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Selector interface {
|
type Selector interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user