From 30ce3731a17913155436cee323b1e7016ad8eb49 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 6 Nov 2020 19:41:42 +0100 Subject: Vendor Update Go Libs (#13444) * denisenkom/go-mssqldb untagged -> v0.9.0 * github.com/editorconfig/editorconfig-core-go v2.3.7 -> v2.3.8 * github.com/go-testfixtures/testfixtures v3.4.0 -> v3.4.1 * github.com/mholt/archiver v3.3.2 -> v3.5.0 * github.com/olivere/elastic v7.0.20 -> v7.0.21 * github.com/urfave/cli v1.22.4 -> v1.22.5 * github.com/xanzy/go-gitlab v0.38.1 -> v0.39.0 * github.com/yuin/goldmark-meta untagged -> v1.0.0 * github.com/ethantkoenig/rupture 0a76f03a811a -> c3b3b810dc77 * github.com/jaytaylor/html2text 8fb95d837f7d -> 3577fbdbcff7 * github.com/kballard/go-shellquote cd60e84ee657 -> 95032a82bc51 * github.com/msteinert/pam 02ccfbfaf0cc -> 913b8f8cdf8b * github.com/unknwon/paginater 7748a72e0141 -> 042474bd0eae * CI.restart() Co-authored-by: techknowlogick --- vendor/golang.org/x/net/html/foreign.go | 119 +- vendor/golang.org/x/net/html/parse.go | 15 +- vendor/golang.org/x/net/idna/tables12.0.0.go | 4733 +++++++++++++++++++ vendor/golang.org/x/net/idna/tables12.00.go | 4733 ------------------- vendor/golang.org/x/net/idna/tables13.0.0.go | 4839 ++++++++++++++++++++ vendor/golang.org/x/sys/cpu/cpu_arm64.go | 39 +- vendor/golang.org/x/sys/cpu/cpu_linux_s390x.go | 121 +- vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go | 173 + vendor/golang.org/x/sys/cpu/cpu_other_arm64.go | 3 +- vendor/golang.org/x/sys/cpu/cpu_other_mips64x.go | 12 + vendor/golang.org/x/sys/cpu/cpu_s390x.go | 150 +- vendor/golang.org/x/sys/cpu/cpu_zos.go | 10 + vendor/golang.org/x/sys/cpu/cpu_zos_s390x.go | 25 + vendor/golang.org/x/sys/unix/mkerrors.sh | 4 + vendor/golang.org/x/sys/unix/syscall.go | 43 +- vendor/golang.org/x/sys/unix/syscall_aix.go | 16 + vendor/golang.org/x/sys/unix/syscall_bsd.go | 2 +- vendor/golang.org/x/sys/unix/syscall_darwin.go | 62 +- vendor/golang.org/x/sys/unix/syscall_darwin_386.go | 7 +- .../golang.org/x/sys/unix/syscall_darwin_amd64.go | 7 +- vendor/golang.org/x/sys/unix/syscall_darwin_arm.go | 4 +- .../golang.org/x/sys/unix/syscall_darwin_arm64.go | 9 +- vendor/golang.org/x/sys/unix/syscall_dragonfly.go | 4 + vendor/golang.org/x/sys/unix/syscall_freebsd.go | 4 + vendor/golang.org/x/sys/unix/syscall_netbsd.go | 4 + vendor/golang.org/x/sys/unix/syscall_openbsd.go | 4 + vendor/golang.org/x/sys/unix/zerrors_darwin_386.go | 2 + .../golang.org/x/sys/unix/zerrors_darwin_amd64.go | 2 + vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go | 2 + .../golang.org/x/sys/unix/zerrors_darwin_arm64.go | 2 + .../golang.org/x/sys/unix/zsyscall_darwin_386.go | 30 +- vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s | 4 +- .../golang.org/x/sys/unix/zsyscall_darwin_amd64.go | 30 +- .../golang.org/x/sys/unix/zsyscall_darwin_amd64.s | 4 +- .../golang.org/x/sys/unix/zsyscall_darwin_arm64.go | 15 + .../golang.org/x/sys/unix/zsyscall_darwin_arm64.s | 2 + vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go | 437 ++ .../golang.org/x/sys/unix/zsysnum_darwin_amd64.go | 439 ++ vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go | 437 ++ .../golang.org/x/sys/unix/zsysnum_darwin_arm64.go | 437 ++ vendor/golang.org/x/sys/unix/ztypes_darwin_386.go | 15 + .../golang.org/x/sys/unix/ztypes_darwin_amd64.go | 15 + vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go | 15 + .../golang.org/x/sys/unix/ztypes_darwin_arm64.go | 15 + vendor/golang.org/x/sys/unix/ztypes_linux.go | 671 ++- vendor/golang.org/x/sys/unix/ztypes_linux_386.go | 15 + vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go | 16 + vendor/golang.org/x/sys/unix/ztypes_linux_arm.go | 16 + vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go | 16 + vendor/golang.org/x/sys/unix/ztypes_linux_mips.go | 16 + .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 16 + .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 16 + .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 16 + vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go | 16 + .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 16 + .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 16 + vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go | 16 + .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 16 + vendor/golang.org/x/sys/windows/syscall.go | 46 +- vendor/golang.org/x/sys/windows/syscall_windows.go | 8 +- .../golang.org/x/sys/windows/zsyscall_windows.go | 22 +- 61 files changed, 12830 insertions(+), 5169 deletions(-) create mode 100644 vendor/golang.org/x/net/idna/tables12.0.0.go delete mode 100644 vendor/golang.org/x/net/idna/tables12.00.go create mode 100644 vendor/golang.org/x/net/idna/tables13.0.0.go create mode 100644 vendor/golang.org/x/sys/cpu/cpu_netbsd_arm64.go create mode 100644 vendor/golang.org/x/sys/cpu/cpu_other_mips64x.go create mode 100644 vendor/golang.org/x/sys/cpu/cpu_zos.go create mode 100644 vendor/golang.org/x/sys/cpu/cpu_zos_s390x.go create mode 100644 vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go create mode 100644 vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go create mode 100644 vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go create mode 100644 vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go (limited to 'vendor/golang.org') diff --git a/vendor/golang.org/x/net/html/foreign.go b/vendor/golang.org/x/net/html/foreign.go index 74774c458a..9da9e9dc42 100644 --- a/vendor/golang.org/x/net/html/foreign.go +++ b/vendor/golang.org/x/net/html/foreign.go @@ -161,65 +161,62 @@ var mathMLAttributeAdjustments = map[string]string{ } var svgAttributeAdjustments = map[string]string{ - "attributename": "attributeName", - "attributetype": "attributeType", - "basefrequency": "baseFrequency", - "baseprofile": "baseProfile", - "calcmode": "calcMode", - "clippathunits": "clipPathUnits", - "contentscripttype": "contentScriptType", - "contentstyletype": "contentStyleType", - "diffuseconstant": "diffuseConstant", - "edgemode": "edgeMode", - "externalresourcesrequired": "externalResourcesRequired", - "filterunits": "filterUnits", - "glyphref": "glyphRef", - "gradienttransform": "gradientTransform", - "gradientunits": "gradientUnits", - "kernelmatrix": "kernelMatrix", - "kernelunitlength": "kernelUnitLength", - "keypoints": "keyPoints", - "keysplines": "keySplines", - "keytimes": "keyTimes", - "lengthadjust": "lengthAdjust", - "limitingconeangle": "limitingConeAngle", - "markerheight": "markerHeight", - "markerunits": "markerUnits", - "markerwidth": "markerWidth", - "maskcontentunits": "maskContentUnits", - "maskunits": "maskUnits", - "numoctaves": "numOctaves", - "pathlength": "pathLength", - "patterncontentunits": "patternContentUnits", - "patterntransform": "patternTransform", - "patternunits": "patternUnits", - "pointsatx": "pointsAtX", - "pointsaty": "pointsAtY", - "pointsatz": "pointsAtZ", - "preservealpha": "preserveAlpha", - "preserveaspectratio": "preserveAspectRatio", - "primitiveunits": "primitiveUnits", - "refx": "refX", - "refy": "refY", - "repeatcount": "repeatCount", - "repeatdur": "repeatDur", - "requiredextensions": "requiredExtensions", - "requiredfeatures": "requiredFeatures", - "specularconstant": "specularConstant", - "specularexponent": "specularExponent", - "spreadmethod": "spreadMethod", - "startoffset": "startOffset", - "stddeviation": "stdDeviation", - "stitchtiles": "stitchTiles", - "surfacescale": "surfaceScale", - "systemlanguage": "systemLanguage", - "tablevalues": "tableValues", - "targetx": "targetX", - "targety": "targetY", - "textlength": "textLength", - "viewbox": "viewBox", - "viewtarget": "viewTarget", - "xchannelselector": "xChannelSelector", - "ychannelselector": "yChannelSelector", - "zoomandpan": "zoomAndPan", + "attributename": "attributeName", + "attributetype": "attributeType", + "basefrequency": "baseFrequency", + "baseprofile": "baseProfile", + "calcmode": "calcMode", + "clippathunits": "clipPathUnits", + "diffuseconstant": "diffuseConstant", + "edgemode": "edgeMode", + "filterunits": "filterUnits", + "glyphref": "glyphRef", + "gradienttransform": "gradientTransform", + "gradientunits": "gradientUnits", + "kernelmatrix": "kernelMatrix", + "kernelunitlength": "kernelUnitLength", + "keypoints": "keyPoints", + "keysplines": "keySplines", + "keytimes": "keyTimes", + "lengthadjust": "lengthAdjust", + "limitingconeangle": "limitingConeAngle", + "markerheight": "markerHeight", + "markerunits": "markerUnits", + "markerwidth": "markerWidth", + "maskcontentunits": "maskContentUnits", + "maskunits": "maskUnits", + "numoctaves": "numOctaves", + "pathlength": "pathLength", + "patterncontentunits": "patternContentUnits", + "patterntransform": "patternTransform", + "patternunits": "patternUnits", + "pointsatx": "pointsAtX", + "pointsaty": "pointsAtY", + "pointsatz": "pointsAtZ", + "preservealpha": "preserveAlpha", + "preserveaspectratio": "preserveAspectRatio", + "primitiveunits": "primitiveUnits", + "refx": "refX", + "refy": "refY", + "repeatcount": "repeatCount", + "repeatdur": "repeatDur", + "requiredextensions": "requiredExtensions", + "requiredfeatures": "requiredFeatures", + "specularconstant": "specularConstant", + "specularexponent": "specularExponent", + "spreadmethod": "spreadMethod", + "startoffset": "startOffset", + "stddeviation": "stdDeviation", + "stitchtiles": "stitchTiles", + "surfacescale": "surfaceScale", + "systemlanguage": "systemLanguage", + "tablevalues": "tableValues", + "targetx": "targetX", + "targety": "targetY", + "textlength": "textLength", + "viewbox": "viewBox", + "viewtarget": "viewTarget", + "xchannelselector": "xChannelSelector", + "ychannelselector": "yChannelSelector", + "zoomandpan": "zoomAndPan", } diff --git a/vendor/golang.org/x/net/html/parse.go b/vendor/golang.org/x/net/html/parse.go index 2cd12fc816..f91466f7cd 100644 --- a/vendor/golang.org/x/net/html/parse.go +++ b/vendor/golang.org/x/net/html/parse.go @@ -728,7 +728,13 @@ func inHeadNoscriptIM(p *parser) bool { return inBodyIM(p) case a.Basefont, a.Bgsound, a.Link, a.Meta, a.Noframes, a.Style: return inHeadIM(p) - case a.Head, a.Noscript: + case a.Head: + // Ignore the token. + return true + case a.Noscript: + // Don't let the tokenizer go into raw text mode even when a