diff --git a/README.md b/README.md index 84749fc..426d575 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Building requires Go 1.2 to be installed: http://golang.org/ export GOPATH=`pwd` git clone https://github.com/google/namebench.git src/github.com/google/namebench go get github.com/mattn/go-sqlite3 - go get code.google.com/p/go.net/publicsuffix + go get golang.org/x/net/publicsuffix go get github.com/miekg/dns ``` diff --git a/history/filter.go b/history/filter.go index a3aab36..c6d6527 100644 --- a/history/filter.go +++ b/history/filter.go @@ -2,7 +2,7 @@ package history import ( - "code.google.com/p/go.net/publicsuffix" + "golang.org/x/net/publicsuffix" "log" "math/rand" "net/url"