diff --git a/go.mod b/go.mod index 5e06556878500fc78ccac1545e069334f7987ced..a011f4cb371289034fd36ce1a170af3fcf6b935e 100644 --- a/go.mod +++ b/go.mod @@ -3,41 +3,39 @@ module github.com/AdguardTeam/dnsproxy go 1.18 require ( - github.com/AdguardTeam/golibs v0.10.8 - github.com/ameshkov/dnscrypt/v2 v2.2.3 + github.com/AdguardTeam/golibs v0.10.9 + github.com/ameshkov/dnscrypt/v2 v2.2.5 github.com/ameshkov/dnsstamps v1.0.3 - github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47 + github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 github.com/jessevdk/go-flags v1.5.0 - github.com/lucas-clemente/quic-go v0.28.1 - github.com/miekg/dns v1.1.44 + github.com/lucas-clemente/quic-go v0.29.0 + github.com/miekg/dns v1.1.50 github.com/patrickmn/go-cache v2.1.0+incompatible - github.com/stretchr/testify v1.7.0 - golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b + github.com/stretchr/testify v1.8.0 + golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b + gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect - github.com/cheekybits/genny v1.0.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/fsnotify/fsnotify v1.5.1 // indirect + github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect + github.com/golang/mock v1.6.0 // indirect github.com/kr/text v0.2.0 // indirect - github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect - github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect github.com/marten-seemann/qtls-go1-18 v0.1.2 // indirect - github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 // indirect + github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/nxadm/tail v1.4.8 // indirect github.com/onsi/ginkgo v1.16.5 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect - golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect + golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect + golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 // indirect + golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect + golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect golang.org/x/text v0.3.7 // indirect - golang.org/x/tools v0.1.10 // indirect - golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + golang.org/x/tools v0.1.12 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) diff --git a/go.sum b/go.sum index fb9c2ef180b5ad9505836894462d6e4bb0d71938..be7c9b390204abb4b0b228ae361338fd6931ef73 100644 --- a/go.sum +++ b/go.sum @@ -1,121 +1,53 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.37.0/go.mod h1:TS1dMSSfndXH133OKGwekG838Om/cQT0BUHV3HcBgoo= -dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU= -dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0/go.mod h1:JLBrvjyP0v+ecvNYvCpyZgu5/xkfAUhi6wJj28eUfSU= -dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412/go.mod h1:a1inKt/atXimZ4Mv927x+r7UpyzRUf4emIoiiSC2TN4= -dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU= -git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg= -github.com/AdguardTeam/golibs v0.4.2/go.mod h1:skKsDKIBB7kkFflLJBpfGX+G8QFTx0WKUzB6TIgtUj4= -github.com/AdguardTeam/golibs v0.10.8 h1:diU9gP9qG1qeLbAkzIwfUerpHSqzR6zaBgzvRMR/m6Q= -github.com/AdguardTeam/golibs v0.10.8/go.mod h1:rSfQRGHIdgfxriDDNgNJ7HmE5zRoURq8R+VdR81Zuzw= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/AdguardTeam/golibs v0.10.9 h1:F9oP2da0dQ9RQDM1lGR7LxUTfUWu8hEFOs4icwAkKM0= +github.com/AdguardTeam/golibs v0.10.9/go.mod h1:W+5rznZa1cSNSFt+gPS7f4Wytnr9fOrd5ZYqwadPw14= github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY= github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da/go.mod h1:eHEWzANqSiWQsof+nXEI9bUVUyV6F53Fp89EuCh2EAA= github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 h1:52m0LGchQBBVqJRyYYufQuIbVqRawmubW3OFGqK1ekw= github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635/go.mod h1:lmLxL+FV291OopO93Bwf9fQLQeLyt33VJRUg5VJ30us= -github.com/ameshkov/dnscrypt/v2 v2.2.3 h1:X9UP5AHtwp46Ji+sGFfF/1Is6OPI/SjxLqhKpx0P5UI= -github.com/ameshkov/dnscrypt/v2 v2.2.3/go.mod h1:xJB9cE1/GF+NB6EEQqRlkoa4bjcV2w7VYn1G+zVq7Bs= -github.com/ameshkov/dnsstamps v1.0.1/go.mod h1:Ii3eUu73dx4Vw5O4wjzmT5+lkCwovjzaEZZ4gKyIH5A= +github.com/ameshkov/dnscrypt/v2 v2.2.5 h1:Ju1gQeez+6XLtk/b/k3RoJ2t+Ls+BSItLTZjZeedneY= +github.com/ameshkov/dnscrypt/v2 v2.2.5/go.mod h1:Cu5GgMvCR10BeXgACiGDwXyOpfMktsSIidml1XBp6uM= github.com/ameshkov/dnsstamps v1.0.3 h1:Srzik+J9mivH1alRACTbys2xOxs0lRH9qnTA7Y1OYVo= github.com/ameshkov/dnsstamps v1.0.3/go.mod h1:Ii3eUu73dx4Vw5O4wjzmT5+lkCwovjzaEZZ4gKyIH5A= -github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= -github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47 h1:M57m0xQqZIhx7CEJgeLSvRFKEK1RjzRuIXiA3HfYU7g= -github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47/go.mod h1:6YNgTHLutezwnBvyneBbwvB8C82y3dcoOj5EQJIdGXA= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g= -github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s= -github.com/cheekybits/genny v1.0.0 h1:uGGa4nei+j20rOSeDeP5Of12XVm7TGUd4dJA9RDitfE= -github.com/cheekybits/genny v1.0.0/go.mod h1:+tQajlRqAUrPI7DOSpB0XAqZYtQakVtB7wXkRAgjxjQ= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 h1:0b2vaepXIfMsG++IsjHiI2p4bxALD1Y2nQKGMR5zDQM= +github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0/go.mod h1:6YNgTHLutezwnBvyneBbwvB8C82y3dcoOj5EQJIdGXA= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= -github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc= -github.com/francoispqt/gojay v1.2.13/go.mod h1:ehT5mTG4ua4581f1++1WLG0vPdaA9HaiDsoyrBGkyDY= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI= -github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gliderlabs/ssh v0.1.1/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= -github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= +github.com/fsnotify/fsnotify v1.5.4 h1:jRbGcIw6P2Meqdwuo0H1p6JVLbL5DHKAKlYndzMwVZI= +github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 h1:p104kn46Q8WdvHunIJ9dAyjPVtrBPhSr3KT2yUst43I= github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:tluoj9z5200jBnyusfRPU2LqT6J+DAorxEvtC7LHB+E= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= +github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ= -github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/googleapis/gax-go v2.0.0+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= -github.com/googleapis/gax-go/v2 v2.0.3/go.mod h1:LLvjysVCY1JZeum8Z6l8qUty8fiNwE08qbEPm1M08qg= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/grpc-ecosystem/grpc-gateway v1.5.0/go.mod h1:RSKVYQBd5MCa4OVpNdGskqpgL2+G+NZTnrVHpWWfpdw= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU= -github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc= github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/lucas-clemente/quic-go v0.28.1 h1:Uo0lvVxWg5la9gflIF9lwa39ONq85Xq2D91YNEIslzU= -github.com/lucas-clemente/quic-go v0.28.1/go.mod h1:oGz5DKK41cJt5+773+BSO9BXDsREY4HLf7+0odGAPO0= -github.com/lunixbochs/vtclean v1.0.0/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI= -github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/marten-seemann/qpack v0.2.1/go.mod h1:F7Gl5L1jIgN1D11ucXefiuJS9UMVP2opoCp2jDKb7wc= -github.com/marten-seemann/qtls-go1-16 v0.1.5 h1:o9JrYPPco/Nukd/HpOHMHZoBDXQqoNtUCmny98/1uqQ= -github.com/marten-seemann/qtls-go1-16 v0.1.5/go.mod h1:gNpI2Ol+lRS3WwSOtIUUtRwZEQMXjYK+dQSBFbethAk= -github.com/marten-seemann/qtls-go1-17 v0.1.2 h1:JADBlm0LYiVbuSySCHeY863dNkcpMmDR7s0bLKJeYlQ= -github.com/marten-seemann/qtls-go1-17 v0.1.2/go.mod h1:C2ekUKcDdz9SDWxec1N/MvcXBpaX9l3Nx67XaR84L5s= +github.com/lucas-clemente/quic-go v0.29.0 h1:Vw0mGTfmWqGzh4jx/kMymsIkFK6rErFVmg+t9RLrnZE= +github.com/lucas-clemente/quic-go v0.29.0/go.mod h1:CTcNfLYJS2UuRNB+zcNlgvkjBhxX6Hm3WUxxAQx2mgE= github.com/marten-seemann/qtls-go1-18 v0.1.2 h1:JH6jmzbduz0ITVQ7ShevK10Av5+jBEKAHMntXmIV7kM= github.com/marten-seemann/qtls-go1-18 v0.1.2/go.mod h1:mJttiymBAByA49mhlNZZGrH5u1uXYZJ+RW28Py7f4m4= -github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1 h1:7m/WlWcSROrcK5NxuXaxYD32BZqe/LEEnBrWcH/cOqQ= -github.com/marten-seemann/qtls-go1-19 v0.1.0-beta.1/go.mod h1:5HTDWtVudo/WFsHKRNuOhWlbdjrfs5JHrYb0wIJqGpI= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/microcosm-cc/bluemonday v1.0.1/go.mod h1:hsXNsILzKxV+sX77C5b8FSuKF00vh2OMYv+xgHpAMF4= -github.com/miekg/dns v1.1.40/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= -github.com/miekg/dns v1.1.44 h1:4rpqcegYPVkvIeVhITrKP1sRR3KjfRc1nrOPMUZmLyc= -github.com/miekg/dns v1.1.44/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo= -github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM= +github.com/marten-seemann/qtls-go1-19 v0.1.0 h1:rLFKD/9mp/uq1SYGYuVZhm83wkmU95pK5df3GufyYYU= +github.com/marten-seemann/qtls-go1-19 v0.1.0/go.mod h1:5HTDWtVudo/WFsHKRNuOhWlbdjrfs5JHrYb0wIJqGpI= +github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA= +github.com/miekg/dns v1.1.50/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= @@ -123,132 +55,55 @@ github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvwxz1E= -github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= github.com/onsi/gomega v1.13.0 h1:7lLHu94wT9Ij0o6EWWclhu0aOh32VxhkwEJvzuWPeak= -github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY= -github.com/openzipkin/zipkin-go v0.1.1/go.mod h1:NtoC/o8u3JlF1lSlyPNswIbeQH9bJTmOf0Erfk+hxe8= github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_golang v0.8.0/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= -github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= -github.com/shurcooL/component v0.0.0-20170202220835-f88ec8f54cc4/go.mod h1:XhFIlyj5a1fBNx5aJTbKoIq0mNaPvOagO+HjB3EtxrY= -github.com/shurcooL/events v0.0.0-20181021180414-410e4ca65f48/go.mod h1:5u70Mqkb5O5cxEA8nxTsgrgLehJeAw6Oc4Ab1c/P1HM= -github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470/go.mod h1:2dOwnU2uBioM+SGy2aZoq1f/Sd1l9OkAeAUvjSyvgU0= -github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= -github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= -github.com/shurcooL/gofontwoff v0.0.0-20180329035133-29b52fc0a18d/go.mod h1:05UtEgK5zq39gLST6uB0cf3NEHjETfB4Fgr3Gx5R9Vw= -github.com/shurcooL/gopherjslib v0.0.0-20160914041154-feb6d3990c2c/go.mod h1:8d3azKNyqcHP1GaQE/c6dDgjkgSx2BZ4IoEi4F1reUI= -github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b/go.mod h1:ZpfEhSmds4ytuByIcDnOLkTHGUI6KNqRNPDLHDk+mUU= -github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20/go.mod h1:UDKB5a1T23gOMUJrI+uSuH0VRDStOiUVSjBTRDVBVag= -github.com/shurcooL/home v0.0.0-20181020052607-80b7ffcb30f9/go.mod h1:+rgNQw2P9ARFAs37qieuu7ohDNQ3gds9msbT2yn85sg= -github.com/shurcooL/htmlg v0.0.0-20170918183704-d01228ac9e50/go.mod h1:zPn1wHpTIePGnXSHpsVPWEktKXHr6+SS6x/IKRb7cpw= -github.com/shurcooL/httperror v0.0.0-20170206035902-86b7830d14cc/go.mod h1:aYMfkZ6DWSJPJ6c4Wwz3QtW22G7mf/PEgaB9k/ik5+Y= -github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= -github.com/shurcooL/httpgzip v0.0.0-20180522190206-b1c53ac65af9/go.mod h1:919LwcH0M7/W4fcZ0/jy0qGght1GIhqyS/EgWGH2j5Q= -github.com/shurcooL/issues v0.0.0-20181008053335-6292fdc1e191/go.mod h1:e2qWDig5bLteJ4fwvDAc2NHzqFEthkqn7aOZAOpj+PQ= -github.com/shurcooL/issuesapp v0.0.0-20180602232740-048589ce2241/go.mod h1:NPpHK2TI7iSaM0buivtFUc9offApnI0Alt/K8hcHy0I= -github.com/shurcooL/notifications v0.0.0-20181007000457-627ab5aea122/go.mod h1:b5uSkrEVM1jQUspwbixRBhaIjIzL2xazXp6kntxYle0= -github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2/go.mod h1:eWdoE5JD4R5UVWDucdOPg1g2fqQRq78IQa9zlOV1vpQ= -github.com/shurcooL/reactions v0.0.0-20181006231557-f2e0b4ca5b82/go.mod h1:TCR1lToEk4d2s07G3XGfz2QrgHXg4RJBvjrOozvoWfk= -github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537/go.mod h1:QJTqeLYEDaXHZDBsXlPCDqdhQuJkuw4NOtaxYe3xii4= -github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5kWdCj2z2KEozexVbfEZIWiTjhE0+UjmZgPqehw= -github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d/go.mod h1:UdhH50NIW0fCiwBSr0co2m7BnFLdv4fQTgdqdJTHFeE= -github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod h1:HuIsMU8RRBOtsCgI77wP899iHVBQpCmg4ErYMZB+2IA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA= -github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU= -github.com/viant/toolbox v0.24.0/go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= +github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.opencensus.io v0.18.0/go.mod h1:vKdFvxhtzZ9onBp9VKHK8z/sRpBMnKAsufL7wlDrCOA= -go4.org v0.0.0-20180809161055-417644f6feb5/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE= -golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d/go.mod h1:OWs+y06UdEOHN4y+MfF/py+xQ/tYqIWW03b70/CG9Rw= -golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd h1:XcWmESyNjXJMLahc3mqVQJcgSTDxFxhETVlfk9uGc38= -golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= +golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 h1:Y/gsMcFOcR+6S6f3YeMKl5g+dZMEWqcz5Czj/GWYbkM= +golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 h1:tnebWN09GYg9OLPss1KXj8txwZc6X6uMr6VFdcGNbHw= +golang.org/x/exp v0.0.0-20220827204233-334a2380cb91/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o= -golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 h1:6zppjxzCulZykYSLyVDYbneBfbaBIQPYMevg0bEwv2s= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181029044818-c44066c5c816/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181106065722-10aee1819953/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190313220215-9f648a60d977/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e h1:TsQ7F31D3bUCLeqPT0u+yjp1guoArKaNKmCr22PYgTQ= -golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852/go.mod h1:JLpeXjPJfIyPr5TlbXLkXWLhP8nz10XfvxElABhCtcw= +golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b h1:ZmngSVLe/wycRns9MKikG9OWIEjGcGAkacif7oYQaUY= +golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181029174526-d69651ed3497/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -256,85 +111,44 @@ golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 h1:v6hYoSR9T5oet+pMXwUWkbiVqx/63mlHjefrHmxwfeY= +golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181030000716-a0a13e073c7b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216052735-49a3e744a425/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.10 h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20= -golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= +golang.org/x/tools v0.1.12 h1:VveCTK38A2rkS8ZqFY25HIDFscX5X9OoEhJd3quQmXU= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= -google.golang.org/api v0.0.0-20181030000543-1d582fd0359e/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= -google.golang.org/api v0.1.0/go.mod h1:UGEZY7KEX120AnNLIHFMKIo4obdJhkp2tPbaPlQx13Y= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.3.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20181029155118-b69ba1387ce2/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898/go.mod h1:7Ep/1NZk928CDR8SjdVbjWNpdIf6nzjE3BTgJDr2Atg= -google.golang.org/genproto v0.0.0-20190306203927-b5d61aea6440/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/grpc v1.14.0/go.mod h1:yo6s7OP7yaDglbqo1J04qKzAhqBH6lvTonzMVmEdcZw= -google.golang.org/grpc v1.16.0/go.mod h1:0JHn/cJsOMiMfNA9+DeHDlAU7KAAB5GDlYFpa9MZMio= -google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= +google.golang.org/protobuf v1.23.0 h1:4MY060fB1DLGMB/7MBTLnwQUY6+F09GEiz6SsrNqyzM= google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -grpc.go4.org v0.0.0-20170609214715-11d0a25b4919/go.mod h1:77eQGdRu53HpSqPFJFmuJdjuHRquDANNeA4x7B8WQ9o= -honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -sourcegraph.com/sourcegraph/go-diff v0.5.0/go.mod h1:kuch7UrkMzY0X+p9CRK03kfuPQ2zzQcaEFbx8wA8rck= -sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/vendor/github.com/AdguardTeam/golibs/log/log.go b/vendor/github.com/AdguardTeam/golibs/log/log.go index 5cfef25c07f1e1033a4bd38cad95dff2f8caa29a..2071b484b8dc998143590593ef8b3b32fff3fb11 100644 Binary files a/vendor/github.com/AdguardTeam/golibs/log/log.go and b/vendor/github.com/AdguardTeam/golibs/log/log.go differ diff --git a/vendor/github.com/AdguardTeam/golibs/netutil/addr.go b/vendor/github.com/AdguardTeam/golibs/netutil/addr.go index 9f9a06ed792df91202b295adb3b781b050637612..85958f2900798558e26b405315ef9d104a9ff9b8 100644 Binary files a/vendor/github.com/AdguardTeam/golibs/netutil/addr.go and b/vendor/github.com/AdguardTeam/golibs/netutil/addr.go differ diff --git a/vendor/github.com/AdguardTeam/golibs/netutil/ip.go b/vendor/github.com/AdguardTeam/golibs/netutil/ip.go index 35bb557a5bed8089c6183b6721cd85a559fb8082..ee46ae776aae24fe3b3245fd0f8edee01d6ac4e6 100644 Binary files a/vendor/github.com/AdguardTeam/golibs/netutil/ip.go and b/vendor/github.com/AdguardTeam/golibs/netutil/ip.go differ diff --git a/vendor/github.com/AdguardTeam/golibs/netutil/reversed.go b/vendor/github.com/AdguardTeam/golibs/netutil/reversed.go index b7fc1f6047f690f1b9adaab66215a69b2d7ed548..22332a08f29f334d9a7c77b50ce0423a77fe30b4 100644 Binary files a/vendor/github.com/AdguardTeam/golibs/netutil/reversed.go and b/vendor/github.com/AdguardTeam/golibs/netutil/reversed.go differ diff --git a/vendor/github.com/AdguardTeam/golibs/netutil/subnetset.go b/vendor/github.com/AdguardTeam/golibs/netutil/subnetset.go index f4116166c081d08465ee45fbcbeb9f1cfdf1e7c5..ff6d2b6698076a8d410443927dcb14aa5d4dc509 100644 Binary files a/vendor/github.com/AdguardTeam/golibs/netutil/subnetset.go and b/vendor/github.com/AdguardTeam/golibs/netutil/subnetset.go differ diff --git a/vendor/github.com/AdguardTeam/golibs/testutil/testutil.go b/vendor/github.com/AdguardTeam/golibs/testutil/testutil.go index 8de5b32a7012924eac6d4750dd9ab32223d6e84e..845a51ff0a52402188366b641a7b039d9f1b1955 100644 Binary files a/vendor/github.com/AdguardTeam/golibs/testutil/testutil.go and b/vendor/github.com/AdguardTeam/golibs/testutil/testutil.go differ diff --git a/vendor/github.com/ameshkov/dnscrypt/v2/.gitignore b/vendor/github.com/ameshkov/dnscrypt/v2/.gitignore index 764a79d883f75870ae83b0360555fd861994e724..323401b2f89e6bc6972ea5f45097a47fd93adaae 100644 Binary files a/vendor/github.com/ameshkov/dnscrypt/v2/.gitignore and b/vendor/github.com/ameshkov/dnscrypt/v2/.gitignore differ diff --git a/vendor/github.com/ameshkov/dnscrypt/v2/.golangci.yml b/vendor/github.com/ameshkov/dnscrypt/v2/.golangci.yml index bb43eb9693d3653af5109bb1cc3d201e14be4fb1..a46c2d5bf632a760992f1b69c17505c3db1beb8d 100644 Binary files a/vendor/github.com/ameshkov/dnscrypt/v2/.golangci.yml and b/vendor/github.com/ameshkov/dnscrypt/v2/.golangci.yml differ diff --git a/vendor/github.com/ameshkov/dnscrypt/v2/cert.go b/vendor/github.com/ameshkov/dnscrypt/v2/cert.go index d19c39199ae7c2ae7a73bc0cd2c1ceeaa569e138..8c8be03cb2e1a1044bf8aae34ffd35944dea3a84 100644 Binary files a/vendor/github.com/ameshkov/dnscrypt/v2/cert.go and b/vendor/github.com/ameshkov/dnscrypt/v2/cert.go differ diff --git a/vendor/github.com/ameshkov/dnscrypt/v2/server_tcp.go b/vendor/github.com/ameshkov/dnscrypt/v2/server_tcp.go index f8a1c5a6df3b0c4d9a878c273008b94e6bf9859d..571fa4f36aab3f321773b3d8c6cf31d5dab8fd26 100644 Binary files a/vendor/github.com/ameshkov/dnscrypt/v2/server_tcp.go and b/vendor/github.com/ameshkov/dnscrypt/v2/server_tcp.go differ diff --git a/vendor/github.com/ameshkov/dnscrypt/v2/server_udp.go b/vendor/github.com/ameshkov/dnscrypt/v2/server_udp.go index 02ddafa56f2f3a251af9edf341963a2ef96a20f7..065417d5c93daf7096bf571e8f503896df11fb26 100644 Binary files a/vendor/github.com/ameshkov/dnscrypt/v2/server_udp.go and b/vendor/github.com/ameshkov/dnscrypt/v2/server_udp.go differ diff --git a/vendor/github.com/ameshkov/dnscrypt/v2/xsecretbox/sharedkey.go b/vendor/github.com/ameshkov/dnscrypt/v2/xsecretbox/sharedkey.go index 21952962d3207360fcf8ee009e95c5b8d0a264f6..dfd398b7586172441cb84297becc62746e0ac31d 100644 Binary files a/vendor/github.com/ameshkov/dnscrypt/v2/xsecretbox/sharedkey.go and b/vendor/github.com/ameshkov/dnscrypt/v2/xsecretbox/sharedkey.go differ diff --git a/vendor/github.com/beefsack/go-rate/LICENSE b/vendor/github.com/beefsack/go-rate/LICENSE index 13917f00d7092214c62ff661ac81f7789d930d7c..124fb90a5560f273210b0b45cc280345094403c0 100644 Binary files a/vendor/github.com/beefsack/go-rate/LICENSE and b/vendor/github.com/beefsack/go-rate/LICENSE differ diff --git a/vendor/github.com/cheekybits/genny/.gitignore b/vendor/github.com/cheekybits/genny/.gitignore deleted file mode 100644 index c62d148c2bb1cb450c5bc124a3a44740d4c993e4..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/.gitignore and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/.travis.yml b/vendor/github.com/cheekybits/genny/.travis.yml deleted file mode 100644 index 78ba5f2d102c3d05a88a7e7325bf3048590aa35a..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/.travis.yml and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/LICENSE b/vendor/github.com/cheekybits/genny/LICENSE deleted file mode 100644 index 519d7f22729b6de9d3cb464577e8a129ee4015e3..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/LICENSE and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/README.md b/vendor/github.com/cheekybits/genny/README.md deleted file mode 100644 index 64a28ac724d1cb4f997283c5bcd04365a1db552f..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/README.md and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/doc.go b/vendor/github.com/cheekybits/genny/doc.go deleted file mode 100644 index 4c31e22bc4a4d8a7402bfb14c3546cb0053f55f9..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/doc.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/generic/doc.go b/vendor/github.com/cheekybits/genny/generic/doc.go deleted file mode 100644 index 3bd6c869c0f666b541e0426c0ee7dd781e394347..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/generic/doc.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/generic/generic.go b/vendor/github.com/cheekybits/genny/generic/generic.go deleted file mode 100644 index 04a2306cbf18bca46194805b9d207c4474786a7f..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/generic/generic.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/main.go b/vendor/github.com/cheekybits/genny/main.go deleted file mode 100644 index fe06a6c034a78eac7de4fbe88b7a69acadaecd24..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/main.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/out/lazy_file.go b/vendor/github.com/cheekybits/genny/out/lazy_file.go deleted file mode 100644 index 7c8815f5f9770e0cd2db8d84f1d4c8e3be6b5355..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/out/lazy_file.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/parse/builtins.go b/vendor/github.com/cheekybits/genny/parse/builtins.go deleted file mode 100644 index e02995444c82a4f5207f38ff345f594a62ab7d59..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/parse/builtins.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/parse/doc.go b/vendor/github.com/cheekybits/genny/parse/doc.go deleted file mode 100644 index 1be4fed8b47245dfc4307c9bc56282ae012d147e..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/parse/doc.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/parse/errors.go b/vendor/github.com/cheekybits/genny/parse/errors.go deleted file mode 100644 index ab812bf9083aad76e28e33ce8ebeb5cab9ad2307..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/parse/errors.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/parse/parse.go b/vendor/github.com/cheekybits/genny/parse/parse.go deleted file mode 100644 index 08eb48b1136dc84462d6ed3cf422d9afe41abf0b..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/parse/parse.go and /dev/null differ diff --git a/vendor/github.com/cheekybits/genny/parse/typesets.go b/vendor/github.com/cheekybits/genny/parse/typesets.go deleted file mode 100644 index c30b97289ad87a6e23a06119a99591b56ca83328..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/cheekybits/genny/parse/typesets.go and /dev/null differ diff --git a/vendor/github.com/fsnotify/fsnotify/CHANGELOG.md b/vendor/github.com/fsnotify/fsnotify/CHANGELOG.md index a438fe4b4a5469d4e086237fd49e76738165f8cf..cc01c08f56d5a6ba643cebf3aae367884634b37e 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/CHANGELOG.md and b/vendor/github.com/fsnotify/fsnotify/CHANGELOG.md differ diff --git a/vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md b/vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md index 828a60b24ba265b9dd88b15b0d942ed9e780ed90..8a642563d718c8fe3a64175f4764b1122467c080 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md and b/vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md differ diff --git a/vendor/github.com/fsnotify/fsnotify/README.md b/vendor/github.com/fsnotify/fsnotify/README.md index df57b1b282c6714f111f85d2062d2cee90efd47c..0731c5ef8adc7b020402bf8e06b84b54a57981b7 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/README.md and b/vendor/github.com/fsnotify/fsnotify/README.md differ diff --git a/vendor/github.com/fsnotify/fsnotify/fsnotify_unsupported.go b/vendor/github.com/fsnotify/fsnotify/fsnotify_unsupported.go new file mode 100644 index 0000000000000000000000000000000000000000..59688559836f37550445eb1ea8afb5aa53e62574 Binary files /dev/null and b/vendor/github.com/fsnotify/fsnotify/fsnotify_unsupported.go differ diff --git a/vendor/github.com/fsnotify/fsnotify/inotify.go b/vendor/github.com/fsnotify/fsnotify/inotify.go index eb87699b5b4c15494d394afbd9dd689341a38e9b..a6d0e0ec8c10e1720ab8cf1ef5bee16b6efef4ee 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/inotify.go and b/vendor/github.com/fsnotify/fsnotify/inotify.go differ diff --git a/vendor/github.com/fsnotify/fsnotify/inotify_poller.go b/vendor/github.com/fsnotify/fsnotify/inotify_poller.go index e9ff9439f7f096cab94b43a40868b0e0fa454e64..b572a37c3f1ad98e1ec104283584146f23c9d0fc 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/inotify_poller.go and b/vendor/github.com/fsnotify/fsnotify/inotify_poller.go differ diff --git a/vendor/github.com/fsnotify/fsnotify/kqueue.go b/vendor/github.com/fsnotify/fsnotify/kqueue.go index 368f5b790d4de625f4e953dfb1001f60590d27f3..6fb8d8532e7f365dfcebf460fbe5e96367a14140 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/kqueue.go and b/vendor/github.com/fsnotify/fsnotify/kqueue.go differ diff --git a/vendor/github.com/fsnotify/fsnotify/windows.go b/vendor/github.com/fsnotify/fsnotify/windows.go index c02b75f7c374733c4c657215d59b1afd00dada9a..02ce7deb0bbf0a4f1cdc98f0ed7f652f457d8c84 100644 Binary files a/vendor/github.com/fsnotify/fsnotify/windows.go and b/vendor/github.com/fsnotify/fsnotify/windows.go differ diff --git a/vendor/github.com/golang/mock/AUTHORS b/vendor/github.com/golang/mock/AUTHORS new file mode 100644 index 0000000000000000000000000000000000000000..660b8ccc8ae00247c95976bd79b6177cc1595e34 Binary files /dev/null and b/vendor/github.com/golang/mock/AUTHORS differ diff --git a/vendor/github.com/golang/mock/CONTRIBUTORS b/vendor/github.com/golang/mock/CONTRIBUTORS new file mode 100644 index 0000000000000000000000000000000000000000..def849cab1bd4219e9c0f9cbdda0daa56c768f8b Binary files /dev/null and b/vendor/github.com/golang/mock/CONTRIBUTORS differ diff --git a/vendor/github.com/golang/mock/LICENSE b/vendor/github.com/golang/mock/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..d645695673349e3947e8e5ae42332d0ac3164cd7 Binary files /dev/null and b/vendor/github.com/golang/mock/LICENSE differ diff --git a/vendor/github.com/golang/mock/mockgen/mockgen.go b/vendor/github.com/golang/mock/mockgen/mockgen.go new file mode 100644 index 0000000000000000000000000000000000000000..50487070e3ed8453eab399aba08637d384f6fead Binary files /dev/null and b/vendor/github.com/golang/mock/mockgen/mockgen.go differ diff --git a/vendor/github.com/golang/mock/mockgen/model/model.go b/vendor/github.com/golang/mock/mockgen/model/model.go new file mode 100644 index 0000000000000000000000000000000000000000..2c6a62ceb268b5bd34396dca3a794ba6839100c8 Binary files /dev/null and b/vendor/github.com/golang/mock/mockgen/model/model.go differ diff --git a/vendor/github.com/golang/mock/mockgen/parse.go b/vendor/github.com/golang/mock/mockgen/parse.go new file mode 100644 index 0000000000000000000000000000000000000000..bf6902cd5b3263295a76d566a19e017560ca5952 Binary files /dev/null and b/vendor/github.com/golang/mock/mockgen/parse.go differ diff --git a/vendor/github.com/golang/mock/mockgen/reflect.go b/vendor/github.com/golang/mock/mockgen/reflect.go new file mode 100644 index 0000000000000000000000000000000000000000..e24efce0ba62cc5629e14945a5ebeddd785ee650 Binary files /dev/null and b/vendor/github.com/golang/mock/mockgen/reflect.go differ diff --git a/vendor/github.com/golang/mock/mockgen/version.1.11.go b/vendor/github.com/golang/mock/mockgen/version.1.11.go new file mode 100644 index 0000000000000000000000000000000000000000..e6b25db2384530ad3006600839ca30e1fd064e57 Binary files /dev/null and b/vendor/github.com/golang/mock/mockgen/version.1.11.go differ diff --git a/vendor/github.com/golang/mock/mockgen/version.1.12.go b/vendor/github.com/golang/mock/mockgen/version.1.12.go new file mode 100644 index 0000000000000000000000000000000000000000..ad121ae63c54a5166b100b3238a3374781f0b57d Binary files /dev/null and b/vendor/github.com/golang/mock/mockgen/version.1.12.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/README.md b/vendor/github.com/lucas-clemente/quic-go/README.md index fc25e0b48ee0be05d4c8497efc388eb02635c6bc..f33ede45d31d1bb0e9ce4ad0331c533ffac80e03 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/README.md and b/vendor/github.com/lucas-clemente/quic-go/README.md differ diff --git a/vendor/github.com/lucas-clemente/quic-go/client.go b/vendor/github.com/lucas-clemente/quic-go/client.go index be8390e652477980ca2371703f9fbedeb3867de5..3d7f15059fe7e7971f5d3e92539e39388f92c4bb 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/client.go and b/vendor/github.com/lucas-clemente/quic-go/client.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/closed_conn.go b/vendor/github.com/lucas-clemente/quic-go/closed_conn.go index 35c2d7390a514abcd037dab28b346ebfb8f71efd..d46e393a68db253368366ad4dc31545fff654f25 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/closed_conn.go and b/vendor/github.com/lucas-clemente/quic-go/closed_conn.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/codecov.yml b/vendor/github.com/lucas-clemente/quic-go/codecov.yml index ee9cfd3b38df87b69293e9e4def04411ba5de43d..074d9832523b12547b6a90db291b97abe6619ecb 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/codecov.yml and b/vendor/github.com/lucas-clemente/quic-go/codecov.yml differ diff --git a/vendor/github.com/lucas-clemente/quic-go/config.go b/vendor/github.com/lucas-clemente/quic-go/config.go index 5d969a12aaa4325de320c5edf5bb45b1cfbd6d6f..0e8cc98a59ace484097c81eef8bdddac84f0eb3c 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/config.go and b/vendor/github.com/lucas-clemente/quic-go/config.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/conn_id_generator.go b/vendor/github.com/lucas-clemente/quic-go/conn_id_generator.go index 90c2b7a6ffd3ab06d64ecb8495bd4f75afcd8684..0421d678b2f0a536451419c9d71c23ad284d4c22 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/conn_id_generator.go and b/vendor/github.com/lucas-clemente/quic-go/conn_id_generator.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/conn_id_manager.go b/vendor/github.com/lucas-clemente/quic-go/conn_id_manager.go index e1b025a985f8333defb391891b9649aa1fec0a9b..c1bb42bef2e5c4512f0fe99c857330adb0693c60 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/conn_id_manager.go and b/vendor/github.com/lucas-clemente/quic-go/conn_id_manager.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/connection.go b/vendor/github.com/lucas-clemente/quic-go/connection.go index ce45af86acbbb9126ee1524c3e138050404a936d..015d98adcbed7a03a8046b51872e80630081d3b9 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/connection.go and b/vendor/github.com/lucas-clemente/quic-go/connection.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/crypto_stream.go b/vendor/github.com/lucas-clemente/quic-go/crypto_stream.go index 36e21d3301e483cf5e865dd200664791ae3717de..aa90b15af8de20e0e0aea6643add082378cf148c 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/crypto_stream.go and b/vendor/github.com/lucas-clemente/quic-go/crypto_stream.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/frame_sorter.go b/vendor/github.com/lucas-clemente/quic-go/frame_sorter.go index aeafa7d420997b9aa0037d79d96b6c1ea1f67827..0573ade938c89785485d93cae7dff59b2dd619ba 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/frame_sorter.go and b/vendor/github.com/lucas-clemente/quic-go/frame_sorter.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/interface.go b/vendor/github.com/lucas-clemente/quic-go/interface.go index 6130b5497f47c548d2502af0551fca7f110be356..c400f986048e9a649d95c1ae9b978077eca4a02f 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/interface.go and b/vendor/github.com/lucas-clemente/quic-go/interface.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/ackhandler.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/ackhandler.go index 26291321ca2732da0d44585f1743871b058f48f1..2fc9ae4e001a353dbf40ad7ad5cf6ccb3dce8c8f 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/ackhandler.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/ackhandler.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/gen.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/gen.go deleted file mode 100644 index 32235f81ab1b5bd73ba2c310fc97690a71cba5ea..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/gen.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/interfaces.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/interfaces.go index 5777d97a7b60e387a98979168bc6dd065ab8155a..226bfcbbcc5c28f37177bc66b54b2bb8a2fec2c8 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/interfaces.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/interfaces.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_number_generator.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_number_generator.go index 7d58650cc8acdcff6d4af392f18ce49e9d6eb61e..b63083bf2ac7d5aa68fbf9c869e5b759dd179fc1 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_number_generator.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_number_generator.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_history.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_history.go index 5a0391ef2c05362cb9a46b1334195ea1bbe60428..ca0b475b23dc6a4aca75975c0ca5c02b9782a14d 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_history.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_history.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_tracker.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_tracker.go index 56e79269520b165e73aee035d5dfdcf3007ee50b..36833f0627d5811a0d02af1fbb3a7930d98f9fc6 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_tracker.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/received_packet_tracker.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_handler.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_handler.go index 7df91f23f7db3226ddcc02b3ca7d39bba590c2a4..5a8cd70e8fd6f4b99d01d671338eabee3403e2e9 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_handler.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_handler.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_history.go b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_history.go index 36489367dcf3b9d77eaa062afece043cb8264b89..fca269115127ba65545aca8c79d06acbf1d9e0c0 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_history.go and b/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/sent_packet_history.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic.go b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic.go index beadd627cc3239685117fb03e8740d43d5eff65f..a4155b83cf476eeefc57eaa2aafc07aab6215cac 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic.go and b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic_sender.go b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic_sender.go index 059b8f6a505a81ba943e7eea94451206c29b4ef3..1d17ce225cc78cc9f21d6bbf408401d66fa9bf8d 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic_sender.go and b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/cubic_sender.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/hybrid_slow_start.go b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/hybrid_slow_start.go index b5ae3d5eb1076d98a5bef9eec1621cb9b8da28fb..0088d7e872d1c7f67b3c3ad770f13f898615e835 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/hybrid_slow_start.go and b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/hybrid_slow_start.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/pacer.go b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/pacer.go index 7ec4d8f57495233d0d9bab9e458fb288e50042ef..6561a32cac519bcfa4bdfefe272c97001fe62bc4 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/congestion/pacer.go and b/vendor/github.com/lucas-clemente/quic-go/internal/congestion/pacer.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/base_flow_controller.go b/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/base_flow_controller.go index 2bf14fdc0557b028f46343f9a300e85ab02a9894..675b7e4d87d9ea999f89972c261887dc13be8fd8 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/base_flow_controller.go and b/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/base_flow_controller.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/connection_flow_controller.go b/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/connection_flow_controller.go index 6bf2241b9936b0bf7d6b33a387be3dc919da5197..dbd3973ee6e67974e80a3e1675a14811fce12ac0 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/connection_flow_controller.go and b/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/connection_flow_controller.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/stream_flow_controller.go b/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/stream_flow_controller.go index aa66aef1a76ea0960a59ac9f8034ce0b6967c4b4..d9bf649acaa4b8581cde96ae169a4a0a1d7c2ecb 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/stream_flow_controller.go and b/vendor/github.com/lucas-clemente/quic-go/internal/flowcontrol/stream_flow_controller.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/handshake/aead.go b/vendor/github.com/lucas-clemente/quic-go/internal/handshake/aead.go index 03b039289cee7daaa08de8d0fc8bfaaeba5536d7..35e3dcf18d34d1ef30378245e01ffac10ace9cc9 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/handshake/aead.go and b/vendor/github.com/lucas-clemente/quic-go/internal/handshake/aead.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/handshake/token_generator.go b/vendor/github.com/lucas-clemente/quic-go/internal/handshake/token_generator.go index 2df5fcd8c3ef30aa4fc9f1df84ab63ea780f3b88..a8dda91e6d4c931f7a955062d3bb19acafee855e 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/handshake/token_generator.go and b/vendor/github.com/lucas-clemente/quic-go/internal/handshake/token_generator.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/handshake/updatable_aead.go b/vendor/github.com/lucas-clemente/quic-go/internal/handshake/updatable_aead.go index 1532e7b5a5b389a9c8caf80e36c63c733fec32a9..4093a206c51aa876c9f4f499d152f32fe7460e46 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/handshake/updatable_aead.go and b/vendor/github.com/lucas-clemente/quic-go/internal/handshake/updatable_aead.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/protocol/connection_id.go b/vendor/github.com/lucas-clemente/quic-go/internal/protocol/connection_id.go index 3aec2cd38d872770f1cd70be103a623baa1c9f25..7ae7d9dcfa1cffaee6d4fc0e4180b422588a27d6 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/protocol/connection_id.go and b/vendor/github.com/lucas-clemente/quic-go/internal/protocol/connection_id.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go116.go b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go116.go deleted file mode 100644 index e3024624c24b537a4cf9d74cfecc9584b03133ac..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go116.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go117.go b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go117.go deleted file mode 100644 index bc385f194315f2a37ec72ffbdca08156affd48c6..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go117.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go118.go b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go118.go index 5de030c78a1ec011b0f947600eb384f24b353ac6..e02de3806488543b54e1969dd693e67dc107217d 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go118.go and b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go118.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go index 86dcaea3dcb3a10618926ef6d7dd4dbee231cf3e..9794b872334485153161459d8d4d40d5080c8ac6 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go and b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go119.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go index f8d59d8bb0977b6e03e3cfcebef1407e746f1934..f355387292da39605f761c647df3b4cc34644103 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go and b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go120.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go_oldversion.go b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go_oldversion.go index 384d719c6e8e2083997d9b714058967bb4077a73..83418e9e8774219bc25d940748df86b02ae51400 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go_oldversion.go and b/vendor/github.com/lucas-clemente/quic-go/internal/qtls/go_oldversion.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/byteinterval_linkedlist.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/byteinterval_linkedlist.go deleted file mode 100644 index 096023ef28d768d176b8be3f6a08efef2b763969..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/byteinterval_linkedlist.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/gen.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/gen.go deleted file mode 100644 index 8a63e95891e1671dec314b745d6e306f6a148fa2..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/gen.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/README.md b/vendor/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2915d6013da0c35e8da73bdd5b25a72e68bd701c Binary files /dev/null and b/vendor/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/README.md differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_linkedlist.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/linkedlist.go similarity index 62% rename from vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_linkedlist.go rename to vendor/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/linkedlist.go index bb74f4ef93348d0f23f77bd45572ae882135270d..217b21efb1189856f490488984d8be1df0d392d6 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/ackhandler/packet_linkedlist.go and b/vendor/github.com/lucas-clemente/quic-go/internal/utils/linkedlist/linkedlist.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/minmax.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/minmax.go index ee1f85f624fa4f559e8b7ae243c7564ee649a6a2..d191f7515833b08c596805ce5de21ae7e8baa096 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/minmax.go and b/vendor/github.com/lucas-clemente/quic-go/internal/utils/minmax.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/new_connection_id.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/new_connection_id.go deleted file mode 100644 index 694ee7aaf2cde2be7eddd35d2c01a7b677ce932b..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/new_connection_id.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/newconnectionid_linkedlist.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/newconnectionid_linkedlist.go deleted file mode 100644 index d59562e536e118b5a2cfe453f8c39cdb054df644..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/newconnectionid_linkedlist.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/packet_interval.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/packet_interval.go deleted file mode 100644 index 62cc8b9cb312ae2774d54702faf1e72683aefee2..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/packet_interval.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/packetinterval_linkedlist.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/packetinterval_linkedlist.go deleted file mode 100644 index b461e85a96ec37d2da44617f3c744b0fde2eebb4..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/packetinterval_linkedlist.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/rtt_stats.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/rtt_stats.go index 66642ba8f976b8c33ea2034ce2ade2467545c940..1a43ea128647bdd3eb67a36bdf2ff8c1133179fa 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/rtt_stats.go and b/vendor/github.com/lucas-clemente/quic-go/internal/utils/rtt_stats.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/utils/streamframe_interval.go b/vendor/github.com/lucas-clemente/quic-go/internal/utils/streamframe_interval.go deleted file mode 100644 index ec16d251b8977a2ae73792811dc8342b21068e6b..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/utils/streamframe_interval.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/wire/header.go b/vendor/github.com/lucas-clemente/quic-go/internal/wire/header.go index f6a31ee0ec478abd8b21c32e917427d27606c811..a01f40ca45d516d8b8d9827e36cf7ed9ed010ac3 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/wire/header.go and b/vendor/github.com/lucas-clemente/quic-go/internal/wire/header.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/internal/wire/transport_parameters.go b/vendor/github.com/lucas-clemente/quic-go/internal/wire/transport_parameters.go index e1f83cd656436e1b0baa2c61930b8346d8a051f7..65bcfd558847cec868b91d98a2dbc951c52c6cb4 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/internal/wire/transport_parameters.go and b/vendor/github.com/lucas-clemente/quic-go/internal/wire/transport_parameters.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/logging/null_tracer.go b/vendor/github.com/lucas-clemente/quic-go/logging/null_tracer.go new file mode 100644 index 0000000000000000000000000000000000000000..4e0bb60bafb12511c6388b544c383d0efd806bca Binary files /dev/null and b/vendor/github.com/lucas-clemente/quic-go/logging/null_tracer.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/packet_handler_map.go b/vendor/github.com/lucas-clemente/quic-go/packet_handler_map.go index 2d55a95ef86e4da76806651f436491cee9b504c3..0caa490755700a98a5774b33818a87dcbb61825c 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/packet_handler_map.go and b/vendor/github.com/lucas-clemente/quic-go/packet_handler_map.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/packet_packer.go b/vendor/github.com/lucas-clemente/quic-go/packet_packer.go index 1d037ab28e7f3f884a4719812e0a1a527a947b29..aec485f0050da825f10eb09c7773c74c83108fb5 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/packet_packer.go and b/vendor/github.com/lucas-clemente/quic-go/packet_packer.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/send_stream.go b/vendor/github.com/lucas-clemente/quic-go/send_stream.go index b23df00b3776c33ffc49dc4cf7e33e466e64ae43..3daf6781391cf12eb224d47afa05ed969d14aad2 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/send_stream.go and b/vendor/github.com/lucas-clemente/quic-go/send_stream.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/server.go b/vendor/github.com/lucas-clemente/quic-go/server.go index 0e64297050cdf67e36bebaeda516770a46250ccc..ac68681c7581d8657fe48c2173cc67323dfed12a 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/server.go and b/vendor/github.com/lucas-clemente/quic-go/server.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map.go b/vendor/github.com/lucas-clemente/quic-go/streams_map.go index 79c1ee91a86d26dc50d38c6e9405721818db9c86..e9f0c2e102bce9504483605effafead576963183 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map.go and b/vendor/github.com/lucas-clemente/quic-go/streams_map.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_generic_helper.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_generic_helper.go deleted file mode 100644 index 26b562331c375e3875e1bd2392a409829861a61a..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_generic_helper.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_uni.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming.go similarity index 78% rename from vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_uni.go rename to vendor/github.com/lucas-clemente/quic-go/streams_map_incoming.go index 5bddec00b236b7d5e014ecec31fbf7eedb25542d..6fe0c61b5549ae7215848ff38848246590e336dd 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_uni.go and b/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_bidi.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_bidi.go deleted file mode 100644 index 46c8c73a0892d032f2eb8540d3e55c1532797445..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_bidi.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_generic.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_generic.go deleted file mode 100644 index 4c7696a08974053d8156024dbc21489889bf4e1e..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_incoming_generic.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_uni.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing.go similarity index 74% rename from vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_uni.go rename to vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing.go index 8782364a54a76b00efda7751123721036a98dd8c..d4f249f023a73d6e34c690181b394af0bb4239ef 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_uni.go and b/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_bidi.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_bidi.go deleted file mode 100644 index 3f7ec166ad1ad025328bffd8b58c44404be68519..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_bidi.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_generic.go b/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_generic.go deleted file mode 100644 index dde75043c2d87210f3953e90a7ac8c5a1e3fb695..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/lucas-clemente/quic-go/streams_map_outgoing_generic.go and /dev/null differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_df.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_df.go index ae9274d97fadfc92cdbf05f64a6cffc0d7ecd2f4..ef9f981ac63f9399e077652050f288fb2a931c3f 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_df.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_df.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_linux.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_linux.go index 17ac67f12adc3d4ce89a454cb418fc324006b3e2..c4923164c9a1abc479983cca29363667072a1104 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_linux.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_linux.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_windows.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_windows.go index 4649f6463d2ac438a5d0cd117327bdcabda1df12..a83025c0c62ed0f8233bd37e3c907481843b29e5 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_windows.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_df_windows.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_darwin.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_darwin.go index eabf489f109c9949ec83008215ee6a97281ed17c..7ad5f3af163df1fcf26de7ec38f7b0e64b8a17c6 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_darwin.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_darwin.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_freebsd.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_freebsd.go index 0b3e8434b8a344266dc6e982e641888b47559f2b..8d16d0b91035c7e76d6ab3981bb835ada1754668 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_freebsd.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_freebsd.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_linux.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_linux.go index 51bec900242207a987ba6500c1cf947c23ae50cb..61c3f54ba0c31fc1188c30a71756b3220b0175f3 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_linux.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_helper_linux.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_no_oob.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_no_oob.go index e3b0d11f6852b55a2dc3c05f9f31493da2b152f1..7ab5040aa19aadb22e9e90531840fa23194ef88b 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_no_oob.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_no_oob.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_oob.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_oob.go index acd74d023c13a5a90e7d518dce7d442f56807d1e..f0f89cb590b89ab920dc54973a76e5fef4ac6aad 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_oob.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_oob.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/sys_conn_windows.go b/vendor/github.com/lucas-clemente/quic-go/sys_conn_windows.go index f2cc22ab7c462459a1886112da67a8d789543f3e..b003fe94afe311392568b4847867cf5d3c88c77f 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/sys_conn_windows.go and b/vendor/github.com/lucas-clemente/quic-go/sys_conn_windows.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/tools.go b/vendor/github.com/lucas-clemente/quic-go/tools.go index ee68fafbe39613be0f3f0192fca083311f06bd42..03ddd0630b2d6894b679e9d49c10cc24acced9f6 100644 Binary files a/vendor/github.com/lucas-clemente/quic-go/tools.go and b/vendor/github.com/lucas-clemente/quic-go/tools.go differ diff --git a/vendor/github.com/lucas-clemente/quic-go/zero_rtt_queue.go b/vendor/github.com/lucas-clemente/quic-go/zero_rtt_queue.go new file mode 100644 index 0000000000000000000000000000000000000000..7ad7ee1013d0002d4a30419be84e192fc0bd9f44 Binary files /dev/null and b/vendor/github.com/lucas-clemente/quic-go/zero_rtt_queue.go differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/README.md b/vendor/github.com/marten-seemann/qtls-go1-16/README.md deleted file mode 100644 index 0d318abe4b2d45aacb9f84bad71dbd21c6192f7b..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/README.md and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/alert.go b/vendor/github.com/marten-seemann/qtls-go1-16/alert.go deleted file mode 100644 index 3feac79be84ad6f2cb758d3b78a88bccb5f4ff8c..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/alert.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/auth.go b/vendor/github.com/marten-seemann/qtls-go1-16/auth.go deleted file mode 100644 index 1ef675fd37c15ef52f296fa970ad30df629f1ac5..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/auth.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/cipher_suites.go b/vendor/github.com/marten-seemann/qtls-go1-16/cipher_suites.go deleted file mode 100644 index 78f80107ff0392e4a55d3a27ac5f6d8539fe03d2..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/cipher_suites.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/common.go b/vendor/github.com/marten-seemann/qtls-go1-16/common.go deleted file mode 100644 index 266f93fef8b96813c0660ebff8dbd553aca0a364..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/common.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/common_js.go b/vendor/github.com/marten-seemann/qtls-go1-16/common_js.go deleted file mode 100644 index 97e6ecefd7734fb0b48584956a56b8a3a53dadca..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/common_js.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/common_nojs.go b/vendor/github.com/marten-seemann/qtls-go1-16/common_nojs.go deleted file mode 100644 index 5e56e0fb36b4c9d680d916fbfaafc09c243e2f1b..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/common_nojs.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/conn.go b/vendor/github.com/marten-seemann/qtls-go1-16/conn.go deleted file mode 100644 index fa5eb3f1062cc6972a193c7f385d880247f24d28..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/conn.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_client.go b/vendor/github.com/marten-seemann/qtls-go1-16/handshake_client.go deleted file mode 100644 index a447061ae05399e1764c0a24aaef055097ed29bd..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_client.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_client_tls13.go b/vendor/github.com/marten-seemann/qtls-go1-16/handshake_client_tls13.go deleted file mode 100644 index fb70cec066373f0c44974b72dd7e05bc55b984f7..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_client_tls13.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_messages.go b/vendor/github.com/marten-seemann/qtls-go1-16/handshake_messages.go deleted file mode 100644 index 1ab75762637c1645d5b15967bda8e76ddd34b937..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_messages.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_server.go b/vendor/github.com/marten-seemann/qtls-go1-16/handshake_server.go deleted file mode 100644 index 5d39cc8fcd4a9c889ef0182385b52197314dadc4..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_server.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_server_tls13.go b/vendor/github.com/marten-seemann/qtls-go1-16/handshake_server_tls13.go deleted file mode 100644 index e1ab918d3ee8bf5df506bc9ca0b600afcbd2a84d..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/handshake_server_tls13.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/key_agreement.go b/vendor/github.com/marten-seemann/qtls-go1-16/key_agreement.go deleted file mode 100644 index d8f5d4690febf2b8eefa8679e1ada85fa68f4742..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/key_agreement.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/key_schedule.go b/vendor/github.com/marten-seemann/qtls-go1-16/key_schedule.go deleted file mode 100644 index da13904a6e8cfc9d928c18cbc9368fee10bc0913..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/key_schedule.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/prf.go b/vendor/github.com/marten-seemann/qtls-go1-16/prf.go deleted file mode 100644 index 9eb0221a0c06391834fee7a41855d716f55f13c8..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/prf.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/ticket.go b/vendor/github.com/marten-seemann/qtls-go1-16/ticket.go deleted file mode 100644 index 006b8c1de9f93e6ff32720f02b0de74866a39351..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/ticket.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/tls.go b/vendor/github.com/marten-seemann/qtls-go1-16/tls.go deleted file mode 100644 index 10cbae03b4ffe63bd1d09ffbc58cd9b49709a463..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/tls.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/unsafe.go b/vendor/github.com/marten-seemann/qtls-go1-16/unsafe.go deleted file mode 100644 index 55fa01b3d61ba0b9f8e2731c2a6373135a375f88..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-16/unsafe.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/LICENSE b/vendor/github.com/marten-seemann/qtls-go1-17/LICENSE deleted file mode 100644 index 6a66aea5eafe0ca6a688840c47219556c552488e..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/LICENSE and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/README.md b/vendor/github.com/marten-seemann/qtls-go1-17/README.md deleted file mode 100644 index 3e902212721160be06b854be793d4bd0f11bd1b6..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/README.md and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/alert.go b/vendor/github.com/marten-seemann/qtls-go1-17/alert.go deleted file mode 100644 index 3feac79be84ad6f2cb758d3b78a88bccb5f4ff8c..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/alert.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/auth.go b/vendor/github.com/marten-seemann/qtls-go1-17/auth.go deleted file mode 100644 index 1ef675fd37c15ef52f296fa970ad30df629f1ac5..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/auth.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/cipher_suites.go b/vendor/github.com/marten-seemann/qtls-go1-17/cipher_suites.go deleted file mode 100644 index 53a3956aaebff3861e27b7c6240a7dd82597083d..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/cipher_suites.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/common.go b/vendor/github.com/marten-seemann/qtls-go1-17/common.go deleted file mode 100644 index 8a9b6804867fad7900b64dcc1a5004c924a298af..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/common.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/conn.go b/vendor/github.com/marten-seemann/qtls-go1-17/conn.go deleted file mode 100644 index 70fad4652d1e633b06a4593d09492e324bc9f9ad..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/conn.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/cpu.go b/vendor/github.com/marten-seemann/qtls-go1-17/cpu.go deleted file mode 100644 index 1219450879086e612c26c759bae093da417389bc..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/cpu.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/cpu_other.go b/vendor/github.com/marten-seemann/qtls-go1-17/cpu_other.go deleted file mode 100644 index 33f7d21942ffa08cce7b2da04a8bf6b22c03fab7..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/cpu_other.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_client.go b/vendor/github.com/marten-seemann/qtls-go1-17/handshake_client.go deleted file mode 100644 index ac5d0b4c2a6f36a72e5606e075e9921308d46aa0..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_client.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_client_tls13.go b/vendor/github.com/marten-seemann/qtls-go1-17/handshake_client_tls13.go deleted file mode 100644 index 0de59fc1e1685674ea227a7e49fa72009f47d59d..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_client_tls13.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_messages.go b/vendor/github.com/marten-seemann/qtls-go1-17/handshake_messages.go deleted file mode 100644 index 1ab75762637c1645d5b15967bda8e76ddd34b937..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_messages.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_server.go b/vendor/github.com/marten-seemann/qtls-go1-17/handshake_server.go deleted file mode 100644 index 7d3557d7279c72a22681d5921c2eda97c5a816a7..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_server.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_server_tls13.go b/vendor/github.com/marten-seemann/qtls-go1-17/handshake_server_tls13.go deleted file mode 100644 index 0c200605e6e489eafc045f656c70c9159a2619bf..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/handshake_server_tls13.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/key_agreement.go b/vendor/github.com/marten-seemann/qtls-go1-17/key_agreement.go deleted file mode 100644 index 453a8dcf080870874739aeca191219b4be318353..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/key_agreement.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/key_schedule.go b/vendor/github.com/marten-seemann/qtls-go1-17/key_schedule.go deleted file mode 100644 index da13904a6e8cfc9d928c18cbc9368fee10bc0913..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/key_schedule.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/prf.go b/vendor/github.com/marten-seemann/qtls-go1-17/prf.go deleted file mode 100644 index 9eb0221a0c06391834fee7a41855d716f55f13c8..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/prf.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/ticket.go b/vendor/github.com/marten-seemann/qtls-go1-17/ticket.go deleted file mode 100644 index 81e8a52eac6579132f0c26acb9a8a7e6f58f33b9..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/ticket.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/tls.go b/vendor/github.com/marten-seemann/qtls-go1-17/tls.go deleted file mode 100644 index 42207c235fd908b83beecb557063b2f53214d273..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/tls.go and /dev/null differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-17/unsafe.go b/vendor/github.com/marten-seemann/qtls-go1-17/unsafe.go deleted file mode 100644 index 55fa01b3d61ba0b9f8e2731c2a6373135a375f88..0000000000000000000000000000000000000000 Binary files a/vendor/github.com/marten-seemann/qtls-go1-17/unsafe.go and /dev/null differ diff --git a/vendor/github.com/miekg/dns/README.md b/vendor/github.com/miekg/dns/README.md index 4ed217e7df0b01f0e50f355222264f1ab0b6c22a..5a799d88f8c5e496b27e38708f8e4880033fcd4c 100644 Binary files a/vendor/github.com/miekg/dns/README.md and b/vendor/github.com/miekg/dns/README.md differ diff --git a/vendor/github.com/miekg/dns/client.go b/vendor/github.com/miekg/dns/client.go index 6bae3a1ca7341d4feca6de29c67ba9d7e29a95dc..9aa6585300fbc7234592bdeec2183dce72acfda5 100644 Binary files a/vendor/github.com/miekg/dns/client.go and b/vendor/github.com/miekg/dns/client.go differ diff --git a/vendor/github.com/miekg/dns/defaults.go b/vendor/github.com/miekg/dns/defaults.go index d47b0b1f2be2329a40dd1d894bcf081f1e303a18..f2cdbf4302974614d1f04cbfbb93b3d6bce2e2f1 100644 Binary files a/vendor/github.com/miekg/dns/defaults.go and b/vendor/github.com/miekg/dns/defaults.go differ diff --git a/vendor/github.com/miekg/dns/dnssec.go b/vendor/github.com/miekg/dns/dnssec.go index 8539aae6c70fd8db712c2143c08d7408653f7dac..ea01aa81fcacd71af968c672854b54f6d771bfd8 100644 Binary files a/vendor/github.com/miekg/dns/dnssec.go and b/vendor/github.com/miekg/dns/dnssec.go differ diff --git a/vendor/github.com/miekg/dns/doc.go b/vendor/github.com/miekg/dns/doc.go index 5c83f82e49d47404519177a927c3c3514d4522d0..f00f5722c2c7142cb127fc6af597313997002845 100644 Binary files a/vendor/github.com/miekg/dns/doc.go and b/vendor/github.com/miekg/dns/doc.go differ diff --git a/vendor/github.com/miekg/dns/edns.go b/vendor/github.com/miekg/dns/edns.go index d070e41bd5c9a599ba08183cd2a90e1b05466bde..14568c2e969dd83ee3711cd44396d05f7d1f67c6 100644 Binary files a/vendor/github.com/miekg/dns/edns.go and b/vendor/github.com/miekg/dns/edns.go differ diff --git a/vendor/github.com/miekg/dns/hash.go b/vendor/github.com/miekg/dns/hash.go new file mode 100644 index 0000000000000000000000000000000000000000..7d4183e02757b4315c1310a25a0ab3d8d9d76cc9 Binary files /dev/null and b/vendor/github.com/miekg/dns/hash.go differ diff --git a/vendor/github.com/miekg/dns/msg.go b/vendor/github.com/miekg/dns/msg.go index ead4b6931df5b5885eb88b470dd4bc0acc1346ce..89ebb64abc36b3e9bb0f5e89c1cad34e66344b89 100644 Binary files a/vendor/github.com/miekg/dns/msg.go and b/vendor/github.com/miekg/dns/msg.go differ diff --git a/vendor/github.com/miekg/dns/msg_helpers.go b/vendor/github.com/miekg/dns/msg_helpers.go index 10754c8b85a84525e372fc5d62421ddde021e81e..ea2035cd2467ef1262ebe9d7d38afee2d6cd8ca7 100644 Binary files a/vendor/github.com/miekg/dns/msg_helpers.go and b/vendor/github.com/miekg/dns/msg_helpers.go differ diff --git a/vendor/github.com/miekg/dns/server.go b/vendor/github.com/miekg/dns/server.go index b2a63bda4958ec644b61fc1154e46f94f8dc4323..4e5a9aa8a16c282a8489695106919aade7c9a15b 100644 Binary files a/vendor/github.com/miekg/dns/server.go and b/vendor/github.com/miekg/dns/server.go differ diff --git a/vendor/github.com/miekg/dns/sig0.go b/vendor/github.com/miekg/dns/sig0.go index e781c9bb6c287d3baaf3fd7ea774da2b519d175d..2c4b103521c1cc0f251ab79b76a7e727e4ec2f65 100644 Binary files a/vendor/github.com/miekg/dns/sig0.go and b/vendor/github.com/miekg/dns/sig0.go differ diff --git a/vendor/github.com/miekg/dns/svcb.go b/vendor/github.com/miekg/dns/svcb.go index 3344253c2b3e64c242cd0625dd9c5f8cf26203b4..ea58710da963f79e6be7a5e70cc12cccac75a0f6 100644 Binary files a/vendor/github.com/miekg/dns/svcb.go and b/vendor/github.com/miekg/dns/svcb.go differ diff --git a/vendor/github.com/miekg/dns/tsig.go b/vendor/github.com/miekg/dns/tsig.go index 55ca75213582c61bf30c2577599fabe05c2c7fed..debfe2dd99cf403e2b8c5c2840b2632552c9a173 100644 Binary files a/vendor/github.com/miekg/dns/tsig.go and b/vendor/github.com/miekg/dns/tsig.go differ diff --git a/vendor/github.com/miekg/dns/version.go b/vendor/github.com/miekg/dns/version.go index 8863a035f4d788d9836fc49921cf0d99e1b86817..b1a872bd59564c6a3da958a449e685adc029c6cc 100644 Binary files a/vendor/github.com/miekg/dns/version.go and b/vendor/github.com/miekg/dns/version.go differ diff --git a/vendor/github.com/miekg/dns/xfr.go b/vendor/github.com/miekg/dns/xfr.go index 43970e64f39b2a5b0e4f6ebfb8ae2832c86ffcf4..1917e91c80ceef726f98458ae84b57bc1c72e199 100644 Binary files a/vendor/github.com/miekg/dns/xfr.go and b/vendor/github.com/miekg/dns/xfr.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertion_compare.go b/vendor/github.com/stretchr/testify/assert/assertion_compare.go index 41649d26792461a0e999695e0c91a15d72b5898a..95d8e59da69bf8e207db7af447a2f792db6f5625 100644 Binary files a/vendor/github.com/stretchr/testify/assert/assertion_compare.go and b/vendor/github.com/stretchr/testify/assert/assertion_compare.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go b/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go new file mode 100644 index 0000000000000000000000000000000000000000..da867903e2fa8796c0d0b58adaee3465c0b2eb0f Binary files /dev/null and b/vendor/github.com/stretchr/testify/assert/assertion_compare_can_convert.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertion_compare_legacy.go b/vendor/github.com/stretchr/testify/assert/assertion_compare_legacy.go new file mode 100644 index 0000000000000000000000000000000000000000..1701af2a3c89c238c4e2af7d48af2abac0bf4f87 Binary files /dev/null and b/vendor/github.com/stretchr/testify/assert/assertion_compare_legacy.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertion_format.go b/vendor/github.com/stretchr/testify/assert/assertion_format.go index 4dfd1229a8617f401e11efa0ad461447f31c1b3e..7880b8f9433308d40a2703ab84f9c6e7f906f0d2 100644 Binary files a/vendor/github.com/stretchr/testify/assert/assertion_format.go and b/vendor/github.com/stretchr/testify/assert/assertion_format.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertion_forward.go b/vendor/github.com/stretchr/testify/assert/assertion_forward.go index 25337a6f07e6e05f3f29e5493cc2ba71cc474abb..339515b8bfb9a8f50fede5742574687af8bcb5f3 100644 Binary files a/vendor/github.com/stretchr/testify/assert/assertion_forward.go and b/vendor/github.com/stretchr/testify/assert/assertion_forward.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertion_order.go b/vendor/github.com/stretchr/testify/assert/assertion_order.go index 1c3b47182a726afbfb1890c5119144bad1bcf8c9..75944878358568654acef8e7d73cbe96cd146d05 100644 Binary files a/vendor/github.com/stretchr/testify/assert/assertion_order.go and b/vendor/github.com/stretchr/testify/assert/assertion_order.go differ diff --git a/vendor/github.com/stretchr/testify/assert/assertions.go b/vendor/github.com/stretchr/testify/assert/assertions.go index bcac4401f57fb271d4a0909e607d56d51c606e59..fa1245b18973813eb1733379db6480d448873c3d 100644 Binary files a/vendor/github.com/stretchr/testify/assert/assertions.go and b/vendor/github.com/stretchr/testify/assert/assertions.go differ diff --git a/vendor/github.com/stretchr/testify/require/require.go b/vendor/github.com/stretchr/testify/require/require.go index 51820df2e6726fe50df902ff53c6a2a08bc344e8..880853f5a2c59901bcb82fb099bb0f1eace5b2fe 100644 Binary files a/vendor/github.com/stretchr/testify/require/require.go and b/vendor/github.com/stretchr/testify/require/require.go differ diff --git a/vendor/github.com/stretchr/testify/require/require_forward.go b/vendor/github.com/stretchr/testify/require/require_forward.go index ed54a9d83f35e103201daa02cf50a42a95f36877..960bf6f2cabfe777267733dcd6b321529cac3402 100644 Binary files a/vendor/github.com/stretchr/testify/require/require_forward.go and b/vendor/github.com/stretchr/testify/require/require_forward.go differ diff --git a/vendor/golang.org/x/crypto/AUTHORS b/vendor/golang.org/x/crypto/AUTHORS deleted file mode 100644 index 2b00ddba0dfee1022198444c16670d443840ef86..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/crypto/AUTHORS and /dev/null differ diff --git a/vendor/golang.org/x/crypto/CONTRIBUTORS b/vendor/golang.org/x/crypto/CONTRIBUTORS deleted file mode 100644 index 1fbd3e976faf5af5bbd1d8268a70399234969ae4..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/crypto/CONTRIBUTORS and /dev/null differ diff --git a/vendor/golang.org/x/crypto/chacha20/chacha_generic.go b/vendor/golang.org/x/crypto/chacha20/chacha_generic.go index a2ecf5c325b9118d4edc4c93a52e462dd3fb1069..93eb5ae6de6f339720950fa0c3d94fde096ca07a 100644 Binary files a/vendor/golang.org/x/crypto/chacha20/chacha_generic.go and b/vendor/golang.org/x/crypto/chacha20/chacha_generic.go differ diff --git a/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go b/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go index c5898db46584531f1b29d5338055e1c4c01e7fc7..4652247b8a637eca0c036a66b4b7511e1870eeaa 100644 Binary files a/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go and b/vendor/golang.org/x/crypto/chacha20/chacha_s390x.go differ diff --git a/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go index 25959b9a6efadab04e8909ab4462da7084ad1fab..0c408c57094ccbb1240e25dff2ed425676228493 100644 Binary files a/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go and b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go differ diff --git a/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go index 96b2fd898bbca50a889c8a1c459ce2f69d44f5b7..6313898f0a75d9e2e25f713b7e140715219fba5c 100644 Binary files a/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go and b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go differ diff --git a/vendor/golang.org/x/crypto/cryptobyte/builder.go b/vendor/golang.org/x/crypto/cryptobyte/builder.go index ca7b1db5ce9d1d6f65de50646a5f48bab9edcde2..2a90c592d7c6dad57ee0b7d579f45bb0c2bf89bf 100644 Binary files a/vendor/golang.org/x/crypto/cryptobyte/builder.go and b/vendor/golang.org/x/crypto/cryptobyte/builder.go differ diff --git a/vendor/golang.org/x/crypto/cryptobyte/string.go b/vendor/golang.org/x/crypto/cryptobyte/string.go index 589d297e6be8f6d5f2a179a02f2216536263efb5..0531a3d6f1aa9efc70b19b5ab66a592942289eaf 100644 Binary files a/vendor/golang.org/x/crypto/cryptobyte/string.go and b/vendor/golang.org/x/crypto/cryptobyte/string.go differ diff --git a/vendor/golang.org/x/crypto/curve25519/curve25519.go b/vendor/golang.org/x/crypto/curve25519/curve25519.go index cda3fdd3540dd0363d6e2d1e85a3ad161fb0078f..bc62161d6e42586f623d3c942b9958d6454ff64b 100644 Binary files a/vendor/golang.org/x/crypto/curve25519/curve25519.go and b/vendor/golang.org/x/crypto/curve25519/curve25519.go differ diff --git a/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go b/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go index 44dc8e8caf916316195ab810b746beaf7e165983..edcf163c4ed433ebc42cdce553f572339bb9f76a 100644 Binary files a/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go and b/vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go differ diff --git a/vendor/golang.org/x/crypto/internal/subtle/aliasing.go b/vendor/golang.org/x/crypto/internal/alias/alias.go similarity index 84% rename from vendor/golang.org/x/crypto/internal/subtle/aliasing.go rename to vendor/golang.org/x/crypto/internal/alias/alias.go index 4fad24f8dcde8189a34f7611bd81df0ef35d7004..69c17f822b9a130ea001e6de50944316ce2ef1cf 100644 Binary files a/vendor/golang.org/x/crypto/internal/subtle/aliasing.go and b/vendor/golang.org/x/crypto/internal/alias/alias.go differ diff --git a/vendor/golang.org/x/crypto/internal/subtle/aliasing_purego.go b/vendor/golang.org/x/crypto/internal/alias/alias_purego.go similarity index 86% rename from vendor/golang.org/x/crypto/internal/subtle/aliasing_purego.go rename to vendor/golang.org/x/crypto/internal/alias/alias_purego.go index 80ccbed2c0de2df1791420e52f5b4ed7d321809e..4775b0a43843706ff16114031684d20e7f1104ef 100644 Binary files a/vendor/golang.org/x/crypto/internal/subtle/aliasing_purego.go and b/vendor/golang.org/x/crypto/internal/alias/alias_purego.go differ diff --git a/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go b/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go index c942a65904fa97f4e8efa9203e7cfca42f2f72d6..e041da5ea3e7d0bc6defe95db2a39eb1d36f6f26 100644 Binary files a/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go and b/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go differ diff --git a/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go b/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go index 62cc9f84709e303c745030b088064d26ba8ed8e3..ec95966889691d2d0911277b8fceba1bb716d2f9 100644 Binary files a/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go and b/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.go differ diff --git a/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go b/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go index a2973e626fd88243e04275bcb58c29db57119589..f3c3242a0471daf8b7850b18357ea7f0ffe97589 100644 Binary files a/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go and b/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go differ diff --git a/vendor/github.com/marten-seemann/qtls-go1-16/LICENSE b/vendor/golang.org/x/exp/LICENSE similarity index 100% rename from vendor/github.com/marten-seemann/qtls-go1-16/LICENSE rename to vendor/golang.org/x/exp/LICENSE diff --git a/vendor/golang.org/x/xerrors/PATENTS b/vendor/golang.org/x/exp/PATENTS similarity index 100% rename from vendor/golang.org/x/xerrors/PATENTS rename to vendor/golang.org/x/exp/PATENTS diff --git a/vendor/golang.org/x/exp/constraints/constraints.go b/vendor/golang.org/x/exp/constraints/constraints.go new file mode 100644 index 0000000000000000000000000000000000000000..2c033dff47e904fc5cd8643c2e6b5c3d1f42c5fe Binary files /dev/null and b/vendor/golang.org/x/exp/constraints/constraints.go differ diff --git a/vendor/golang.org/x/mod/modfile/print.go b/vendor/golang.org/x/mod/modfile/print.go new file mode 100644 index 0000000000000000000000000000000000000000..524f93022ac0a1346880599ade6f45c7de009f50 Binary files /dev/null and b/vendor/golang.org/x/mod/modfile/print.go differ diff --git a/vendor/golang.org/x/mod/modfile/read.go b/vendor/golang.org/x/mod/modfile/read.go new file mode 100644 index 0000000000000000000000000000000000000000..70947ee77945e4ceaa1636af34e43d3e342123ee Binary files /dev/null and b/vendor/golang.org/x/mod/modfile/read.go differ diff --git a/vendor/golang.org/x/mod/modfile/rule.go b/vendor/golang.org/x/mod/modfile/rule.go new file mode 100644 index 0000000000000000000000000000000000000000..ed2f31aa70e0e1d56540280cb1a1ecbc8a4e569e Binary files /dev/null and b/vendor/golang.org/x/mod/modfile/rule.go differ diff --git a/vendor/golang.org/x/mod/modfile/work.go b/vendor/golang.org/x/mod/modfile/work.go new file mode 100644 index 0000000000000000000000000000000000000000..0c0e521525a9f6bbad4cce0ec2a680c3ad245b5e Binary files /dev/null and b/vendor/golang.org/x/mod/modfile/work.go differ diff --git a/vendor/golang.org/x/mod/module/module.go b/vendor/golang.org/x/mod/module/module.go index 355b5a456854ffacbed82fe1e0253bff003f7dd2..c26d1d29ec3d0e1ea663232a15368d5797ede4f3 100644 Binary files a/vendor/golang.org/x/mod/module/module.go and b/vendor/golang.org/x/mod/module/module.go differ diff --git a/vendor/golang.org/x/net/AUTHORS b/vendor/golang.org/x/net/AUTHORS deleted file mode 100644 index 15167cd746c560e5b3d3b233a169aa64d3e9101e..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/net/AUTHORS and /dev/null differ diff --git a/vendor/golang.org/x/net/CONTRIBUTORS b/vendor/golang.org/x/net/CONTRIBUTORS deleted file mode 100644 index 1c4577e9680611383f46044d17fa343a96997c3c..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/net/CONTRIBUTORS and /dev/null differ diff --git a/vendor/golang.org/x/net/http2/frame.go b/vendor/golang.org/x/net/http2/frame.go index 0178647ee0a3fec74dbff2d4ea141f721c17ceb7..184ac45feb70836ba7289c3a443ed3cc0e1062a0 100644 Binary files a/vendor/golang.org/x/net/http2/frame.go and b/vendor/golang.org/x/net/http2/frame.go differ diff --git a/vendor/golang.org/x/net/http2/hpack/encode.go b/vendor/golang.org/x/net/http2/hpack/encode.go index 97f17831fc55b8c944d501320dbc5d2f03016e39..6886dc163cba59157acd727c1b9295493c1e1f33 100644 Binary files a/vendor/golang.org/x/net/http2/hpack/encode.go and b/vendor/golang.org/x/net/http2/hpack/encode.go differ diff --git a/vendor/golang.org/x/net/http2/hpack/hpack.go b/vendor/golang.org/x/net/http2/hpack/hpack.go index 85f18a2b0a8616295fdb1e69c9df352bf944e436..ebdfbee964ae38b90ec4a04dc8c200770b9d47e0 100644 Binary files a/vendor/golang.org/x/net/http2/hpack/hpack.go and b/vendor/golang.org/x/net/http2/hpack/hpack.go differ diff --git a/vendor/golang.org/x/net/http2/http2.go b/vendor/golang.org/x/net/http2/http2.go index 479ba4b2b11c98a34e961439abe9ae388c5a52f4..6f2df281872ed15106b59e82294428ecdaf4f453 100644 Binary files a/vendor/golang.org/x/net/http2/http2.go and b/vendor/golang.org/x/net/http2/http2.go differ diff --git a/vendor/golang.org/x/net/http2/server.go b/vendor/golang.org/x/net/http2/server.go index 47524a61a5d6f6ca6169db1074358a5970762ab0..aa3b0864ec520d8c795d917d7740004017b2edc2 100644 Binary files a/vendor/golang.org/x/net/http2/server.go and b/vendor/golang.org/x/net/http2/server.go differ diff --git a/vendor/golang.org/x/net/http2/transport.go b/vendor/golang.org/x/net/http2/transport.go index 4ded4dfd56c065b8d21aac4e9c3fa7d9b2b57533..90fdc28cf9746795be58a96f5a1403a681d35da2 100644 Binary files a/vendor/golang.org/x/net/http2/transport.go and b/vendor/golang.org/x/net/http2/transport.go differ diff --git a/vendor/golang.org/x/net/internal/socket/rawconn_msg.go b/vendor/golang.org/x/net/internal/socket/rawconn_msg.go index ba53f564bb46b3b82c21fc8cb681d5270d3385f4..f7d0b0d2b853d6176417116f9dfcf1d4243c5d3c 100644 Binary files a/vendor/golang.org/x/net/internal/socket/rawconn_msg.go and b/vendor/golang.org/x/net/internal/socket/rawconn_msg.go differ diff --git a/vendor/golang.org/x/net/internal/socket/sys_stub.go b/vendor/golang.org/x/net/internal/socket/sys_stub.go index 381e45e167f9b8522f91e76abdfad7002b9bd0d7..7cfb349c0cd53a67ab037e275c639b09b41d6ff0 100644 Binary files a/vendor/golang.org/x/net/internal/socket/sys_stub.go and b/vendor/golang.org/x/net/internal/socket/sys_stub.go differ diff --git a/vendor/golang.org/x/net/internal/socket/sys_unix.go b/vendor/golang.org/x/net/internal/socket/sys_unix.go index d203e2984cac8f652a08120d7c61f18382ca732a..de823932b9a711fd1c017b225ac6fd17bad1c923 100644 Binary files a/vendor/golang.org/x/net/internal/socket/sys_unix.go and b/vendor/golang.org/x/net/internal/socket/sys_unix.go differ diff --git a/vendor/golang.org/x/net/internal/socket/sys_windows.go b/vendor/golang.org/x/net/internal/socket/sys_windows.go index 2de0d68c619aa923d3ddf628a777e74f1d4aeb16..b738b89ddd0a6079f7624056d45c0b5109da1e6b 100644 Binary files a/vendor/golang.org/x/net/internal/socket/sys_windows.go and b/vendor/golang.org/x/net/internal/socket/sys_windows.go differ diff --git a/vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go b/vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go index 1e38b9223281f24b4d27841db6ea867c97af0691..eaa896cb570034393977bf0f0a48fc41e67eb12f 100644 Binary files a/vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go and b/vendor/golang.org/x/net/internal/socket/sys_zos_s390x.go differ diff --git a/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go b/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go deleted file mode 100644 index 5acf6db6ea56079650dd74a1f8ea40765c5530ce..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go and /dev/null differ diff --git a/vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_riscv64.go similarity index 79% rename from vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go rename to vendor/golang.org/x/net/internal/socket/zsys_freebsd_riscv64.go index 5acf6db6ea56079650dd74a1f8ea40765c5530ce..965c0b28b5106f896aa767cef6ba9f17c2d6b8a4 100644 Binary files a/vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go and b/vendor/golang.org/x/net/internal/socket/zsys_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/net/ipv4/zsys_freebsd_riscv64.go b/vendor/golang.org/x/net/ipv4/zsys_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..0feb9a7536db61053b56fc02e3d21604ee4e62f9 Binary files /dev/null and b/vendor/golang.org/x/net/ipv4/zsys_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/net/ipv6/zsys_freebsd_riscv64.go b/vendor/golang.org/x/net/ipv6/zsys_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..5b39eb8dfd29b1100c4c110c50827b11fe28576a Binary files /dev/null and b/vendor/golang.org/x/net/ipv6/zsys_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/sys/AUTHORS b/vendor/golang.org/x/sys/AUTHORS deleted file mode 100644 index 15167cd746c560e5b3d3b233a169aa64d3e9101e..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/AUTHORS and /dev/null differ diff --git a/vendor/golang.org/x/sys/CONTRIBUTORS b/vendor/golang.org/x/sys/CONTRIBUTORS deleted file mode 100644 index 1c4577e9680611383f46044d17fa343a96997c3c..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/CONTRIBUTORS and /dev/null differ diff --git a/vendor/golang.org/x/sys/cpu/cpu_arm64.go b/vendor/golang.org/x/sys/cpu/cpu_arm64.go index 87dd5e30215b16b13e7159b03f141c1911b45999..f3eb993bf24b68c6da08e48cb7780123bea6a98a 100644 Binary files a/vendor/golang.org/x/sys/cpu/cpu_arm64.go and b/vendor/golang.org/x/sys/cpu/cpu_arm64.go differ diff --git a/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c b/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c index e363c7d1319782c7ea58c87367a4f99528ff4c32..a4605e6d12e897f8a22e1044c0a903cfcdf5c3de 100644 Binary files a/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c and b/vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c differ diff --git a/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go b/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go new file mode 100644 index 0000000000000000000000000000000000000000..85b64d5ccb735e9387ee9dad8b583d4458bc6ffe Binary files /dev/null and b/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.s b/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.s new file mode 100644 index 0000000000000000000000000000000000000000..054ba05d607b3ad0d6caf66c79b4c1333f7b1164 Binary files /dev/null and b/vendor/golang.org/x/sys/cpu/cpu_openbsd_arm64.s differ diff --git a/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go b/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go index f8c484f589f5e01c10a907cf5a3a0b229ab72ccb..f3cde129b6348876511de9942c37f5fdd0e14e73 100644 Binary files a/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go and b/vendor/golang.org/x/sys/cpu/cpu_other_arm64.go differ diff --git a/vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go b/vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..dd10eb79feefa88588aa818a1b2e7b777c4c4dc9 Binary files /dev/null and b/vendor/golang.org/x/sys/cpu/cpu_other_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s b/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s new file mode 100644 index 0000000000000000000000000000000000000000..d560019ea29e1e8c47c7aa01da02688bca0d2534 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s differ diff --git a/vendor/golang.org/x/sys/unix/asm_linux_loong64.s b/vendor/golang.org/x/sys/unix/asm_linux_loong64.s index 6abd48eef0df15081800bd3be2d5fa674b9dbaa9..565357288a81c1bc8d28c8d970af25160e2e399f 100644 Binary files a/vendor/golang.org/x/sys/unix/asm_linux_loong64.s and b/vendor/golang.org/x/sys/unix/asm_linux_loong64.s differ diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_386.go b/vendor/golang.org/x/sys/unix/errors_freebsd_386.go deleted file mode 100644 index 761db66efece2fcc791b5e39a4172a0c51a652bf..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/unix/errors_freebsd_386.go and /dev/null differ diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go deleted file mode 100644 index 070f44b651048ab08531581c1abeaa0f79b965ba..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go and /dev/null differ diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go b/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go deleted file mode 100644 index 856dca32543861dbb1200eabaa4530aa0fc05798..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go and /dev/null differ diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go deleted file mode 100644 index 946dcf3fc7ecab145f43f366836a1f037013552b..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go and /dev/null differ diff --git a/vendor/golang.org/x/sys/unix/ioctl_linux.go b/vendor/golang.org/x/sys/unix/ioctl_linux.go index 884430b810ccc15fa3a38a3a424634554afe40a8..0d12c0851adf20163670405cb287e59e6233da47 100644 Binary files a/vendor/golang.org/x/sys/unix/ioctl_linux.go and b/vendor/golang.org/x/sys/unix/ioctl_linux.go differ diff --git a/vendor/golang.org/x/sys/unix/mkall.sh b/vendor/golang.org/x/sys/unix/mkall.sh index ee73623489b07f54e90c2f5622f89d0c97448a49..3b2335d5fce27dfbfa0a0b9b283e62342fe6cdf1 100644 Binary files a/vendor/golang.org/x/sys/unix/mkall.sh and b/vendor/golang.org/x/sys/unix/mkall.sh differ diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index d888fb770364d86e83eafa81510ee2f185aa161c..2ab44aa659175b206e5500398a104ffe91fff4bc 100644 Binary files a/vendor/golang.org/x/sys/unix/mkerrors.sh and b/vendor/golang.org/x/sys/unix/mkerrors.sh differ diff --git a/vendor/golang.org/x/sys/unix/str.go b/vendor/golang.org/x/sys/unix/str.go deleted file mode 100644 index 8ba89ed8694f46b545cc2f5612667353cdbd03c6..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/sys/unix/str.go and /dev/null differ diff --git a/vendor/golang.org/x/sys/unix/syscall_aix.go b/vendor/golang.org/x/sys/unix/syscall_aix.go index ad22c33db3db302da5d805efbe2e125d0f5a2736..2db1b51e99f04098055f018b1ead48b497cef57e 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_aix.go and b/vendor/golang.org/x/sys/unix/syscall_aix.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_bsd.go b/vendor/golang.org/x/sys/unix/syscall_bsd.go index 9c87c5f07f8c885378ca306cc7bf28c9ea923964..eda42671f195432fc99bd91b5cc200fc621d4c65 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_bsd.go and b/vendor/golang.org/x/sys/unix/syscall_bsd.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin.go b/vendor/golang.org/x/sys/unix/syscall_darwin.go index e5448cc93caa540b4cf603d4e85d6f7f8923e8d2..4f87f16ea7cfbe3c8127ac14016bb3216cd4baed 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_darwin.go and b/vendor/golang.org/x/sys/unix/syscall_darwin.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd.go b/vendor/golang.org/x/sys/unix/syscall_freebsd.go index 6f6c510f4130d046dd6da063e581168ea4bd8ae6..de7c23e0648ada4c712c3a791e66be90196ada7b 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_freebsd.go and b/vendor/golang.org/x/sys/unix/syscall_freebsd.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go index 342fc32b1686a2d8d6cfe7e8958735e7c6aae30c..c3c4c698e0720914e30fed628cec8ea39434a6ac 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go and b/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go index a32d5aa4aed44564ea32ac4395b7b4c750d7ca10..82be61a2f98b15362e96bdebf214509c3a751452 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go and b/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go index 1e36d39abe0189642fa4aeb8824ed20528aff15b..cd58f1026c057c84f093e8fa1d65d5704c4089e6 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go and b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go index a09a1537bd6f3d9e0a3fa6211073866905f70762..d6f538f9e007703e8b871e17191727bd4125bbfa 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go and b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..8ea6e96100aceb87036f561d9e278250ef9d657c Binary files /dev/null and b/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_illumos.go b/vendor/golang.org/x/sys/unix/syscall_illumos.go index 8d5f294c425047719923573422cc5e4f6c383b98..e48244a9c9a54f711013f39837190956cfa9b435 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_illumos.go and b/vendor/golang.org/x/sys/unix/syscall_illumos.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_linux.go b/vendor/golang.org/x/sys/unix/syscall_linux.go index c8d2032125179991b3988cb961514d0af7cd4dc4..eecb58d7476ae7e650980f8c94dc2f487a23481d 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_linux.go and b/vendor/golang.org/x/sys/unix/syscall_linux.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go b/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go index 28ba7b8cb7188c597122bdfba72f2d2a6844dab6..0b69c3eff9665c8ee55fb2a9025549956227c839 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go and b/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go b/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go index 8ff7adba03927bc7f03b4351ae5b9cd0f975c5d9..925a748a39bd8cfb0b04bff4c477dbb2884e3d90 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go and b/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go new file mode 100644 index 0000000000000000000000000000000000000000..5930a8972b1cd357ec31fd60e85754cb5d03f554 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go index 30f285343ee44f5577641d6bad1b1e3ec8719338..1378489f8d7ffd1fa6d6c42e2f0f7918b5431090 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go and b/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_solaris.go b/vendor/golang.org/x/sys/unix/syscall_solaris.go index 5c2003cec654d2df3dd383506d34b3a76188bb1e..03fa546ecf3b185424c5956773c614ffb01b2d33 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_solaris.go and b/vendor/golang.org/x/sys/unix/syscall_solaris.go differ diff --git a/vendor/golang.org/x/sys/unix/syscall_unix.go b/vendor/golang.org/x/sys/unix/syscall_unix.go index 70508afc1d1c754f79e7e60ce7a5d265cd7cffc4..1ff5060b512324567a22c253f6a20f0b49d69472 100644 Binary files a/vendor/golang.org/x/sys/unix/syscall_unix.go and b/vendor/golang.org/x/sys/unix/syscall_unix.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go index 440900112cd42098c79710f8a691ffb20e35e3f1..f8c2c5138748ba918652ba2f6f0b2daba13a94d3 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go and b/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go index 64520d31226b94632d384575d93f8ed4e05ad4bd..96310c3be1b0a43bcb6b62250b8aeef78a1c28ef 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go and b/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go index 99e9a0e06e95f785edf015ae06ebea1d5e313a4c..777b69defa04d021432716cfa04a88db95fc6fc3 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go and b/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go index 4c837711493ff1bc346f749e9ea163a860abb16e..c557ac2db317ab67195166d5283b2b8d125a4974 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go and b/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..341b4d96265b16413f9966fe25c7c2238d3013d6 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux.go b/vendor/golang.org/x/sys/unix/zerrors_linux.go index c0a43f8ba6fcd3e7dbba81154d53c33a54a600ca..785d693eb32856f12d223724f9fb00586248104f 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux.go and b/vendor/golang.org/x/sys/unix/zerrors_linux.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go index 1b305fab1b8391bbfc232612edde0a08832146b1..36c0dfc7c4cf4533e61123140a1afa95243b7bde 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go index 6bcdef5dd6bc0f68c9422cf25fb9140beac3d385..4ff942703b7b0a15c7d820afc6a555e96466c6fd 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go index e65df0f8d193764174ebf82330732f917379e09c..3eaa0fb78e30f90065faee9a0f9fab7668f014d2 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go index c7021115aa986632d69f63b4721d55f8666a7b04..d7995bdc3a21892c94c3055fc3374398126e463b 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go index 0d83a1cd45dbc423908562a99ae35972a4dbb8d3..928e24c20535371a1f4718606acfc5f76bd13a73 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go index 7f44a495b7e699f7631cea5aadf8cd5b2fc531fd..179bffb474b43503d8ed8182195c161ef872568e 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go index 2f92b4e48ed7aacfd99d5761a665e02ef53e6835..1fba17bd75cb1c3d039a174cb9dea36b335be066 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go index f5367a966b30b97dc534dad16f012767ce227142..b77dde31537e6a3ee2b63b52b42ebafca6918f28 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go index 2e22337d7cff8924127710b08a3e81aab7f0aa78..78c6c751bfa5a639365832ce9d96988c46bc50dc 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go index 858c4f30f5b516508db287bc368e9029afdd04e8..1c0d31f0b4c28d5ba89f9a05c65bba17904b4228 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go index af2a7ba6e61524efa950a0defd44f54929b15a8e..959dd9bb8fcc050db999608e03c5c410b83e5a2b 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go index eaa2eb8e2469bcd4ed6317be16ba9f3ed3f3250e..5a873cdbc9d273d76a5fa3344e86aec353818298 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go index faaa9f06378bd084d02daf917eba13f0faa1fdf7..e336d141e1f19aa20cc339a685ef4e0115e99ebf 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go index 0d161f0b75fe17bd5c9957aa388f317e326241f7..390c01d92a530d9ca06aee997ef330136f6ec1fa 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go differ diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go index 4fd497a3e39a91dd97446c2b3c46a6a199475ce3..98a6e5f11f5086083ce42e5e898980ccaf6e000b 100644 Binary files a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go and b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s index d6c3e25c018ac23d19979745aa8a653aec2f8779..f5bb40eda9ee63222ec3d298e8e2318bd742c3e3 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s and b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s index 7e308a476d933adc89987b913f08bf8565ea7df0..b41467a0e50e9b33afea53b59f9f4cc0927a0269 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s and b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s index 357989722cfbc392ad8bc844f4697df2073d8392..0c3f76bc203e536c7c488f0b5550587becf83f54 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s and b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s index b09e5bb0e2048702a332d5408f5c2266c17e6885..e1f9204a20851a4779bc480e91ffae3d2e2e0b55 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s and b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go index e9d9997eeda96355b4bc499cf01a08591fabb85d..039c4aa06c2ccd1090e2d48fa14a1243a374e98d 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go and b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go index edd373b1a562ecb409511eff8306c0c98ff83859..0535d3cfdf2bd0033c14c0cc4323fbe568eeb697 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go and b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go index 82e9764b25710e15b0a76249526f891b4c0269aa..1018b522170410170ee61050236f568ad6843cab 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go and b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go index a6479acd1fc848b6aa91877614c49234314b6ae2..3802f4b379a5d6566d89e4fcc59cc9b16ddb1da0 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go and b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..8a2db7da9f3eb5a15cc42673555e1d225ad5a251 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go index 8cdfbe71e6816b23017ccf9e182df54eac90bc4c..523f2ba03e4c37f8de4cedb718c81c870e8cfa47 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go and b/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go index a1a9bcbbdf614cfbaa210a4ceeb5500785a842b3..1239cc2de9c7b79c7f957b3997130a7490f2a838 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go and b/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go index a057fc5d3511ef879ccd92f30379fbd389b41a30..2925fe0a7b736b6db16e4aecc80d8d98bfa771d2 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s new file mode 100644 index 0000000000000000000000000000000000000000..75eb2f5f3f72329f748a372c935f353207ae35f3 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go index 04db8fa2fea855704c39437b31d0acdeb9399fa6..98446d2b9540459f7c952ee8ea84ceab3c24ed2d 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s new file mode 100644 index 0000000000000000000000000000000000000000..243a6663ce67a67efbb8ccbb896a4c4a606e6c2e Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go index 69f80300674bc32a098d203b4b4c4529290091d0..8da6791d1e339a84158cf519a70c50d84ee9b68a 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s new file mode 100644 index 0000000000000000000000000000000000000000..9ad116d9fbdd0bcfdedac222c9a64199a910c7c0 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go index c96a505178f9ad3fe0fcd0b937b09c10f6439858..800aab6e3e795daf1d3b6e5e5ab34a5242b40edb 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s new file mode 100644 index 0000000000000000000000000000000000000000..4efeff9abbf49c3282199483249ed18249ac9495 Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s differ diff --git a/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go index d12f4fbfea5f08bd19ceafcc46e773913c1005b7..fdf53f8daf3b54a7b139eccb207caeb4670e1cdd 100644 Binary files a/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go and b/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go index 59d5dfc2092223dae026178367b50faaa6c23482..4e0d96107b9ebf9f2290a8d533a33d3a3b4cb99a 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go and b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go index 342d471d2eb1ab844309af2e231533d8a9961898..01636b838d30ffb92ab0f8703372ac0324ab3590 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go and b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go index e2e3d72c5b04f3a4d27d3289b98ee00ec1a0bd6d..ad99bc106a86fe9f81a6f3370c197b42d605a558 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go and b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go index 61ad5ca3c19b606c4aab7f893939e95c9306e84b..89dcc42747657cb1d98a7f92f2933a5de7404623 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go and b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..ee37aaa0c906a9aa4ce2639ef660682986717c2a Binary files /dev/null and b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go index 62192e1de2a75541d59040fdf66ac39432155f1d..c9c4ad0314f98ce210a47ff2c2cdd2effca85593 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go index 490aab5d215e1e427f32fdc61f8f55c4b552a0fb..12ff3417c5fd4f9d0ba9cded79f634d60ea733cb 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go index aca17b6fad41744561f8a0a0a2bceefced07432b..c3fb5e77ab432fa2feb02d2d58f7389f6ae12180 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go index 54b4dfa547f1bc48c5258a0e5d86d9eea73e6283..358c847a40c5fb71f64b46beda0660f8331e62cd 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go index e443f9a322c86400757477130148daa791a2cc85..81c4849b1619a9fc3eef885e10b7d4119e236811 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go index 65a99efc236be115b39f06c3653bc0878fec9350..202a57e9008685943e499f0dd880d40469401606 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go index 841c8a668206b17d7e765b81421d27b39b7e7243..1fbceb52d7cf6330f9de65b388ec600ae05c5147 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go index e26a7c7658e9bcb0761972d68ceb1e875e349d2f..b4ffb7a207d5432ada33f9b53d27325ab8ec2d1e 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go index 26447260a9ef196769d160436ff1c8aa4834334b..867985f9b440536f198aebe7913b9d2e5bbb47bb 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go index 26aefc1869aea0c4133da3bbcf7c6b7b9df55a35..a8cce69ede2f39bbda15524c6043b3a53cd1033a 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go index 8d4cd9d99d48cc614de076d0db232b2a390eda1b..d44c5b39d79deb495f93a1e66f0966648c8622e1 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go index 3b405d1f82a8132bb93a2911aaf02ccc7f38b23e..4214dd9c03a7e323d5d46c37d014ec87c5bad5a5 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go index c3a5af8623b8bfd1572d52503093cf5c33797617..3e594a8c091026a390df22e1cb05a72c2e81226e 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go index 8ffa66469ef9abda828d8e7386722a96f07ad67b..7ea465204b7c4652b2a62d7656db3f629ac94ae1 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go index 6a39640e76daa2423cb8ee2c4b13e9eb9b038e87..92f628ef4f23f6d6468db18dfa96a9819cdce9a9 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go and b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go index 817edbf95c0ab9c0840cb99449f356e35e23eea4..597733813e3788bc8ee2e7e9f7b43b8b9b44a0a8 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go and b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go index ea453614e69770fc7186ac3cf3570b5b8e0f6502..16af29189940e281371e9ad5a767d1451c9530e2 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go and b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go index 467971eed661aea5847f7cfa9b127338cdb24918..f59b18a97795a1ab1f02dd5aa3ec107462bac4bb 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go and b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go index 32eec5ed56f1a20ea2d3395b173b55f1e8944869..721ef591032167cbb39c47f5c78a4d9d239b6152 100644 Binary files a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go and b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go index 885842c0eb402751bd9eff281ca71516471aa527..e2a64f0991a00124f18fce599ca837fd28b9c588 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go and b/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go index b23c02337db3d619930afe899c28e2df7855d697..34aa775219f04f9c014ca6fab2bf12ea880b401b 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go and b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go index 4eec078e52490863cf2ce9f794afffcd71a453e6..dea0c9a607d83ba6357e5685e34b44dee09be5c8 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go and b/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go index 7622904a532f45f8ef0eb7d37c4dcad01fee1310..da0ea0d608a89431a8b6823419507a32248a74bf 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go and b/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go index 19223ce8ecf906522e85e2c5f466f6d041897436..da8f7404509c06a159a34c46539159df0db3a526 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go and b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go index 8e3e33f6790587e60208a6cf5f804f8005820320..d69988e5e58e978ed3464eda9f6759e362a16690 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go and b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go new file mode 100644 index 0000000000000000000000000000000000000000..d6fd9e88382e5e035e486914f6f24597e758527a Binary files /dev/null and b/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux.go b/vendor/golang.org/x/sys/unix/ztypes_linux.go index 9962d26bb30c9e36d9577459636dd5e4ac4ade74..ff6881167d97978bc634c8cc4597e3ad1cbd205e 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux.go and b/vendor/golang.org/x/sys/unix/ztypes_linux.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_386.go b/vendor/golang.org/x/sys/unix/ztypes_linux_386.go index 4948362f2c2242c58605cfc8436844c69d43df78..2636044018f25aad10ccbb98b869b160031801ce 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_386.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_386.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go index f64345e0e2f3a4a1f910402a6fb5d4a215ccf630..8187489d16fd20b8c953b1e29554259c470f99f4 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go b/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go index 72469c79e7500ff2ec493860f1e81351e4b64d78..d1612335f4eaaf9c96c4756613359c67722a082b 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go index 68f072283a07bb6ac32fb454a39c682a7612ca52..c28e5556b0a590095c9ea074c369d2842b72d244 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go index 090ae46c6757ede1c8ef196c1f22aa1246257f68..187061f9f86ff5f77d4b49fc714e76057a1a4bb5 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go index 03604cca135a55054ecbc65cf68ddd56d1413c16..369129917aba25e67f67e8b75e85a633a3b982c8 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go index fe57a7b26539d604bad3e154cf7717c03925ec63..7473468d717f6eb29de8caa38d30d02fa33ff62c 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go index 3f0db4da81e7a8588761227b10b3fd34e8c41d19..ed9448524b89ba74cf5eb9775b6293d996cb108c 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go index 70ecd3b239f871eec15543da700ce6f761502b49..0892a73a4b7be2f608e0bf31819623a73a8a295e 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go index 4e700120db906c846fed42be1d08618669456b71..e1dd483333217b201efe1d2aee2471afa239836a 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go index 34a57c69928d520dadc7f4f53cca2c887aa58294..d9f654c7b1273cdf0ae1f602985abedc58a7a39c 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go index 6b84a47296f6713e76b7155e1937df811fb6f861..74acda9fe44c6ffed987866b83dc99a7ec9df9b2 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go index c4a305fe2e7d606d33c8f2fc6b8d92fcc8e3fe2d..50ebe69ebc03313bb1bdf3febcbdc651537d4001 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go b/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go index a1f1e4c9e18bc5191135de1893c6c6ff7f7fe2e0..75b34c259930ce2e21871eb540526c44bdd4cdeb 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go index df95ebf3a1b6ac996fd794a2e8972b8d75f798c4..429c3bf7dd8a7375c3f20ff6129786a2c1b84bf8 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go and b/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go differ diff --git a/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go index ad4aad27968699379e0961876f91342d35d2b1d8..c1a9b83ad5e06b3f088f3a8b34704985d16ef45d 100644 Binary files a/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go and b/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go differ diff --git a/vendor/golang.org/x/sys/windows/setupapi_windows.go b/vendor/golang.org/x/sys/windows/setupapi_windows.go index 14027da3f3f117cc8b545ec62c131094b35ddf48..f8126482fa5aad2b66d5aec88594d22b8dcb72fd 100644 Binary files a/vendor/golang.org/x/sys/windows/setupapi_windows.go and b/vendor/golang.org/x/sys/windows/setupapi_windows.go differ diff --git a/vendor/golang.org/x/sys/windows/syscall_windows.go b/vendor/golang.org/x/sys/windows/syscall_windows.go index 636e5de60e32f483da0ec6edb7a2dd82fb64d47c..e27913817a71c9c81cab7c7ea4f73fd101cb725f 100644 Binary files a/vendor/golang.org/x/sys/windows/syscall_windows.go and b/vendor/golang.org/x/sys/windows/syscall_windows.go differ diff --git a/vendor/golang.org/x/sys/windows/types_windows.go b/vendor/golang.org/x/sys/windows/types_windows.go index e19471c6a852fa58e91d9d288ce8231f4b83a065..f9eaca528ed7d6c48f759e4c869fcb06879167b0 100644 Binary files a/vendor/golang.org/x/sys/windows/types_windows.go and b/vendor/golang.org/x/sys/windows/types_windows.go differ diff --git a/vendor/golang.org/x/sys/windows/zsyscall_windows.go b/vendor/golang.org/x/sys/windows/zsyscall_windows.go index 68f52c1e61e9e7aaaae7324c94d83e972b888768..52d4742cb9407012b6247258bb8292437798b99f 100644 Binary files a/vendor/golang.org/x/sys/windows/zsyscall_windows.go and b/vendor/golang.org/x/sys/windows/zsyscall_windows.go differ diff --git a/vendor/golang.org/x/tools/AUTHORS b/vendor/golang.org/x/tools/AUTHORS deleted file mode 100644 index 15167cd746c560e5b3d3b233a169aa64d3e9101e..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/tools/AUTHORS and /dev/null differ diff --git a/vendor/golang.org/x/tools/CONTRIBUTORS b/vendor/golang.org/x/tools/CONTRIBUTORS deleted file mode 100644 index 1c4577e9680611383f46044d17fa343a96997c3c..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/tools/CONTRIBUTORS and /dev/null differ diff --git a/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go b/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go index a5c6d6d4fa06cbc49cb7be1aea89cea6d5f821cb..9fa5aa192c297bb702169d3977da696436d33902 100644 Binary files a/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go and b/vendor/golang.org/x/tools/go/ast/astutil/enclosing.go differ diff --git a/vendor/golang.org/x/tools/go/ast/astutil/imports.go b/vendor/golang.org/x/tools/go/ast/astutil/imports.go index 2087ceec9cfd6c0e2a9b2d8b8ca669d9a9d54635..18d1adb05ddc981c0613bac1f20f5cd68255ba8a 100644 Binary files a/vendor/golang.org/x/tools/go/ast/astutil/imports.go and b/vendor/golang.org/x/tools/go/ast/astutil/imports.go differ diff --git a/vendor/golang.org/x/tools/go/ast/astutil/rewrite.go b/vendor/golang.org/x/tools/go/ast/astutil/rewrite.go index 6d9ca23e2b02c4fd99e0136df1c998d4597e7eaa..f430b21b9b9aec2763a8b0555a6cc89bd005ddcd 100644 Binary files a/vendor/golang.org/x/tools/go/ast/astutil/rewrite.go and b/vendor/golang.org/x/tools/go/ast/astutil/rewrite.go differ diff --git a/vendor/golang.org/x/tools/go/ast/inspector/typeof.go b/vendor/golang.org/x/tools/go/ast/inspector/typeof.go index 11f4fc369a0835ba63b237f6cba4f590fdf353bc..11ab2bc85aad4eb58e874393f4943da93b1dfd1e 100644 Binary files a/vendor/golang.org/x/tools/go/ast/inspector/typeof.go and b/vendor/golang.org/x/tools/go/ast/inspector/typeof.go differ diff --git a/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go b/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go index cec819d641060ed74a32cfd115b591675004606a..2ed25a750248ee32104e225c7423d03384671a20 100644 Binary files a/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go and b/vendor/golang.org/x/tools/go/gcexportdata/gcexportdata.go differ diff --git a/vendor/golang.org/x/tools/go/gcexportdata/importer.go b/vendor/golang.org/x/tools/go/gcexportdata/importer.go index efe221e7e1423e370d968eb512be02bb7ea6601e..37a7247e26867306df8cb607c0643e0975e8ed7a 100644 Binary files a/vendor/golang.org/x/tools/go/gcexportdata/importer.go and b/vendor/golang.org/x/tools/go/gcexportdata/importer.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/bexport.go b/vendor/golang.org/x/tools/go/internal/gcimporter/bexport.go index 0a3cdb9a3b81c8aa88f7b3addfd030a5734a3f61..196cb3f9b41a31b185e6e2f1b9274bb7437ea298 100644 Binary files a/vendor/golang.org/x/tools/go/internal/gcimporter/bexport.go and b/vendor/golang.org/x/tools/go/internal/gcimporter/bexport.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/gcimporter.go b/vendor/golang.org/x/tools/go/internal/gcimporter/gcimporter.go index 3ab66830d747c984a8ca0face61812d4be3b7837..e96c39600d16b0a0ff326a06de25445ad615a5f9 100644 Binary files a/vendor/golang.org/x/tools/go/internal/gcimporter/gcimporter.go and b/vendor/golang.org/x/tools/go/internal/gcimporter/gcimporter.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go b/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go index 209553409cb5f4e31a730a6b8b0b17a0679d3bb0..9a4ff329e1280909d857016874145f10e72b731a 100644 Binary files a/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go and b/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go b/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go index 84cfb807d739e48d79b88d6937253dbf5b786743..4caa0f55d9de2a1a5db63eb0abe3b5785fd6c376 100644 Binary files a/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go and b/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/unified_no.go b/vendor/golang.org/x/tools/go/internal/gcimporter/unified_no.go new file mode 100644 index 0000000000000000000000000000000000000000..286bf445483d8ed2cc02985bc1e16fed22093deb Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/gcimporter/unified_no.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/unified_yes.go b/vendor/golang.org/x/tools/go/internal/gcimporter/unified_yes.go new file mode 100644 index 0000000000000000000000000000000000000000..b5d69ffbe682d12cd588e44963201e69bbf3d8b1 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/gcimporter/unified_yes.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/ureader_no.go b/vendor/golang.org/x/tools/go/internal/gcimporter/ureader_no.go new file mode 100644 index 0000000000000000000000000000000000000000..8eb20729c2ad5a727ee314b291b8a30343e90a5a Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/gcimporter/ureader_no.go differ diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/ureader_yes.go b/vendor/golang.org/x/tools/go/internal/gcimporter/ureader_yes.go new file mode 100644 index 0000000000000000000000000000000000000000..3c1a4375435a79f34c736e3631f68d2e8d41c5da Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/gcimporter/ureader_yes.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/codes.go b/vendor/golang.org/x/tools/go/internal/pkgbits/codes.go new file mode 100644 index 0000000000000000000000000000000000000000..f0cabde96eba92f937f973f45c36a346cae36ce7 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/codes.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/decoder.go b/vendor/golang.org/x/tools/go/internal/pkgbits/decoder.go new file mode 100644 index 0000000000000000000000000000000000000000..2bc793668ec902f0c4838284f1c51896f70ebcee Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/decoder.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/doc.go b/vendor/golang.org/x/tools/go/internal/pkgbits/doc.go new file mode 100644 index 0000000000000000000000000000000000000000..c8a2796b5e4cb2c724228dbc919e6d0ffb4da3f3 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/doc.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/encoder.go b/vendor/golang.org/x/tools/go/internal/pkgbits/encoder.go new file mode 100644 index 0000000000000000000000000000000000000000..c50c838caaecd10929f46975feba32f3ef25903f Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/encoder.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/flags.go b/vendor/golang.org/x/tools/go/internal/pkgbits/flags.go new file mode 100644 index 0000000000000000000000000000000000000000..654222745facd222bec7f8c9989c1fb5f5e204af Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/flags.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/frames_go1.go b/vendor/golang.org/x/tools/go/internal/pkgbits/frames_go1.go new file mode 100644 index 0000000000000000000000000000000000000000..5294f6a63edd7dcb5617fcd42a44f6b8dd241996 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/frames_go1.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/frames_go17.go b/vendor/golang.org/x/tools/go/internal/pkgbits/frames_go17.go new file mode 100644 index 0000000000000000000000000000000000000000..2324ae7adfe20de927093f5ed2410a4681a46cbc Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/frames_go17.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/reloc.go b/vendor/golang.org/x/tools/go/internal/pkgbits/reloc.go new file mode 100644 index 0000000000000000000000000000000000000000..7a8f04ab3fc665448d6ffc97f5cf6271ee39c5c5 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/reloc.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/support.go b/vendor/golang.org/x/tools/go/internal/pkgbits/support.go new file mode 100644 index 0000000000000000000000000000000000000000..ad26d3b28cae1e3d2c0e97be8090bf19811d6cd5 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/support.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/sync.go b/vendor/golang.org/x/tools/go/internal/pkgbits/sync.go new file mode 100644 index 0000000000000000000000000000000000000000..5bd51ef717007b7d9b0ff183ad6aa487cef066d3 Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/sync.go differ diff --git a/vendor/golang.org/x/tools/go/internal/pkgbits/syncmarker_string.go b/vendor/golang.org/x/tools/go/internal/pkgbits/syncmarker_string.go new file mode 100644 index 0000000000000000000000000000000000000000..4a5b0ca5f2ffcb514daa620b8b3177ecfa28e44b Binary files /dev/null and b/vendor/golang.org/x/tools/go/internal/pkgbits/syncmarker_string.go differ diff --git a/vendor/golang.org/x/tools/go/packages/doc.go b/vendor/golang.org/x/tools/go/packages/doc.go index 4bfe28a51ff520c88d0b1f37724d9e1e85b9b603..da4ab89fe63f1fd40823c0dc0d7bec392a02a3b0 100644 Binary files a/vendor/golang.org/x/tools/go/packages/doc.go and b/vendor/golang.org/x/tools/go/packages/doc.go differ diff --git a/vendor/golang.org/x/tools/go/packages/golist.go b/vendor/golang.org/x/tools/go/packages/golist.go index 0e1e7f11fee8c102578eb752d48bccf676adb821..de881562de1d76193f637a9632cdc404092efb5e 100644 Binary files a/vendor/golang.org/x/tools/go/packages/golist.go and b/vendor/golang.org/x/tools/go/packages/golist.go differ diff --git a/vendor/golang.org/x/tools/go/packages/loadmode_string.go b/vendor/golang.org/x/tools/go/packages/loadmode_string.go index 7ea37e7eeac3c3acf27a65c879fc1793d54d8b74..5c080d21b54a9a1534d10d8a9eea76883530e2dd 100644 Binary files a/vendor/golang.org/x/tools/go/packages/loadmode_string.go and b/vendor/golang.org/x/tools/go/packages/loadmode_string.go differ diff --git a/vendor/golang.org/x/tools/go/packages/packages.go b/vendor/golang.org/x/tools/go/packages/packages.go index 1b5424e78f7a0e656548f4d6dc0b2e10cdd45d4a..a93dc6add4d8e7764f4db3fa24eae59788b9408b 100644 Binary files a/vendor/golang.org/x/tools/go/packages/packages.go and b/vendor/golang.org/x/tools/go/packages/packages.go differ diff --git a/vendor/golang.org/x/tools/imports/forward.go b/vendor/golang.org/x/tools/imports/forward.go index 8be18a66b3c2577f54d614e57a0f273f87913b5f..d2547c7433822575e310d227c1433540642c6caf 100644 Binary files a/vendor/golang.org/x/tools/imports/forward.go and b/vendor/golang.org/x/tools/imports/forward.go differ diff --git a/vendor/golang.org/x/tools/internal/fastwalk/fastwalk.go b/vendor/golang.org/x/tools/internal/fastwalk/fastwalk.go index 9887f7e7a016e02f84e1eaf82d5745c537a64200..798fe599be4ce56e63d78a72cb85ecb578e1ab7f 100644 Binary files a/vendor/golang.org/x/tools/internal/fastwalk/fastwalk.go and b/vendor/golang.org/x/tools/internal/fastwalk/fastwalk.go differ diff --git a/vendor/golang.org/x/tools/internal/gocommand/invoke.go b/vendor/golang.org/x/tools/internal/gocommand/invoke.go index f75336834658436e6eda0c495abf952be2f0d35b..67256dc3974cc2ea302a88380422b030a5cd0eba 100644 Binary files a/vendor/golang.org/x/tools/internal/gocommand/invoke.go and b/vendor/golang.org/x/tools/internal/gocommand/invoke.go differ diff --git a/vendor/golang.org/x/tools/internal/gopathwalk/walk.go b/vendor/golang.org/x/tools/internal/gopathwalk/walk.go index 925ff53560ad4da2c4fdc40ea15184a813790499..168405322683bb0b6a9a45dd21395dbac8ec6a59 100644 Binary files a/vendor/golang.org/x/tools/internal/gopathwalk/walk.go and b/vendor/golang.org/x/tools/internal/gopathwalk/walk.go differ diff --git a/vendor/golang.org/x/tools/internal/imports/fix.go b/vendor/golang.org/x/tools/internal/imports/fix.go index d859617b77452019e9be84cd50f3764448e7fb63..9e373d64ebcdc55b0b7565b3bd2db47e40a81934 100644 Binary files a/vendor/golang.org/x/tools/internal/imports/fix.go and b/vendor/golang.org/x/tools/internal/imports/fix.go differ diff --git a/vendor/golang.org/x/tools/internal/imports/imports.go b/vendor/golang.org/x/tools/internal/imports/imports.go index 25973989e620ebefeaa3b8baa56f10db2765efc4..95a88383a7922bddcce8e68085dbb59c7a576528 100644 Binary files a/vendor/golang.org/x/tools/internal/imports/imports.go and b/vendor/golang.org/x/tools/internal/imports/imports.go differ diff --git a/vendor/golang.org/x/tools/internal/imports/mod.go b/vendor/golang.org/x/tools/internal/imports/mod.go index 2bcf41f5fa7107486c728d51743927be909b4908..46693f243393e4270db0348be3b95c57c3e89cdb 100644 Binary files a/vendor/golang.org/x/tools/internal/imports/mod.go and b/vendor/golang.org/x/tools/internal/imports/mod.go differ diff --git a/vendor/golang.org/x/tools/internal/imports/sortimports.go b/vendor/golang.org/x/tools/internal/imports/sortimports.go index dc52372e48aea130a3d3c33082fc35cb93976d27..85144db1dfa2545aeb9b2f46bef85f104a18280f 100644 Binary files a/vendor/golang.org/x/tools/internal/imports/sortimports.go and b/vendor/golang.org/x/tools/internal/imports/sortimports.go differ diff --git a/vendor/golang.org/x/tools/internal/imports/zstdlib.go b/vendor/golang.org/x/tools/internal/imports/zstdlib.go index 7de2be9b4b7f51516424d7fab441b767e5f6e66a..437fbb78dbde89d819f00d19ab20ec26e97e94c0 100644 Binary files a/vendor/golang.org/x/tools/internal/imports/zstdlib.go and b/vendor/golang.org/x/tools/internal/imports/zstdlib.go differ diff --git a/vendor/golang.org/x/tools/internal/packagesinternal/packages.go b/vendor/golang.org/x/tools/internal/packagesinternal/packages.go index 9702094c59edd4d8bf06196d717d5a2f6f2c22cd..d9950b1f0bef933eb164bfe95944a94f53667833 100644 Binary files a/vendor/golang.org/x/tools/internal/packagesinternal/packages.go and b/vendor/golang.org/x/tools/internal/packagesinternal/packages.go differ diff --git a/vendor/golang.org/x/tools/internal/typeparams/common.go b/vendor/golang.org/x/tools/internal/typeparams/common.go index ab6b30b83e45bdc3dbaed76ed63dd9d516ad33b8..25a1426d30ec2f5e2e3334b53393d3d06001542e 100644 Binary files a/vendor/golang.org/x/tools/internal/typeparams/common.go and b/vendor/golang.org/x/tools/internal/typeparams/common.go differ diff --git a/vendor/golang.org/x/tools/internal/typeparams/coretype.go b/vendor/golang.org/x/tools/internal/typeparams/coretype.go new file mode 100644 index 0000000000000000000000000000000000000000..993135ec90e89688852e112f97b133b39196280a Binary files /dev/null and b/vendor/golang.org/x/tools/internal/typeparams/coretype.go differ diff --git a/vendor/golang.org/x/tools/internal/typeparams/normalize.go b/vendor/golang.org/x/tools/internal/typeparams/normalize.go index 090f142a5f34b4ad4c9ccadeb626ec99b1ba21b3..9c631b6512ded4241e8ff854a50c4b965d119d31 100644 Binary files a/vendor/golang.org/x/tools/internal/typeparams/normalize.go and b/vendor/golang.org/x/tools/internal/typeparams/normalize.go differ diff --git a/vendor/golang.org/x/tools/internal/typeparams/termlist.go b/vendor/golang.org/x/tools/internal/typeparams/termlist.go index 10857d504c4faf4fb00998d7c97092c0e08423fa..933106a23dd433629208b854a639ced0175dc6ba 100644 Binary files a/vendor/golang.org/x/tools/internal/typeparams/termlist.go and b/vendor/golang.org/x/tools/internal/typeparams/termlist.go differ diff --git a/vendor/golang.org/x/xerrors/LICENSE b/vendor/golang.org/x/xerrors/LICENSE deleted file mode 100644 index e4a47e17f143b5b29fb29b6c23421ac67e4a6154..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/LICENSE and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/README b/vendor/golang.org/x/xerrors/README deleted file mode 100644 index aac7867a560b8f999243acd99b75af4d56ffe119..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/README and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/adaptor.go b/vendor/golang.org/x/xerrors/adaptor.go deleted file mode 100644 index 4317f2483313167ef4577dc668e3a7270066f6d6..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/adaptor.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/codereview.cfg b/vendor/golang.org/x/xerrors/codereview.cfg deleted file mode 100644 index 3f8b14b64e83f940ab7b05e8c542fd821b376d3f..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/codereview.cfg and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/doc.go b/vendor/golang.org/x/xerrors/doc.go deleted file mode 100644 index eef99d9d54d74d90b765decb548456dedd3396bc..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/doc.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/errors.go b/vendor/golang.org/x/xerrors/errors.go deleted file mode 100644 index e88d3772d8611f90009664490c88e6ae1634dd72..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/errors.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/fmt.go b/vendor/golang.org/x/xerrors/fmt.go deleted file mode 100644 index 829862ddf6af120c0772c137dc651622cf42a2e9..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/fmt.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/format.go b/vendor/golang.org/x/xerrors/format.go deleted file mode 100644 index 1bc9c26b97fdfba224fc44b18b31f0dbc90d35d2..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/format.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/frame.go b/vendor/golang.org/x/xerrors/frame.go deleted file mode 100644 index 0de628ec501f65ba6bd9b9df321f4eb3c8294d2b..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/frame.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/internal/internal.go b/vendor/golang.org/x/xerrors/internal/internal.go deleted file mode 100644 index 89f4eca5df7bc746a9186e7f071694378ce2f05c..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/internal/internal.go and /dev/null differ diff --git a/vendor/golang.org/x/xerrors/wrap.go b/vendor/golang.org/x/xerrors/wrap.go deleted file mode 100644 index 9a3b510374ec8446ec1ca1d39d8f20fbebf055cb..0000000000000000000000000000000000000000 Binary files a/vendor/golang.org/x/xerrors/wrap.go and /dev/null differ diff --git a/vendor/gopkg.in/yaml.v3/decode.go b/vendor/gopkg.in/yaml.v3/decode.go index df36e3a30f55508515759037e072f79fc9e9e969..0173b6982e8437ee6b74c2708fc6c2f082ae650e 100644 Binary files a/vendor/gopkg.in/yaml.v3/decode.go and b/vendor/gopkg.in/yaml.v3/decode.go differ diff --git a/vendor/gopkg.in/yaml.v3/parserc.go b/vendor/gopkg.in/yaml.v3/parserc.go index ac66fccc059e3837d17e2a3a1bec5b6d5c398ab1..268558a0d6328a00db835512ca6d72369e2051d0 100644 Binary files a/vendor/gopkg.in/yaml.v3/parserc.go and b/vendor/gopkg.in/yaml.v3/parserc.go differ diff --git a/vendor/modules.txt b/vendor/modules.txt index 84b891d85bc9a266ab050d15d65ab78003295915..cf5e87e03dec0cb446390ef3e2043fa1f337cbe7 100644 Binary files a/vendor/modules.txt and b/vendor/modules.txt differ