gosrc: Regenerate for Go 1.8.

Performed with:

	go generate github.com/golang/gddo/gosrc

Using go1.8.

It updates list of standard Go packages to that of Go 1.8.

Fixes #475.

Change-Id: I6fd2ab73a497df4e0f28c85953f0366f13a430c7
Reviewed-on: https://go-review.googlesource.com/37491
Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
diff --git a/gosrc/data.go b/gosrc/data.go
index 85255b3..385b544 100644
--- a/gosrc/data.go
+++ b/gosrc/data.go
@@ -11,266 +11,292 @@
 )
 
 var pathFlags = map[string]int{
-	"C":                                       2,
-	"archive":                                 1,
-	"archive/tar":                             3,
-	"archive/zip":                             3,
-	"bufio":                                   3,
-	"builtin":                                 3,
-	"bytes":                                   3,
-	"cmd":                                     1,
-	"cmd/addr2line":                           3,
-	"cmd/asm":                                 3,
-	"cmd/asm/internal":                        1,
-	"cmd/asm/internal/arch":                   3,
-	"cmd/asm/internal/asm":                    3,
-	"cmd/asm/internal/flags":                  3,
-	"cmd/asm/internal/lex":                    3,
-	"cmd/cgo":                                 3,
-	"cmd/compile":                             3,
-	"cmd/compile/internal":                    1,
-	"cmd/compile/internal/amd64":              3,
-	"cmd/compile/internal/arm":                3,
-	"cmd/compile/internal/arm64":              3,
-	"cmd/compile/internal/big":                3,
-	"cmd/compile/internal/gc":                 3,
-	"cmd/compile/internal/mips64":             3,
-	"cmd/compile/internal/ppc64":              3,
-	"cmd/compile/internal/s390x":              3,
-	"cmd/compile/internal/ssa":                3,
-	"cmd/compile/internal/test":               3,
-	"cmd/compile/internal/x86":                3,
-	"cmd/cover":                               3,
-	"cmd/dist":                                3,
-	"cmd/doc":                                 3,
-	"cmd/fix":                                 3,
-	"cmd/go":                                  3,
-	"cmd/gofmt":                               3,
-	"cmd/internal":                            1,
-	"cmd/internal/bio":                        3,
-	"cmd/internal/gcprog":                     3,
-	"cmd/internal/goobj":                      3,
-	"cmd/internal/obj":                        3,
-	"cmd/internal/obj/arm":                    3,
-	"cmd/internal/obj/arm64":                  3,
-	"cmd/internal/obj/mips":                   3,
-	"cmd/internal/obj/ppc64":                  3,
-	"cmd/internal/obj/s390x":                  3,
-	"cmd/internal/obj/x86":                    3,
-	"cmd/internal/objfile":                    3,
-	"cmd/internal/pprof":                      1,
-	"cmd/internal/pprof/commands":             3,
-	"cmd/internal/pprof/driver":               3,
-	"cmd/internal/pprof/fetch":                3,
-	"cmd/internal/pprof/plugin":               3,
-	"cmd/internal/pprof/profile":              3,
-	"cmd/internal/pprof/report":               3,
-	"cmd/internal/pprof/svg":                  3,
-	"cmd/internal/pprof/symbolizer":           3,
-	"cmd/internal/pprof/symbolz":              3,
-	"cmd/internal/pprof/tempfile":             3,
-	"cmd/internal/sys":                        3,
-	"cmd/link":                                3,
-	"cmd/link/internal":                       1,
-	"cmd/link/internal/amd64":                 3,
-	"cmd/link/internal/arm":                   3,
-	"cmd/link/internal/arm64":                 3,
-	"cmd/link/internal/ld":                    3,
-	"cmd/link/internal/mips64":                3,
-	"cmd/link/internal/ppc64":                 3,
-	"cmd/link/internal/s390x":                 3,
-	"cmd/link/internal/x86":                   3,
-	"cmd/nm":                                  3,
-	"cmd/objdump":                             3,
-	"cmd/pack":                                3,
-	"cmd/pprof":                               3,
-	"cmd/trace":                               3,
-	"cmd/vendor":                              1,
-	"cmd/vendor/golang.org":                   1,
-	"cmd/vendor/golang.org/x":                 1,
-	"cmd/vendor/golang.org/x/arch":            1,
-	"cmd/vendor/golang.org/x/arch/arm":        1,
-	"cmd/vendor/golang.org/x/arch/arm/armasm": 3,
-	"cmd/vendor/golang.org/x/arch/x86":        1,
-	"cmd/vendor/golang.org/x/arch/x86/x86asm": 3,
-	"cmd/vet":                         3,
-	"cmd/vet/internal":                1,
-	"cmd/vet/internal/cfg":            3,
-	"cmd/vet/internal/whitelist":      3,
-	"cmd/yacc":                        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,
+	"C":                                           2,
+	"archive":                                     1,
+	"archive/tar":                                 3,
+	"archive/zip":                                 3,
+	"bufio":                                       3,
+	"builtin":                                     3,
+	"bytes":                                       3,
+	"cmd":                                         1,
+	"cmd/addr2line":                               3,
+	"cmd/asm":                                     3,
+	"cmd/asm/internal":                            1,
+	"cmd/asm/internal/arch":                       3,
+	"cmd/asm/internal/asm":                        3,
+	"cmd/asm/internal/flags":                      3,
+	"cmd/asm/internal/lex":                        3,
+	"cmd/cgo":                                     3,
+	"cmd/compile":                                 3,
+	"cmd/compile/internal":                        1,
+	"cmd/compile/internal/amd64":                  3,
+	"cmd/compile/internal/arm":                    3,
+	"cmd/compile/internal/arm64":                  3,
+	"cmd/compile/internal/gc":                     3,
+	"cmd/compile/internal/mips":                   3,
+	"cmd/compile/internal/mips64":                 3,
+	"cmd/compile/internal/ppc64":                  3,
+	"cmd/compile/internal/s390x":                  3,
+	"cmd/compile/internal/ssa":                    3,
+	"cmd/compile/internal/syntax":                 3,
+	"cmd/compile/internal/test":                   3,
+	"cmd/compile/internal/x86":                    3,
+	"cmd/cover":                                   3,
+	"cmd/dist":                                    3,
+	"cmd/doc":                                     3,
+	"cmd/fix":                                     3,
+	"cmd/go":                                      3,
+	"cmd/gofmt":                                   3,
+	"cmd/internal":                                1,
+	"cmd/internal/bio":                            3,
+	"cmd/internal/browser":                        3,
+	"cmd/internal/dwarf":                          3,
+	"cmd/internal/gcprog":                         3,
+	"cmd/internal/goobj":                          3,
+	"cmd/internal/obj":                            3,
+	"cmd/internal/obj/arm":                        3,
+	"cmd/internal/obj/arm64":                      3,
+	"cmd/internal/obj/mips":                       3,
+	"cmd/internal/obj/ppc64":                      3,
+	"cmd/internal/obj/s390x":                      3,
+	"cmd/internal/obj/x86":                        3,
+	"cmd/internal/objfile":                        3,
+	"cmd/internal/sys":                            3,
+	"cmd/link":                                    3,
+	"cmd/link/internal":                           1,
+	"cmd/link/internal/amd64":                     3,
+	"cmd/link/internal/arm":                       3,
+	"cmd/link/internal/arm64":                     3,
+	"cmd/link/internal/ld":                        3,
+	"cmd/link/internal/mips":                      3,
+	"cmd/link/internal/mips64":                    3,
+	"cmd/link/internal/ppc64":                     3,
+	"cmd/link/internal/s390x":                     3,
+	"cmd/link/internal/x86":                       3,
+	"cmd/nm":                                      3,
+	"cmd/objdump":                                 3,
+	"cmd/pack":                                    3,
+	"cmd/pprof":                                   3,
+	"cmd/pprof/internal":                          1,
+	"cmd/pprof/internal/commands":                 3,
+	"cmd/pprof/internal/driver":                   3,
+	"cmd/pprof/internal/fetch":                    3,
+	"cmd/pprof/internal/plugin":                   3,
+	"cmd/pprof/internal/report":                   3,
+	"cmd/pprof/internal/svg":                      3,
+	"cmd/pprof/internal/symbolizer":               3,
+	"cmd/pprof/internal/symbolz":                  3,
+	"cmd/pprof/internal/tempfile":                 3,
+	"cmd/trace":                                   3,
+	"cmd/vendor":                                  1,
+	"cmd/vendor/golang.org":                       1,
+	"cmd/vendor/golang.org/x":                     1,
+	"cmd/vendor/golang.org/x/arch":                1,
+	"cmd/vendor/golang.org/x/arch/arm":            1,
+	"cmd/vendor/golang.org/x/arch/arm/armasm":     3,
+	"cmd/vendor/golang.org/x/arch/ppc64":          1,
+	"cmd/vendor/golang.org/x/arch/ppc64/ppc64asm": 3,
+	"cmd/vendor/golang.org/x/arch/x86":            1,
+	"cmd/vendor/golang.org/x/arch/x86/x86asm":     3,
+	"cmd/vet":                           3,
+	"cmd/vet/internal":                  1,
+	"cmd/vet/internal/cfg":              3,
+	"cmd/vet/internal/whitelist":        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/internal":                   1,
+	"crypto/internal/cipherhw":          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/pprof":                    1,
+	"internal/pprof/profile":            3,
+	"internal/race":                     3,
+	"internal/singleflight":             3,
+	"internal/syscall":                  1,
+	"internal/syscall/windows":          3,
+	"internal/syscall/windows/registry": 3,
+	"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,
+	"plugin":                                                        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/pprof/internal":                                        1,
+	"runtime/pprof/internal/protopprof":                             3,
+	"runtime/race":                                                  3,
+	"runtime/trace":                                                 3,
+	"sort":                                                          3,
+	"strconv":                                                       3,
+	"strings":                                                       3,
+	"sync":                                                          3,
+	"sync/atomic":                                                   3,
+	"syscall":                                                       3,
+	"testing":                                                       3,
+	"testing/internal":                                              1,
+	"testing/internal/testdeps":                                     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/crypto":                                    1,
+	"vendor/golang_org/x/crypto/chacha20poly1305":                   3,
+	"vendor/golang_org/x/crypto/chacha20poly1305/internal":          1,
+	"vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20": 3,
+	"vendor/golang_org/x/crypto/curve25519":                         3,
+	"vendor/golang_org/x/crypto/poly1305":                           3,
+	"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/idna":                                  3,
+	"vendor/golang_org/x/net/lex":                                   1,
+	"vendor/golang_org/x/net/lex/httplex":                           3,
+	"vendor/golang_org/x/net/route":                                 3,
+	"vendor/golang_org/x/text":                                      1,
+	"vendor/golang_org/x/text/transform":                            3,
+	"vendor/golang_org/x/text/unicode":                              1,
+	"vendor/golang_org/x/text/unicode/norm":                         3,
+	"vendor/golang_org/x/text/width":                                3,
 }
 
 var validTLDs = map[string]bool{
@@ -303,11 +329,13 @@
 	".af":                       true,
 	".afamilycompany":           true,
 	".afl":                      true,
+	".africa":                   true,
 	".ag":                       true,
 	".agakhan":                  true,
 	".agency":                   true,
 	".ai":                       true,
 	".aig":                      true,
+	".aigo":                     true,
 	".airbus":                   true,
 	".airforce":                 true,
 	".airtel":                   true,
@@ -333,6 +361,7 @@
 	".anquan":                   true,
 	".anz":                      true,
 	".ao":                       true,
+	".aol":                      true,
 	".apartments":               true,
 	".app":                      true,
 	".apple":                    true,
@@ -357,6 +386,7 @@
 	".audi":                     true,
 	".audible":                  true,
 	".audio":                    true,
+	".auspost":                  true,
 	".author":                   true,
 	".auto":                     true,
 	".autos":                    true,
@@ -380,6 +410,8 @@
 	".barclays":                 true,
 	".barefoot":                 true,
 	".bargains":                 true,
+	".baseball":                 true,
+	".basketball":               true,
 	".bauhaus":                  true,
 	".bayern":                   true,
 	".bb":                       true,
@@ -436,8 +468,10 @@
 	".boots":                    true,
 	".bosch":                    true,
 	".bostik":                   true,
+	".boston":                   true,
 	".bot":                      true,
 	".boutique":                 true,
+	".box":                      true,
 	".br":                       true,
 	".bradesco":                 true,
 	".bridgestone":              true,
@@ -482,10 +516,13 @@
 	".cars":                     true,
 	".cartier":                  true,
 	".casa":                     true,
+	".case":                     true,
+	".caseih":                   true,
 	".cash":                     true,
 	".casino":                   true,
 	".cat":                      true,
 	".catering":                 true,
+	".catholic":                 true,
 	".cba":                      true,
 	".cbn":                      true,
 	".cbre":                     true,
@@ -569,6 +606,7 @@
 	".cricket":                  true,
 	".crown":                    true,
 	".crs":                      true,
+	".cruise":                   true,
 	".cruises":                  true,
 	".csc":                      true,
 	".cu":                       true,
@@ -583,6 +621,7 @@
 	".dabur":                    true,
 	".dad":                      true,
 	".dance":                    true,
+	".data":                     true,
 	".date":                     true,
 	".dating":                   true,
 	".datsun":                   true,
@@ -613,6 +652,7 @@
 	".discount":                 true,
 	".discover":                 true,
 	".dish":                     true,
+	".diy":                      true,
 	".dj":                       true,
 	".dk":                       true,
 	".dm":                       true,
@@ -635,10 +675,12 @@
 	".dupont":                   true,
 	".durban":                   true,
 	".dvag":                     true,
+	".dvr":                      true,
 	".dz":                       true,
 	".earth":                    true,
 	".eat":                      true,
 	".ec":                       true,
+	".eco":                      true,
 	".edeka":                    true,
 	".edu":                      true,
 	".education":                true,
@@ -689,6 +731,7 @@
 	".fi":                       true,
 	".fiat":                     true,
 	".fidelity":                 true,
+	".fido":                     true,
 	".film":                     true,
 	".final":                    true,
 	".finance":                  true,
@@ -711,6 +754,7 @@
 	".fm":                       true,
 	".fo":                       true,
 	".foo":                      true,
+	".food":                     true,
 	".foodnetwork":              true,
 	".football":                 true,
 	".ford":                     true,
@@ -720,6 +764,7 @@
 	".foundation":               true,
 	".fox":                      true,
 	".fr":                       true,
+	".free":                     true,
 	".fresenius":                true,
 	".frl":                      true,
 	".frogans":                  true,
@@ -728,6 +773,7 @@
 	".ftr":                      true,
 	".fujitsu":                  true,
 	".fujixerox":                true,
+	".fun":                      true,
 	".fund":                     true,
 	".furniture":                true,
 	".futbol":                   true,
@@ -749,6 +795,7 @@
 	".gea":                      true,
 	".gent":                     true,
 	".genting":                  true,
+	".george":                   true,
 	".gf":                       true,
 	".gg":                       true,
 	".ggee":                     true,
@@ -802,10 +849,12 @@
 	".guru":                     true,
 	".gw":                       true,
 	".gy":                       true,
+	".hair":                     true,
 	".hamburg":                  true,
 	".hangout":                  true,
 	".haus":                     true,
 	".hbo":                      true,
+	".hdfc":                     true,
 	".hdfcbank":                 true,
 	".health":                   true,
 	".healthcare":               true,
@@ -832,6 +881,7 @@
 	".honda":                    true,
 	".honeywell":                true,
 	".horse":                    true,
+	".hospital":                 true,
 	".host":                     true,
 	".hosting":                  true,
 	".hot":                      true,
@@ -855,7 +905,6 @@
 	".ie":                       true,
 	".ieee":                     true,
 	".ifm":                      true,
-	".iinet":                    true,
 	".ikano":                    true,
 	".il":                       true,
 	".im":                       true,
@@ -890,6 +939,7 @@
 	".it":                       true,
 	".itau":                     true,
 	".itv":                      true,
+	".iveco":                    true,
 	".iwc":                      true,
 	".jaguar":                   true,
 	".java":                     true,
@@ -899,6 +949,7 @@
 	".jeep":                     true,
 	".jetzt":                    true,
 	".jewelry":                  true,
+	".jio":                      true,
 	".jlc":                      true,
 	".jll":                      true,
 	".jm":                       true,
@@ -1067,6 +1118,7 @@
 	".mn":                       true,
 	".mo":                       true,
 	".mobi":                     true,
+	".mobile":                   true,
 	".mobily":                   true,
 	".moda":                     true,
 	".moe":                      true,
@@ -1074,11 +1126,13 @@
 	".mom":                      true,
 	".monash":                   true,
 	".money":                    true,
+	".monster":                  true,
 	".montblanc":                true,
 	".mopar":                    true,
 	".mormon":                   true,
 	".mortgage":                 true,
 	".moscow":                   true,
+	".moto":                     true,
 	".motorcycles":              true,
 	".mov":                      true,
 	".movie":                    true,
@@ -1095,13 +1149,13 @@
 	".mu":                       true,
 	".museum":                   true,
 	".mutual":                   true,
-	".mutuelle":                 true,
 	".mv":                       true,
 	".mw":                       true,
 	".mx":                       true,
 	".my":                       true,
 	".mz":                       true,
 	".na":                       true,
+	".nab":                      true,
 	".nadex":                    true,
 	".nagoya":                   true,
 	".name":                     true,
@@ -1118,6 +1172,7 @@
 	".network":                  true,
 	".neustar":                  true,
 	".new":                      true,
+	".newholland":               true,
 	".news":                     true,
 	".next":                     true,
 	".nextdirect":               true,
@@ -1151,6 +1206,7 @@
 	".nyc":                      true,
 	".nz":                       true,
 	".obi":                      true,
+	".observer":                 true,
 	".off":                      true,
 	".office":                   true,
 	".okinawa":                  true,
@@ -1198,6 +1254,7 @@
 	".ph":                       true,
 	".pharmacy":                 true,
 	".philips":                  true,
+	".phone":                    true,
 	".photo":                    true,
 	".photography":              true,
 	".photos":                   true,
@@ -1255,6 +1312,7 @@
 	".quest":                    true,
 	".qvc":                      true,
 	".racing":                   true,
+	".radio":                    true,
 	".raid":                     true,
 	".re":                       true,
 	".read":                     true,
@@ -1269,6 +1327,7 @@
 	".reise":                    true,
 	".reisen":                   true,
 	".reit":                     true,
+	".reliance":                 true,
 	".ren":                      true,
 	".rent":                     true,
 	".rentals":                  true,
@@ -1284,12 +1343,15 @@
 	".richardli":                true,
 	".ricoh":                    true,
 	".rightathome":              true,
+	".ril":                      true,
 	".rio":                      true,
 	".rip":                      true,
+	".rmit":                     true,
 	".ro":                       true,
 	".rocher":                   true,
 	".rocks":                    true,
 	".rodeo":                    true,
+	".rogers":                   true,
 	".room":                     true,
 	".rs":                       true,
 	".rsvp":                     true,
@@ -1306,6 +1368,7 @@
 	".sakura":                   true,
 	".sale":                     true,
 	".salon":                    true,
+	".samsclub":                 true,
 	".samsung":                  true,
 	".sandvik":                  true,
 	".sandvikcoromant":          true,
@@ -1510,6 +1573,7 @@
 	".tw":                       true,
 	".tz":                       true,
 	".ua":                       true,
+	".ubank":                    true,
 	".ubs":                      true,
 	".uconnect":                 true,
 	".ug":                       true,
@@ -1525,6 +1589,7 @@
 	".va":                       true,
 	".vacations":                true,
 	".vana":                     true,
+	".vanguard":                 true,
 	".vc":                       true,
 	".ve":                       true,
 	".vegas":                    true,
@@ -1552,6 +1617,7 @@
 	".vn":                       true,
 	".vodka":                    true,
 	".volkswagen":               true,
+	".volvo":                    true,
 	".vote":                     true,
 	".voting":                   true,
 	".voto":                     true,
@@ -1559,6 +1625,7 @@
 	".vu":                       true,
 	".vuelos":                   true,
 	".wales":                    true,
+	".walmart":                  true,
 	".walter":                   true,
 	".wang":                     true,
 	".wanggou":                  true,
@@ -1589,6 +1656,7 @@
 	".work":                     true,
 	".works":                    true,
 	".world":                    true,
+	".wow":                      true,
 	".ws":                       true,
 	".wtc":                      true,
 	".wtf":                      true,
@@ -1604,11 +1672,13 @@
 	".xn--3bst00m":              true,
 	".xn--3ds443g":              true,
 	".xn--3e0b707e":             true,
+	".xn--3oq18vl8pn36a":        true,
 	".xn--3pxu8k":               true,
 	".xn--42c2d9a":              true,
 	".xn--45brj9c":              true,
 	".xn--45q11c":               true,
 	".xn--4gbrim":               true,
+	".xn--54b7fta0cc":           true,
 	".xn--55qw42g":              true,
 	".xn--55qx5d":               true,
 	".xn--5su34j936bgsg":        true,
@@ -1617,6 +1687,7 @@
 	".xn--6qq986b3xl":           true,
 	".xn--80adxhks":             true,
 	".xn--80ao21a":              true,
+	".xn--80aqecdr1a":           true,
 	".xn--80asehdb":             true,
 	".xn--80aswg":               true,
 	".xn--8y0a063a":             true,
@@ -1656,6 +1727,7 @@
 	".xn--g2xx48c":              true,
 	".xn--gckr3f0f":             true,
 	".xn--gecrj9c":              true,
+	".xn--gk3at1e":              true,
 	".xn--h2brj9c":              true,
 	".xn--hxt814e":              true,
 	".xn--i1b6b1a6a2e":          true,
@@ -1679,12 +1751,14 @@
 	".xn--mgba7c0bbn0a":         true,
 	".xn--mgbaam7a8h":           true,
 	".xn--mgbab2bd":             true,
+	".xn--mgbai9azgqp6j":        true,
 	".xn--mgbayh7gpa":           true,
 	".xn--mgbb9fbpob":           true,
 	".xn--mgbbh1a71e":           true,
 	".xn--mgbc0a9azcg":          true,
 	".xn--mgbca7dzdo":           true,
 	".xn--mgberp4a5d4ar":        true,
+	".xn--mgbi4ecexp":           true,
 	".xn--mgbpl2fh":             true,
 	".xn--mgbt3dhd":             true,
 	".xn--mgbtx2b":              true,
@@ -1714,6 +1788,7 @@
 	".xn--ses554g":              true,
 	".xn--t60b56a":              true,
 	".xn--tckwe":                true,
+	".xn--tiq49xqyj":            true,
 	".xn--unup4y":               true,
 	".xn--vermgensberater-ctb":  true,
 	".xn--vermgensberatung-pwb": true,