diff --git a/parser.go b/parser.go index 4b5c448..b44a42e 100644 --- a/parser.go +++ b/parser.go @@ -1,10 +1,11 @@ package xmlpath import ( - "code.google.com/p/go.net/html" "encoding/xml" "io" "strings" + + "golang.org/x/net/html" ) // Node is an item in an xml tree that was compiled to