mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-03 00:17:46 +00:00
Update dependencies (#1813)
This commit is contained in:
7
vendor/golang.org/x/net/publicsuffix/list.go
generated
vendored
7
vendor/golang.org/x/net/publicsuffix/list.go
generated
vendored
@ -33,9 +33,10 @@
|
||||
// the last two are not (but share the same eTLD+1: "google.com").
|
||||
//
|
||||
// All of these domains have the same eTLD+1:
|
||||
// - "www.books.amazon.co.uk"
|
||||
// - "books.amazon.co.uk"
|
||||
// - "amazon.co.uk"
|
||||
// - "www.books.amazon.co.uk"
|
||||
// - "books.amazon.co.uk"
|
||||
// - "amazon.co.uk"
|
||||
//
|
||||
// Specifically, the eTLD+1 is "amazon.co.uk", because the eTLD is "co.uk".
|
||||
//
|
||||
// There is no closed form algorithm to calculate the eTLD of a domain.
|
||||
|
2
vendor/golang.org/x/net/publicsuffix/table.go
generated
vendored
2
vendor/golang.org/x/net/publicsuffix/table.go
generated
vendored
@ -540,6 +540,7 @@ const text = "9guacuiababia-goracleaningroks-theatree164-balsfjordd-dnshome-we"
|
||||
// An I denotes an ICANN domain.
|
||||
//
|
||||
// The layout within the uint32, from MSB to LSB, is:
|
||||
//
|
||||
// [ 0 bits] unused
|
||||
// [10 bits] children index
|
||||
// [ 1 bits] ICANN bit
|
||||
@ -9898,6 +9899,7 @@ var nodes = [...]uint32{
|
||||
// will be in the range [0, 6), depending on the wildcard bit and node type.
|
||||
//
|
||||
// The layout within the uint32, from MSB to LSB, is:
|
||||
//
|
||||
// [ 1 bits] unused
|
||||
// [ 1 bits] wildcard bit
|
||||
// [ 2 bits] node type
|
||||
|
Reference in New Issue
Block a user