mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Update vendor dependencies
This commit is contained in:
parent
34a3fe426b
commit
459bb4531f
747 changed files with 89857 additions and 39711 deletions
4
vendor/golang.org/x/net/ipv6/multicast_test.go
generated
vendored
4
vendor/golang.org/x/net/ipv6/multicast_test.go
generated
vendored
|
@ -29,7 +29,7 @@ var packetConnReadWriteMulticastUDPTests = []struct {
|
|||
|
||||
func TestPacketConnReadWriteMulticastUDP(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "nacl", "plan9", "windows":
|
||||
case "js", "nacl", "plan9", "windows":
|
||||
t.Skipf("not supported on %s", runtime.GOOS)
|
||||
}
|
||||
if !supportsIPv6 {
|
||||
|
@ -129,7 +129,7 @@ var packetConnReadWriteMulticastICMPTests = []struct {
|
|||
|
||||
func TestPacketConnReadWriteMulticastICMP(t *testing.T) {
|
||||
switch runtime.GOOS {
|
||||
case "nacl", "plan9", "windows":
|
||||
case "js", "nacl", "plan9", "windows":
|
||||
t.Skipf("not supported on %s", runtime.GOOS)
|
||||
}
|
||||
if !supportsIPv6 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue