mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
Update dependencies
This commit is contained in:
14
vendor/golang.org/x/net/publicsuffix/list_test.go
generated
vendored
14
vendor/golang.org/x/net/publicsuffix/list_test.go
generated
vendored
@@ -216,13 +216,13 @@ var publicSuffixTestCases = []struct {
|
||||
{"aaa.xn--p1ai", "xn--p1ai"},
|
||||
{"www.xxx.yyy.xn--p1ai", "xn--p1ai"},
|
||||
|
||||
// The .zw rules are:
|
||||
// *.zw
|
||||
{"zw", "zw"},
|
||||
{"www.zw", "www.zw"},
|
||||
{"zzz.zw", "zzz.zw"},
|
||||
{"www.zzz.zw", "zzz.zw"},
|
||||
{"www.xxx.yyy.zzz.zw", "zzz.zw"},
|
||||
// The .bd rules are:
|
||||
// *.bd
|
||||
{"bd", "bd"},
|
||||
{"www.bd", "www.bd"},
|
||||
{"zzz.bd", "zzz.bd"},
|
||||
{"www.zzz.bd", "zzz.bd"},
|
||||
{"www.xxx.yyy.zzz.bd", "zzz.bd"},
|
||||
|
||||
// There are no .nosuchtld rules.
|
||||
{"nosuchtld", "nosuchtld"},
|
||||
|
||||
18114
vendor/golang.org/x/net/publicsuffix/table.go
generated
vendored
18114
vendor/golang.org/x/net/publicsuffix/table.go
generated
vendored
File diff suppressed because it is too large
Load Diff
382
vendor/golang.org/x/net/publicsuffix/table_test.go
generated
vendored
382
vendor/golang.org/x/net/publicsuffix/table_test.go
generated
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user