switched import paths for go subrepos

pull/28/head
ericchiang 10 years ago
parent e4043764a0
commit bc1fd77d6b

@ -6,8 +6,8 @@ import (
"regexp"
"strings"
"code.google.com/p/go.net/html"
"code.google.com/p/go.net/html/atom"
"golang.org/x/net/html"
"golang.org/x/net/html/atom"
"github.com/fatih/color"
"github.com/mattn/go-colorable"
)

@ -4,8 +4,8 @@ import (
"fmt"
"os"
"code.google.com/p/go.net/html"
"code.google.com/p/go.net/html/charset"
"golang.org/x/net/html"
"golang.org/x/net/html/charset"
)
// _=,_

@ -8,7 +8,7 @@ import (
"strings"
"text/scanner"
"code.google.com/p/go.net/html"
"golang.org/x/net/html"
)
type Selector interface {

Loading…
Cancel
Save