gosrc: generate new standard library list for 1.7

Fixes #436.

Change-Id: Ia406e1ed10502517559546975402f7d9f51beccf
Reviewed-on: https://go-review.googlesource.com/27111
Reviewed-by: Andrew Gerrand <adg@golang.org>
diff --git a/gosrc/data.go b/gosrc/data.go
index 14360aa..417e12a 100644
--- a/gosrc/data.go
+++ b/gosrc/data.go
@@ -11,188 +11,196 @@
 )
 
 var pathFlags = map[string]int{
-	"C":                                     2,
-	"archive":                               1,
-	"archive/tar":                           3,
-	"archive/zip":                           3,
-	"bufio":                                 3,
-	"builtin":                               3,
-	"bytes":                                 3,
-	"compress":                              1,
-	"compress/bzip2":                        3,
-	"compress/flate":                        3,
-	"compress/gzip":                         3,
-	"compress/lzw":                          3,
-	"compress/zlib":                         3,
-	"container":                             1,
-	"container/heap":                        3,
-	"container/list":                        3,
-	"container/ring":                        3,
-	"crypto":                                3,
-	"crypto/aes":                            3,
-	"crypto/cipher":                         3,
-	"crypto/des":                            3,
-	"crypto/dsa":                            3,
-	"crypto/ecdsa":                          3,
-	"crypto/elliptic":                       3,
-	"crypto/hmac":                           3,
-	"crypto/md5":                            3,
-	"crypto/rand":                           3,
-	"crypto/rc4":                            3,
-	"crypto/rsa":                            3,
-	"crypto/sha1":                           3,
-	"crypto/sha256":                         3,
-	"crypto/sha512":                         3,
-	"crypto/subtle":                         3,
-	"crypto/tls":                            3,
-	"crypto/x509":                           3,
-	"crypto/x509/pkix":                      3,
-	"database":                              1,
-	"database/sql":                          3,
-	"database/sql/driver":                   3,
-	"debug":                                 1,
-	"debug/dwarf":                           3,
-	"debug/elf":                             3,
-	"debug/gosym":                           3,
-	"debug/macho":                           3,
-	"debug/pe":                              3,
-	"debug/plan9obj":                        3,
-	"encoding":                              3,
-	"encoding/ascii85":                      3,
-	"encoding/asn1":                         3,
-	"encoding/base32":                       3,
-	"encoding/base64":                       3,
-	"encoding/binary":                       3,
-	"encoding/csv":                          3,
-	"encoding/gob":                          3,
-	"encoding/hex":                          3,
-	"encoding/json":                         3,
-	"encoding/pem":                          3,
-	"encoding/xml":                          3,
-	"errors":                                3,
-	"expvar":                                3,
-	"flag":                                  3,
-	"fmt":                                   3,
-	"go":                                    1,
-	"go/ast":                                3,
-	"go/build":                              3,
-	"go/constant":                           3,
-	"go/doc":                                3,
-	"go/format":                             3,
-	"go/importer":                           3,
-	"go/internal":                           1,
-	"go/internal/gccgoimporter":             3,
-	"go/internal/gcimporter":                3,
-	"go/parser":                             3,
-	"go/printer":                            3,
-	"go/scanner":                            3,
-	"go/token":                              3,
-	"go/types":                              3,
-	"hash":                                  3,
-	"hash/adler32":                          3,
-	"hash/crc32":                            3,
-	"hash/crc64":                            3,
-	"hash/fnv":                              3,
-	"html":                                  3,
-	"html/template":                         3,
-	"image":                                 3,
-	"image/color":                           3,
-	"image/color/palette":                   3,
-	"image/draw":                            3,
-	"image/gif":                             3,
-	"image/internal":                        1,
-	"image/internal/imageutil":              3,
-	"image/jpeg":                            3,
-	"image/png":                             3,
-	"index":                                 1,
-	"index/suffixarray":                     3,
-	"internal":                              1,
-	"internal/golang.org":                   1,
-	"internal/golang.org/x":                 1,
-	"internal/golang.org/x/net":             1,
-	"internal/golang.org/x/net/http2":       1,
-	"internal/golang.org/x/net/http2/hpack": 3,
-	"internal/race":                         3,
-	"internal/singleflight":                 3,
-	"internal/syscall":                      1,
-	"internal/syscall/unix":                 3,
-	"internal/syscall/windows":              1,
-	"internal/syscall/windows/sysdll":       3,
-	"internal/testenv":                      3,
-	"internal/trace":                        3,
-	"io":                                    3,
-	"io/ioutil":                             3,
-	"log":                                   3,
-	"log/syslog":                            3,
-	"math":                                  3,
-	"math/big":                              3,
-	"math/cmplx":                            3,
-	"math/rand":                             3,
-	"mime":                                  3,
-	"mime/multipart":                        3,
-	"mime/quotedprintable":                  3,
-	"net":                     3,
-	"net/http":                3,
-	"net/http/cgi":            3,
-	"net/http/cookiejar":      3,
-	"net/http/fcgi":           3,
-	"net/http/httptest":       3,
-	"net/http/httputil":       3,
-	"net/http/internal":       3,
-	"net/http/pprof":          3,
-	"net/internal":            1,
-	"net/internal/socktest":   3,
-	"net/mail":                3,
-	"net/rpc":                 3,
-	"net/rpc/jsonrpc":         3,
-	"net/smtp":                3,
-	"net/textproto":           3,
-	"net/url":                 3,
-	"os":                      3,
-	"os/exec":                 3,
-	"os/signal":               3,
-	"os/user":                 3,
-	"path":                    3,
-	"path/filepath":           3,
-	"reflect":                 3,
-	"regexp":                  3,
-	"regexp/syntax":           3,
-	"runtime":                 3,
-	"runtime/cgo":             3,
-	"runtime/debug":           3,
-	"runtime/internal":        1,
-	"runtime/internal/atomic": 3,
-	"runtime/internal/sys":    3,
-	"runtime/pprof":           3,
-	"runtime/race":            3,
-	"runtime/trace":           3,
-	"sort":                    3,
-	"strconv":                 3,
-	"strings":                 3,
-	"sync":                    3,
-	"sync/atomic":             3,
-	"syscall":                 3,
-	"testing":                 3,
-	"testing/iotest":          3,
-	"testing/quick":           3,
-	"text":                    1,
-	"text/scanner":            3,
-	"text/tabwriter":          3,
-	"text/template":           3,
-	"text/template/parse":     3,
-	"time":                    3,
-	"unicode":                 3,
-	"unicode/utf16":           3,
-	"unicode/utf8":            3,
-	"unsafe":                  3,
+	"C":                               2,
+	"archive":                         1,
+	"archive/tar":                     3,
+	"archive/zip":                     3,
+	"bufio":                           3,
+	"builtin":                         3,
+	"bytes":                           3,
+	"compress":                        1,
+	"compress/bzip2":                  3,
+	"compress/flate":                  3,
+	"compress/gzip":                   3,
+	"compress/lzw":                    3,
+	"compress/zlib":                   3,
+	"container":                       1,
+	"container/heap":                  3,
+	"container/list":                  3,
+	"container/ring":                  3,
+	"context":                         3,
+	"crypto":                          3,
+	"crypto/aes":                      3,
+	"crypto/cipher":                   3,
+	"crypto/des":                      3,
+	"crypto/dsa":                      3,
+	"crypto/ecdsa":                    3,
+	"crypto/elliptic":                 3,
+	"crypto/hmac":                     3,
+	"crypto/md5":                      3,
+	"crypto/rand":                     3,
+	"crypto/rc4":                      3,
+	"crypto/rsa":                      3,
+	"crypto/sha1":                     3,
+	"crypto/sha256":                   3,
+	"crypto/sha512":                   3,
+	"crypto/subtle":                   3,
+	"crypto/tls":                      3,
+	"crypto/x509":                     3,
+	"crypto/x509/pkix":                3,
+	"database":                        1,
+	"database/sql":                    3,
+	"database/sql/driver":             3,
+	"debug":                           1,
+	"debug/dwarf":                     3,
+	"debug/elf":                       3,
+	"debug/gosym":                     3,
+	"debug/macho":                     3,
+	"debug/pe":                        3,
+	"debug/plan9obj":                  3,
+	"encoding":                        3,
+	"encoding/ascii85":                3,
+	"encoding/asn1":                   3,
+	"encoding/base32":                 3,
+	"encoding/base64":                 3,
+	"encoding/binary":                 3,
+	"encoding/csv":                    3,
+	"encoding/gob":                    3,
+	"encoding/hex":                    3,
+	"encoding/json":                   3,
+	"encoding/pem":                    3,
+	"encoding/xml":                    3,
+	"errors":                          3,
+	"expvar":                          3,
+	"flag":                            3,
+	"fmt":                             3,
+	"go":                              1,
+	"go/ast":                          3,
+	"go/build":                        3,
+	"go/constant":                     3,
+	"go/doc":                          3,
+	"go/format":                       3,
+	"go/importer":                     3,
+	"go/internal":                     1,
+	"go/internal/gccgoimporter":       3,
+	"go/internal/gcimporter":          3,
+	"go/parser":                       3,
+	"go/printer":                      3,
+	"go/scanner":                      3,
+	"go/token":                        3,
+	"go/types":                        3,
+	"hash":                            3,
+	"hash/adler32":                    3,
+	"hash/crc32":                      3,
+	"hash/crc64":                      3,
+	"hash/fnv":                        3,
+	"html":                            3,
+	"html/template":                   3,
+	"image":                           3,
+	"image/color":                     3,
+	"image/color/palette":             3,
+	"image/draw":                      3,
+	"image/gif":                       3,
+	"image/internal":                  1,
+	"image/internal/imageutil":        3,
+	"image/jpeg":                      3,
+	"image/png":                       3,
+	"index":                           1,
+	"index/suffixarray":               3,
+	"internal":                        1,
+	"internal/nettrace":               3,
+	"internal/race":                   3,
+	"internal/singleflight":           3,
+	"internal/syscall":                1,
+	"internal/syscall/windows":        1,
+	"internal/syscall/windows/sysdll": 3,
+	"internal/testenv":                3,
+	"internal/trace":                  3,
+	"io":                              3,
+	"io/ioutil":                       3,
+	"log":                             3,
+	"log/syslog":                      3,
+	"math":                            3,
+	"math/big":                        3,
+	"math/cmplx":                      3,
+	"math/rand":                       3,
+	"mime":                            3,
+	"mime/multipart":                  3,
+	"mime/quotedprintable":            3,
+	"net":                                 3,
+	"net/http":                            3,
+	"net/http/cgi":                        3,
+	"net/http/cookiejar":                  3,
+	"net/http/fcgi":                       3,
+	"net/http/httptest":                   3,
+	"net/http/httptrace":                  3,
+	"net/http/httputil":                   3,
+	"net/http/internal":                   3,
+	"net/http/pprof":                      3,
+	"net/internal":                        1,
+	"net/internal/socktest":               3,
+	"net/mail":                            3,
+	"net/rpc":                             3,
+	"net/rpc/jsonrpc":                     3,
+	"net/smtp":                            3,
+	"net/textproto":                       3,
+	"net/url":                             3,
+	"os":                                  3,
+	"os/exec":                             3,
+	"os/signal":                           3,
+	"os/user":                             3,
+	"path":                                3,
+	"path/filepath":                       3,
+	"reflect":                             3,
+	"regexp":                              3,
+	"regexp/syntax":                       3,
+	"runtime":                             3,
+	"runtime/cgo":                         3,
+	"runtime/debug":                       3,
+	"runtime/internal":                    1,
+	"runtime/internal/atomic":             3,
+	"runtime/internal/sys":                3,
+	"runtime/pprof":                       3,
+	"runtime/race":                        3,
+	"runtime/trace":                       3,
+	"sort":                                3,
+	"strconv":                             3,
+	"strings":                             3,
+	"sync":                                3,
+	"sync/atomic":                         3,
+	"syscall":                             3,
+	"testing":                             3,
+	"testing/iotest":                      3,
+	"testing/quick":                       3,
+	"text":                                1,
+	"text/scanner":                        3,
+	"text/tabwriter":                      3,
+	"text/template":                       3,
+	"text/template/parse":                 3,
+	"time":                                3,
+	"unicode":                             3,
+	"unicode/utf16":                       3,
+	"unicode/utf8":                        3,
+	"unsafe":                              3,
+	"vendor":                              1,
+	"vendor/golang_org":                   1,
+	"vendor/golang_org/x":                 1,
+	"vendor/golang_org/x/net":             1,
+	"vendor/golang_org/x/net/http2":       1,
+	"vendor/golang_org/x/net/http2/hpack": 3,
+	"vendor/golang_org/x/net/lex":         1,
+	"vendor/golang_org/x/net/lex/httplex": 3,
+	"vendor/golang_org/x/net/route":       3,
 }
 
 var validTLDs = map[string]bool{
 	".aaa":                      true,
 	".aarp":                     true,
+	".abarth":                   true,
 	".abb":                      true,
 	".abbott":                   true,
 	".abbvie":                   true,
+	".abc":                      true,
 	".able":                     true,
 	".abogado":                  true,
 	".abudhabi":                 true,
@@ -213,6 +221,7 @@
 	".aero":                     true,
 	".aetna":                    true,
 	".af":                       true,
+	".afamilycompany":           true,
 	".afl":                      true,
 	".ag":                       true,
 	".agakhan":                  true,
@@ -224,13 +233,19 @@
 	".airtel":                   true,
 	".akdn":                     true,
 	".al":                       true,
+	".alfaromeo":                true,
 	".alibaba":                  true,
 	".alipay":                   true,
 	".allfinanz":                true,
+	".allstate":                 true,
 	".ally":                     true,
 	".alsace":                   true,
 	".alstom":                   true,
 	".am":                       true,
+	".americanexpress":          true,
+	".americanfamily":           true,
+	".amex":                     true,
+	".amfam":                    true,
 	".amica":                    true,
 	".amsterdam":                true,
 	".analytics":                true,
@@ -251,9 +266,11 @@
 	".art":                      true,
 	".arte":                     true,
 	".as":                       true,
+	".asda":                     true,
 	".asia":                     true,
 	".associates":               true,
 	".at":                       true,
+	".athleta":                  true,
 	".attorney":                 true,
 	".au":                       true,
 	".auction":                  true,
@@ -273,6 +290,8 @@
 	".ba":                       true,
 	".baby":                     true,
 	".baidu":                    true,
+	".banamex":                  true,
+	".bananarepublic":           true,
 	".band":                     true,
 	".bank":                     true,
 	".bar":                      true,
@@ -285,16 +304,19 @@
 	".bayern":                   true,
 	".bb":                       true,
 	".bbc":                      true,
+	".bbt":                      true,
 	".bbva":                     true,
 	".bcg":                      true,
 	".bcn":                      true,
 	".bd":                       true,
 	".be":                       true,
 	".beats":                    true,
+	".beauty":                   true,
 	".beer":                     true,
 	".bentley":                  true,
 	".berlin":                   true,
 	".best":                     true,
+	".bestbuy":                  true,
 	".bet":                      true,
 	".bf":                       true,
 	".bg":                       true,
@@ -312,6 +334,7 @@
 	".black":                    true,
 	".blackfriday":              true,
 	".blanco":                   true,
+	".blockbuster":              true,
 	".blog":                     true,
 	".bloomberg":                true,
 	".blue":                     true,
@@ -324,10 +347,12 @@
 	".bo":                       true,
 	".boats":                    true,
 	".boehringer":               true,
+	".bofa":                     true,
 	".bom":                      true,
 	".bond":                     true,
 	".boo":                      true,
 	".book":                     true,
+	".booking":                  true,
 	".boots":                    true,
 	".bosch":                    true,
 	".bostik":                   true,
@@ -359,6 +384,7 @@
 	".cafe":                     true,
 	".cal":                      true,
 	".call":                     true,
+	".calvinklein":              true,
 	".cam":                      true,
 	".camera":                   true,
 	".camp":                     true,
@@ -366,6 +392,7 @@
 	".canon":                    true,
 	".capetown":                 true,
 	".capital":                  true,
+	".capitalone":               true,
 	".car":                      true,
 	".caravan":                  true,
 	".cards":                    true,
@@ -381,6 +408,8 @@
 	".catering":                 true,
 	".cba":                      true,
 	".cbn":                      true,
+	".cbre":                     true,
+	".cbs":                      true,
 	".cc":                       true,
 	".cd":                       true,
 	".ceb":                      true,
@@ -401,11 +430,14 @@
 	".chloe":                    true,
 	".christmas":                true,
 	".chrome":                   true,
+	".chrysler":                 true,
 	".church":                   true,
 	".ci":                       true,
 	".cipriani":                 true,
 	".circle":                   true,
 	".cisco":                    true,
+	".citadel":                  true,
+	".citi":                     true,
 	".citic":                    true,
 	".city":                     true,
 	".cityeats":                 true,
@@ -429,6 +461,7 @@
 	".college":                  true,
 	".cologne":                  true,
 	".com":                      true,
+	".comcast":                  true,
 	".commbank":                 true,
 	".community":                true,
 	".company":                  true,
@@ -498,12 +531,16 @@
 	".direct":                   true,
 	".directory":                true,
 	".discount":                 true,
+	".discover":                 true,
+	".dish":                     true,
 	".dj":                       true,
 	".dk":                       true,
 	".dm":                       true,
 	".dnp":                      true,
 	".do":                       true,
 	".docs":                     true,
+	".doctor":                   true,
+	".dodge":                    true,
 	".dog":                      true,
 	".doha":                     true,
 	".domains":                  true,
@@ -512,7 +549,9 @@
 	".drive":                    true,
 	".dtv":                      true,
 	".dubai":                    true,
+	".duck":                     true,
 	".dunlop":                   true,
+	".duns":                     true,
 	".dupont":                   true,
 	".durban":                   true,
 	".dvag":                     true,
@@ -540,6 +579,7 @@
 	".es":                       true,
 	".esq":                      true,
 	".estate":                   true,
+	".esurance":                 true,
 	".et":                       true,
 	".eu":                       true,
 	".eurovision":               true,
@@ -559,11 +599,16 @@
 	".fan":                      true,
 	".fans":                     true,
 	".farm":                     true,
+	".farmers":                  true,
 	".fashion":                  true,
 	".fast":                     true,
+	".fedex":                    true,
 	".feedback":                 true,
+	".ferrari":                  true,
 	".ferrero":                  true,
 	".fi":                       true,
+	".fiat":                     true,
+	".fidelity":                 true,
 	".film":                     true,
 	".final":                    true,
 	".finance":                  true,
@@ -582,7 +627,6 @@
 	".flir":                     true,
 	".florist":                  true,
 	".flowers":                  true,
-	".flsmidth":                 true,
 	".fly":                      true,
 	".fm":                       true,
 	".fo":                       true,
@@ -602,6 +646,8 @@
 	".frontdoor":                true,
 	".frontier":                 true,
 	".ftr":                      true,
+	".fujitsu":                  true,
+	".fujixerox":                true,
 	".fund":                     true,
 	".furniture":                true,
 	".futbol":                   true,
@@ -613,6 +659,7 @@
 	".gallup":                   true,
 	".game":                     true,
 	".games":                    true,
+	".gap":                      true,
 	".garden":                   true,
 	".gb":                       true,
 	".gbiz":                     true,
@@ -632,6 +679,7 @@
 	".gives":                    true,
 	".giving":                   true,
 	".gl":                       true,
+	".glade":                    true,
 	".glass":                    true,
 	".gle":                      true,
 	".global":                   true,
@@ -642,10 +690,12 @@
 	".gmo":                      true,
 	".gmx":                      true,
 	".gn":                       true,
+	".godaddy":                  true,
 	".gold":                     true,
 	".goldpoint":                true,
 	".golf":                     true,
 	".goo":                      true,
+	".goodhands":                true,
 	".goodyear":                 true,
 	".goog":                     true,
 	".google":                   true,
@@ -675,6 +725,7 @@
 	".hamburg":                  true,
 	".hangout":                  true,
 	".haus":                     true,
+	".hbo":                      true,
 	".hdfcbank":                 true,
 	".health":                   true,
 	".healthcare":               true,
@@ -695,11 +746,15 @@
 	".holdings":                 true,
 	".holiday":                  true,
 	".homedepot":                true,
+	".homegoods":                true,
 	".homes":                    true,
+	".homesense":                true,
 	".honda":                    true,
+	".honeywell":                true,
 	".horse":                    true,
 	".host":                     true,
 	".hosting":                  true,
+	".hot":                      true,
 	".hoteles":                  true,
 	".hotmail":                  true,
 	".house":                    true,
@@ -709,6 +764,8 @@
 	".ht":                       true,
 	".htc":                      true,
 	".hu":                       true,
+	".hughes":                   true,
+	".hyatt":                    true,
 	".hyundai":                  true,
 	".ibm":                      true,
 	".icbc":                     true,
@@ -716,8 +773,10 @@
 	".icu":                      true,
 	".id":                       true,
 	".ie":                       true,
+	".ieee":                     true,
 	".ifm":                      true,
 	".iinet":                    true,
+	".ikano":                    true,
 	".il":                       true,
 	".im":                       true,
 	".imamat":                   true,
@@ -734,7 +793,9 @@
 	".insurance":                true,
 	".insure":                   true,
 	".int":                      true,
+	".intel":                    true,
 	".international":            true,
+	".intuit":                   true,
 	".investments":              true,
 	".io":                       true,
 	".ipiranga":                 true,
@@ -755,6 +816,7 @@
 	".jcb":                      true,
 	".jcp":                      true,
 	".je":                       true,
+	".jeep":                     true,
 	".jetzt":                    true,
 	".jewelry":                  true,
 	".jlc":                      true,
@@ -771,6 +833,7 @@
 	".jpmorgan":                 true,
 	".jprs":                     true,
 	".juegos":                   true,
+	".juniper":                  true,
 	".kaufen":                   true,
 	".kddi":                     true,
 	".ke":                       true,
@@ -805,14 +868,18 @@
 	".kz":                       true,
 	".la":                       true,
 	".lacaixa":                  true,
+	".ladbrokes":                true,
 	".lamborghini":              true,
 	".lamer":                    true,
 	".lancaster":                true,
+	".lancia":                   true,
+	".lancome":                  true,
 	".land":                     true,
 	".landrover":                true,
 	".lanxess":                  true,
 	".lasalle":                  true,
 	".lat":                      true,
+	".latino":                   true,
 	".latrobe":                  true,
 	".law":                      true,
 	".lawyer":                   true,
@@ -821,6 +888,7 @@
 	".lds":                      true,
 	".lease":                    true,
 	".leclerc":                  true,
+	".lefrak":                   true,
 	".legal":                    true,
 	".lego":                     true,
 	".lexus":                    true,
@@ -833,6 +901,7 @@
 	".lifestyle":                true,
 	".lighting":                 true,
 	".like":                     true,
+	".lilly":                    true,
 	".limited":                  true,
 	".limo":                     true,
 	".lincoln":                  true,
@@ -847,23 +916,28 @@
 	".loans":                    true,
 	".locker":                   true,
 	".locus":                    true,
+	".loft":                     true,
 	".lol":                      true,
 	".london":                   true,
 	".lotte":                    true,
 	".lotto":                    true,
 	".love":                     true,
+	".lpl":                      true,
+	".lplfinancial":             true,
 	".lr":                       true,
 	".ls":                       true,
 	".lt":                       true,
 	".ltd":                      true,
 	".ltda":                     true,
 	".lu":                       true,
+	".lundbeck":                 true,
 	".lupin":                    true,
 	".luxe":                     true,
 	".luxury":                   true,
 	".lv":                       true,
 	".ly":                       true,
 	".ma":                       true,
+	".macys":                    true,
 	".madrid":                   true,
 	".maif":                     true,
 	".maison":                   true,
@@ -875,9 +949,14 @@
 	".marketing":                true,
 	".markets":                  true,
 	".marriott":                 true,
+	".marshalls":                true,
+	".maserati":                 true,
 	".mattel":                   true,
 	".mba":                      true,
 	".mc":                       true,
+	".mcd":                      true,
+	".mcdonalds":                true,
+	".mckinsey":                 true,
 	".md":                       true,
 	".me":                       true,
 	".med":                      true,
@@ -896,6 +975,9 @@
 	".microsoft":                true,
 	".mil":                      true,
 	".mini":                     true,
+	".mint":                     true,
+	".mit":                      true,
+	".mitsubishi":               true,
 	".mk":                       true,
 	".ml":                       true,
 	".mlb":                      true,
@@ -913,6 +995,7 @@
 	".monash":                   true,
 	".money":                    true,
 	".montblanc":                true,
+	".mopar":                    true,
 	".mormon":                   true,
 	".mortgage":                 true,
 	".moscow":                   true,
@@ -924,6 +1007,7 @@
 	".mq":                       true,
 	".mr":                       true,
 	".ms":                       true,
+	".msd":                      true,
 	".mt":                       true,
 	".mtn":                      true,
 	".mtpc":                     true,
@@ -941,8 +1025,10 @@
 	".nadex":                    true,
 	".nagoya":                   true,
 	".name":                     true,
+	".nationwide":               true,
 	".natura":                   true,
 	".navy":                     true,
+	".nba":                      true,
 	".nc":                       true,
 	".ne":                       true,
 	".nec":                      true,
@@ -963,6 +1049,7 @@
 	".nhk":                      true,
 	".ni":                       true,
 	".nico":                     true,
+	".nike":                     true,
 	".nikon":                    true,
 	".ninja":                    true,
 	".nissan":                   true,
@@ -984,10 +1071,12 @@
 	".nyc":                      true,
 	".nz":                       true,
 	".obi":                      true,
+	".off":                      true,
 	".office":                   true,
 	".okinawa":                  true,
 	".olayan":                   true,
 	".olayangroup":              true,
+	".oldnavy":                  true,
 	".ollo":                     true,
 	".om":                       true,
 	".omega":                    true,
@@ -995,7 +1084,9 @@
 	".ong":                      true,
 	".onl":                      true,
 	".online":                   true,
+	".onyourside":               true,
 	".ooo":                      true,
+	".open":                     true,
 	".oracle":                   true,
 	".orange":                   true,
 	".org":                      true,
@@ -1009,6 +1100,7 @@
 	".pa":                       true,
 	".page":                     true,
 	".pamperedchef":             true,
+	".panasonic":                true,
 	".panerai":                  true,
 	".paris":                    true,
 	".pars":                     true,
@@ -1016,10 +1108,12 @@
 	".parts":                    true,
 	".party":                    true,
 	".passagens":                true,
+	".pay":                      true,
 	".pccw":                     true,
 	".pe":                       true,
 	".pet":                      true,
 	".pf":                       true,
+	".pfizer":                   true,
 	".pg":                       true,
 	".ph":                       true,
 	".pharmacy":                 true,
@@ -1047,12 +1141,14 @@
 	".plus":                     true,
 	".pm":                       true,
 	".pn":                       true,
+	".pnc":                      true,
 	".pohl":                     true,
 	".poker":                    true,
 	".politie":                  true,
 	".porn":                     true,
 	".post":                     true,
 	".pr":                       true,
+	".pramerica":                true,
 	".praxi":                    true,
 	".press":                    true,
 	".prime":                    true,
@@ -1065,6 +1161,8 @@
 	".properties":               true,
 	".property":                 true,
 	".protection":               true,
+	".pru":                      true,
+	".prudential":               true,
 	".ps":                       true,
 	".pt":                       true,
 	".pub":                      true,
@@ -1075,7 +1173,9 @@
 	".qpon":                     true,
 	".quebec":                   true,
 	".quest":                    true,
+	".qvc":                      true,
 	".racing":                   true,
+	".raid":                     true,
 	".re":                       true,
 	".read":                     true,
 	".realestate":               true,
@@ -1103,6 +1203,7 @@
 	".rich":                     true,
 	".richardli":                true,
 	".ricoh":                    true,
+	".rightathome":              true,
 	".rio":                      true,
 	".rip":                      true,
 	".ro":                       true,
@@ -1148,16 +1249,19 @@
 	".schule":                   true,
 	".schwarz":                  true,
 	".science":                  true,
+	".scjohnson":                true,
 	".scor":                     true,
 	".scot":                     true,
 	".sd":                       true,
 	".se":                       true,
 	".seat":                     true,
+	".secure":                   true,
 	".security":                 true,
 	".seek":                     true,
 	".select":                   true,
 	".sener":                    true,
 	".services":                 true,
+	".ses":                      true,
 	".seven":                    true,
 	".sew":                      true,
 	".sex":                      true,
@@ -1165,6 +1269,7 @@
 	".sfr":                      true,
 	".sg":                       true,
 	".sh":                       true,
+	".shangrila":                true,
 	".sharp":                    true,
 	".shaw":                     true,
 	".shell":                    true,
@@ -1175,6 +1280,7 @@
 	".shopping":                 true,
 	".shouji":                   true,
 	".show":                     true,
+	".showtime":                 true,
 	".shriram":                  true,
 	".si":                       true,
 	".silk":                     true,
@@ -1188,7 +1294,9 @@
 	".sky":                      true,
 	".skype":                    true,
 	".sl":                       true,
+	".sling":                    true,
 	".sm":                       true,
+	".smart":                    true,
 	".smile":                    true,
 	".sn":                       true,
 	".sncf":                     true,
@@ -1209,8 +1317,10 @@
 	".spreadbetting":            true,
 	".sr":                       true,
 	".srl":                      true,
+	".srt":                      true,
 	".st":                       true,
 	".stada":                    true,
+	".staples":                  true,
 	".star":                     true,
 	".starhub":                  true,
 	".statebank":                true,
@@ -1235,6 +1345,7 @@
 	".suzuki":                   true,
 	".sv":                       true,
 	".swatch":                   true,
+	".swiftcover":               true,
 	".swiss":                    true,
 	".sx":                       true,
 	".sy":                       true,
@@ -1246,6 +1357,7 @@
 	".taipei":                   true,
 	".talk":                     true,
 	".taobao":                   true,
+	".target":                   true,
 	".tatamotors":               true,
 	".tatar":                    true,
 	".tattoo":                   true,
@@ -1270,6 +1382,7 @@
 	".thd":                      true,
 	".theater":                  true,
 	".theatre":                  true,
+	".tiaa":                     true,
 	".tickets":                  true,
 	".tienda":                   true,
 	".tiffany":                  true,
@@ -1277,7 +1390,10 @@
 	".tires":                    true,
 	".tirol":                    true,
 	".tj":                       true,
+	".tjmaxx":                   true,
+	".tjx":                      true,
 	".tk":                       true,
+	".tkmaxx":                   true,
 	".tl":                       true,
 	".tm":                       true,
 	".tmall":                    true,
@@ -1315,6 +1431,7 @@
 	".tz":                       true,
 	".ua":                       true,
 	".ubs":                      true,
+	".uconnect":                 true,
 	".ug":                       true,
 	".uk":                       true,
 	".unicom":                   true,
@@ -1345,10 +1462,12 @@
 	".vin":                      true,
 	".vip":                      true,
 	".virgin":                   true,
+	".visa":                     true,
 	".vision":                   true,
 	".vista":                    true,
 	".vistaprint":               true,
 	".viva":                     true,
+	".vivo":                     true,
 	".vlaanderen":               true,
 	".vn":                       true,
 	".vodka":                    true,
@@ -1383,6 +1502,7 @@
 	".win":                      true,
 	".windows":                  true,
 	".wine":                     true,
+	".winners":                  true,
 	".wme":                      true,
 	".wolterskluwer":            true,
 	".woodside":                 true,
@@ -1394,6 +1514,7 @@
 	".wtf":                      true,
 	".xbox":                     true,
 	".xerox":                    true,
+	".xfinity":                  true,
 	".xihuan":                   true,
 	".xin":                      true,
 	".xn--11b4c3d":              true,
@@ -1410,6 +1531,7 @@
 	".xn--4gbrim":               true,
 	".xn--55qw42g":              true,
 	".xn--55qx5d":               true,
+	".xn--5su34j936bgsg":        true,
 	".xn--5tzm5g":               true,
 	".xn--6frz82g":              true,
 	".xn--6qq986b3xl":           true,
@@ -1419,6 +1541,7 @@
 	".xn--80aswg":               true,
 	".xn--8y0a063a":             true,
 	".xn--90a3ac":               true,
+	".xn--90ae":                 true,
 	".xn--90ais":                true,
 	".xn--9dbq2a":               true,
 	".xn--9et52u":               true,
@@ -1547,6 +1670,7 @@
 	".zara":                     true,
 	".zero":                     true,
 	".zip":                      true,
+	".zippo":                    true,
 	".zm":                       true,
 	".zone":                     true,
 	".zuerich":                  true,