Skip to content

Commit

Permalink
Merge pull request #7 from hochhaus/master
Browse files Browse the repository at this point in the history
Use new import path for Go net sub repository
  • Loading branch information
yohcop committed Nov 11, 2014
2 parents 82d4bf6 + f2aa6d0 commit f1b96c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openid/html_discovery.go
Expand Up @@ -2,7 +2,7 @@ package openid

import (
"errors"
"code.google.com/p/go.net/html"
"golang.org/x/net/html"
"io"
)

Expand Down
2 changes: 1 addition & 1 deletion src/openid/yadis_discovery.go
Expand Up @@ -2,7 +2,7 @@ package openid

import (
"errors"
"code.google.com/p/go.net/html"
"golang.org/x/net/html"
"io"
"io/ioutil"
"strings"
Expand Down

0 comments on commit f1b96c3

Please sign in to comment.