switched import paths for go subrepos

pull/28/head
ericchiang 10 years ago
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,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…
Cancel
Save