]> source.dussan.org Git - gitea.git/commit
Vendor Update (#16121)
author6543 <6543@obermui.de>
Thu, 10 Jun 2021 14:44:25 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 14:44:25 +0000 (16:44 +0200)
commit86e2789960439ca786c6e7a74f85f076c223d148
treec63064d4258bcf2bb7a2e5e60acc0a5d5c8216da
parentf088dc4ea14ae6304c2e06fca06ffa2f7bc273f3
Vendor Update (#16121)

* update github.com/PuerkitoBio/goquery

* update github.com/alecthomas/chroma

* update github.com/blevesearch/bleve/v2

* update github.com/caddyserver/certmagic

* update github.com/go-enry/go-enry/v2

* update github.com/go-git/go-billy/v5

* update github.com/go-git/go-git/v5

* update github.com/go-redis/redis/v8

* update github.com/go-testfixtures/testfixtures/v3

* update github.com/jaytaylor/html2text

* update github.com/json-iterator/go

* update github.com/klauspost/compress

* update github.com/markbates/goth

* update github.com/mattn/go-isatty

* update github.com/mholt/archiver/v3

* update github.com/microcosm-cc/bluemonday

* update github.com/minio/minio-go/v7

* update github.com/prometheus/client_golang

* update github.com/unrolled/render

* update github.com/xanzy/go-gitlab

* update github.com/yuin/goldmark

* update github.com/yuin/goldmark-highlighting

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
839 files changed:
go.mod
go.sum
vendor/github.com/Microsoft/go-winio/README.md
vendor/github.com/ProtonMail/go-crypto/AUTHORS [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/CONTRIBUTORS [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/LICENSE [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/PATENTS [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/bitcurves/bitcurve.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/brainpool/brainpool.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/brainpool/rcurve.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/eax/eax.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/eax/eax_test_vectors.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/eax/random_vectors.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/internal/byteutil/byteutil.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/ocb/ocb.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/ocb/random_vectors.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_a.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/ocb/rfc7253_test_vectors_suite_b.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap/keywrap.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/armor/armor.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/armor/encode.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/canonical_text.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/ecdh.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/ecdh/x25519.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/elgamal/elgamal.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/errors/errors.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/aead.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/cipher.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm/hash.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curveInfo.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/ecc/curveType.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/encoding.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/mpi.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/internal/encoding/oid.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/key_generation.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/keys.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/keys_test_data.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_config.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/aead_encrypted.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/compressed.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/config.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/encrypted_key.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/literal.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/ocfb.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/one_pass_signature.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/opaque.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/packet.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/private_key_test_data.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/public_key_test_data.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/reader.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/signature.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetric_key_encrypted.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/symmetrically_encrypted.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userattribute.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/packet/userid.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/read.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/read_write_test_data.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/s2k/s2k.go [new file with mode: 0644]
vendor/github.com/ProtonMail/go-crypto/openpgp/write.go [new file with mode: 0644]
vendor/github.com/PuerkitoBio/goquery/.travis.yml
vendor/github.com/PuerkitoBio/goquery/README.md
vendor/github.com/PuerkitoBio/goquery/manipulation.go
vendor/github.com/PuerkitoBio/goquery/utilities.go
vendor/github.com/RoaringBitmap/roaring/Makefile
vendor/github.com/RoaringBitmap/roaring/README.md
vendor/github.com/RoaringBitmap/roaring/arraycontainer.go
vendor/github.com/RoaringBitmap/roaring/bitmapcontainer.go
vendor/github.com/RoaringBitmap/roaring/fastaggregation.go
vendor/github.com/RoaringBitmap/roaring/go.mod
vendor/github.com/RoaringBitmap/roaring/go.sum
vendor/github.com/RoaringBitmap/roaring/parallel.go
vendor/github.com/RoaringBitmap/roaring/roaring.go
vendor/github.com/RoaringBitmap/roaring/roaringarray.go
vendor/github.com/RoaringBitmap/roaring/runcontainer.go
vendor/github.com/RoaringBitmap/roaring/smat.go
vendor/github.com/acomagu/bufpipe/README.md [new file with mode: 0644]
vendor/github.com/acomagu/bufpipe/bufpipe.go [new file with mode: 0644]
vendor/github.com/acomagu/bufpipe/doc.go [new file with mode: 0644]
vendor/github.com/acomagu/bufpipe/go.mod [new file with mode: 0644]
vendor/github.com/acomagu/bufpipe/go.sum [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/Makefile
vendor/github.com/alecthomas/chroma/README.md
vendor/github.com/alecthomas/chroma/go.mod
vendor/github.com/alecthomas/chroma/go.sum
vendor/github.com/alecthomas/chroma/iterator.go
vendor/github.com/alecthomas/chroma/lexers/a/abap.go
vendor/github.com/alecthomas/chroma/lexers/a/abnf.go
vendor/github.com/alecthomas/chroma/lexers/a/actionscript.go
vendor/github.com/alecthomas/chroma/lexers/a/actionscript3.go
vendor/github.com/alecthomas/chroma/lexers/a/ada.go
vendor/github.com/alecthomas/chroma/lexers/a/al.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/a/angular2.go
vendor/github.com/alecthomas/chroma/lexers/a/antlr.go
vendor/github.com/alecthomas/chroma/lexers/a/apache.go
vendor/github.com/alecthomas/chroma/lexers/a/apl.go
vendor/github.com/alecthomas/chroma/lexers/a/applescript.go
vendor/github.com/alecthomas/chroma/lexers/a/arduino.go
vendor/github.com/alecthomas/chroma/lexers/a/awk.go
vendor/github.com/alecthomas/chroma/lexers/b/ballerina.go
vendor/github.com/alecthomas/chroma/lexers/b/bash.go
vendor/github.com/alecthomas/chroma/lexers/b/batch.go
vendor/github.com/alecthomas/chroma/lexers/b/bibtex.go
vendor/github.com/alecthomas/chroma/lexers/b/blitz.go
vendor/github.com/alecthomas/chroma/lexers/b/bnf.go
vendor/github.com/alecthomas/chroma/lexers/b/brainfuck.go
vendor/github.com/alecthomas/chroma/lexers/c/c.go
vendor/github.com/alecthomas/chroma/lexers/c/caddyfile.go
vendor/github.com/alecthomas/chroma/lexers/c/capnproto.go
vendor/github.com/alecthomas/chroma/lexers/c/ceylon.go
vendor/github.com/alecthomas/chroma/lexers/c/cfengine3.go
vendor/github.com/alecthomas/chroma/lexers/c/chaiscript.go
vendor/github.com/alecthomas/chroma/lexers/c/cheetah.go
vendor/github.com/alecthomas/chroma/lexers/c/cl.go
vendor/github.com/alecthomas/chroma/lexers/c/clojure.go
vendor/github.com/alecthomas/chroma/lexers/c/cmake.go
vendor/github.com/alecthomas/chroma/lexers/c/cobol.go
vendor/github.com/alecthomas/chroma/lexers/c/coffee.go
vendor/github.com/alecthomas/chroma/lexers/c/coldfusion.go
vendor/github.com/alecthomas/chroma/lexers/c/coq.go
vendor/github.com/alecthomas/chroma/lexers/c/cpp.go
vendor/github.com/alecthomas/chroma/lexers/c/cql.go
vendor/github.com/alecthomas/chroma/lexers/c/crystal.go
vendor/github.com/alecthomas/chroma/lexers/c/csharp.go
vendor/github.com/alecthomas/chroma/lexers/c/css.go
vendor/github.com/alecthomas/chroma/lexers/c/cython.go
vendor/github.com/alecthomas/chroma/lexers/circular/php.go
vendor/github.com/alecthomas/chroma/lexers/circular/phtml.go
vendor/github.com/alecthomas/chroma/lexers/d/d.go
vendor/github.com/alecthomas/chroma/lexers/d/dart.go
vendor/github.com/alecthomas/chroma/lexers/d/diff.go
vendor/github.com/alecthomas/chroma/lexers/d/django.go
vendor/github.com/alecthomas/chroma/lexers/d/docker.go
vendor/github.com/alecthomas/chroma/lexers/d/dtd.go
vendor/github.com/alecthomas/chroma/lexers/d/dylan.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/e/ebnf.go
vendor/github.com/alecthomas/chroma/lexers/e/elixir.go
vendor/github.com/alecthomas/chroma/lexers/e/elm.go
vendor/github.com/alecthomas/chroma/lexers/e/emacs.go
vendor/github.com/alecthomas/chroma/lexers/e/erlang.go
vendor/github.com/alecthomas/chroma/lexers/f/factor.go
vendor/github.com/alecthomas/chroma/lexers/f/fish.go
vendor/github.com/alecthomas/chroma/lexers/f/forth.go
vendor/github.com/alecthomas/chroma/lexers/f/fortran.go
vendor/github.com/alecthomas/chroma/lexers/f/fsharp.go
vendor/github.com/alecthomas/chroma/lexers/g/gas.go
vendor/github.com/alecthomas/chroma/lexers/g/gdscript.go
vendor/github.com/alecthomas/chroma/lexers/g/genshi.go
vendor/github.com/alecthomas/chroma/lexers/g/gherkin.go
vendor/github.com/alecthomas/chroma/lexers/g/glsl.go
vendor/github.com/alecthomas/chroma/lexers/g/gnuplot.go
vendor/github.com/alecthomas/chroma/lexers/g/go.go
vendor/github.com/alecthomas/chroma/lexers/g/graphql.go
vendor/github.com/alecthomas/chroma/lexers/g/groovy.go
vendor/github.com/alecthomas/chroma/lexers/h/handlebars.go
vendor/github.com/alecthomas/chroma/lexers/h/haskell.go
vendor/github.com/alecthomas/chroma/lexers/h/haxe.go
vendor/github.com/alecthomas/chroma/lexers/h/hcl.go
vendor/github.com/alecthomas/chroma/lexers/h/hexdump.go
vendor/github.com/alecthomas/chroma/lexers/h/hlb.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/h/html.go
vendor/github.com/alecthomas/chroma/lexers/h/http.go
vendor/github.com/alecthomas/chroma/lexers/h/hy.go
vendor/github.com/alecthomas/chroma/lexers/hlb.go [deleted file]
vendor/github.com/alecthomas/chroma/lexers/i/idris.go
vendor/github.com/alecthomas/chroma/lexers/i/igor.go
vendor/github.com/alecthomas/chroma/lexers/i/ini.go
vendor/github.com/alecthomas/chroma/lexers/i/io.go
vendor/github.com/alecthomas/chroma/lexers/internal/api.go
vendor/github.com/alecthomas/chroma/lexers/j/j.go
vendor/github.com/alecthomas/chroma/lexers/j/java.go
vendor/github.com/alecthomas/chroma/lexers/j/javascript.go
vendor/github.com/alecthomas/chroma/lexers/j/json.go
vendor/github.com/alecthomas/chroma/lexers/j/jsx.go
vendor/github.com/alecthomas/chroma/lexers/j/julia.go
vendor/github.com/alecthomas/chroma/lexers/j/jungle.go
vendor/github.com/alecthomas/chroma/lexers/k/kotlin.go
vendor/github.com/alecthomas/chroma/lexers/l/lighttpd.go
vendor/github.com/alecthomas/chroma/lexers/l/llvm.go
vendor/github.com/alecthomas/chroma/lexers/l/lua.go
vendor/github.com/alecthomas/chroma/lexers/m/make.go
vendor/github.com/alecthomas/chroma/lexers/m/mako.go
vendor/github.com/alecthomas/chroma/lexers/m/markdown.go
vendor/github.com/alecthomas/chroma/lexers/m/mason.go
vendor/github.com/alecthomas/chroma/lexers/m/mathematica.go
vendor/github.com/alecthomas/chroma/lexers/m/matlab.go
vendor/github.com/alecthomas/chroma/lexers/m/mcfunction.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/m/minizinc.go
vendor/github.com/alecthomas/chroma/lexers/m/mlir.go
vendor/github.com/alecthomas/chroma/lexers/m/modula2.go
vendor/github.com/alecthomas/chroma/lexers/m/monkeyc.go
vendor/github.com/alecthomas/chroma/lexers/m/mwscript.go
vendor/github.com/alecthomas/chroma/lexers/m/myghty.go
vendor/github.com/alecthomas/chroma/lexers/m/mysql.go
vendor/github.com/alecthomas/chroma/lexers/n/nasm.go
vendor/github.com/alecthomas/chroma/lexers/n/newspeak.go
vendor/github.com/alecthomas/chroma/lexers/n/nginx.go
vendor/github.com/alecthomas/chroma/lexers/n/nim.go
vendor/github.com/alecthomas/chroma/lexers/n/nix.go
vendor/github.com/alecthomas/chroma/lexers/o/objectivec.go
vendor/github.com/alecthomas/chroma/lexers/o/ocaml.go
vendor/github.com/alecthomas/chroma/lexers/o/octave.go
vendor/github.com/alecthomas/chroma/lexers/o/openscad.go
vendor/github.com/alecthomas/chroma/lexers/o/org.go
vendor/github.com/alecthomas/chroma/lexers/p/pacman.go
vendor/github.com/alecthomas/chroma/lexers/p/perl.go
vendor/github.com/alecthomas/chroma/lexers/p/pig.go
vendor/github.com/alecthomas/chroma/lexers/p/pkgconfig.go
vendor/github.com/alecthomas/chroma/lexers/p/plaintext.go
vendor/github.com/alecthomas/chroma/lexers/p/plsql.go
vendor/github.com/alecthomas/chroma/lexers/p/pony.go
vendor/github.com/alecthomas/chroma/lexers/p/postgres.go
vendor/github.com/alecthomas/chroma/lexers/p/postscript.go
vendor/github.com/alecthomas/chroma/lexers/p/povray.go
vendor/github.com/alecthomas/chroma/lexers/p/powershell.go
vendor/github.com/alecthomas/chroma/lexers/p/prolog.go
vendor/github.com/alecthomas/chroma/lexers/p/promql.go
vendor/github.com/alecthomas/chroma/lexers/p/protobuf.go
vendor/github.com/alecthomas/chroma/lexers/p/puppet.go
vendor/github.com/alecthomas/chroma/lexers/p/python.go
vendor/github.com/alecthomas/chroma/lexers/p/python3.go
vendor/github.com/alecthomas/chroma/lexers/q/qbasic.go
vendor/github.com/alecthomas/chroma/lexers/q/qml.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/qml.go [deleted file]
vendor/github.com/alecthomas/chroma/lexers/r/r.go
vendor/github.com/alecthomas/chroma/lexers/r/racket.go
vendor/github.com/alecthomas/chroma/lexers/r/ragel.go
vendor/github.com/alecthomas/chroma/lexers/r/reasonml.go
vendor/github.com/alecthomas/chroma/lexers/r/regedit.go
vendor/github.com/alecthomas/chroma/lexers/r/rexx.go
vendor/github.com/alecthomas/chroma/lexers/r/rst.go
vendor/github.com/alecthomas/chroma/lexers/r/ruby.go
vendor/github.com/alecthomas/chroma/lexers/r/rust.go
vendor/github.com/alecthomas/chroma/lexers/s/sas.go
vendor/github.com/alecthomas/chroma/lexers/s/sass.go
vendor/github.com/alecthomas/chroma/lexers/s/scala.go
vendor/github.com/alecthomas/chroma/lexers/s/scheme.go
vendor/github.com/alecthomas/chroma/lexers/s/scilab.go
vendor/github.com/alecthomas/chroma/lexers/s/scss.go
vendor/github.com/alecthomas/chroma/lexers/s/smalltalk.go
vendor/github.com/alecthomas/chroma/lexers/s/smarty.go
vendor/github.com/alecthomas/chroma/lexers/s/sml.go
vendor/github.com/alecthomas/chroma/lexers/s/snobol.go
vendor/github.com/alecthomas/chroma/lexers/s/solidity.go
vendor/github.com/alecthomas/chroma/lexers/s/sparql.go
vendor/github.com/alecthomas/chroma/lexers/s/sql.go
vendor/github.com/alecthomas/chroma/lexers/s/squid.go
vendor/github.com/alecthomas/chroma/lexers/s/stylus.go
vendor/github.com/alecthomas/chroma/lexers/s/swift.go
vendor/github.com/alecthomas/chroma/lexers/s/systemd.go
vendor/github.com/alecthomas/chroma/lexers/s/systemverilog.go
vendor/github.com/alecthomas/chroma/lexers/t/tablegen.go
vendor/github.com/alecthomas/chroma/lexers/t/tasm.go
vendor/github.com/alecthomas/chroma/lexers/t/tcl.go
vendor/github.com/alecthomas/chroma/lexers/t/tcsh.go
vendor/github.com/alecthomas/chroma/lexers/t/termcap.go
vendor/github.com/alecthomas/chroma/lexers/t/terminfo.go
vendor/github.com/alecthomas/chroma/lexers/t/terraform.go
vendor/github.com/alecthomas/chroma/lexers/t/tex.go
vendor/github.com/alecthomas/chroma/lexers/t/thrift.go
vendor/github.com/alecthomas/chroma/lexers/t/toml.go
vendor/github.com/alecthomas/chroma/lexers/t/tradingview.go
vendor/github.com/alecthomas/chroma/lexers/t/transactsql.go
vendor/github.com/alecthomas/chroma/lexers/t/turing.go
vendor/github.com/alecthomas/chroma/lexers/t/turtle.go
vendor/github.com/alecthomas/chroma/lexers/t/twig.go
vendor/github.com/alecthomas/chroma/lexers/t/typescript.go
vendor/github.com/alecthomas/chroma/lexers/t/typoscript.go
vendor/github.com/alecthomas/chroma/lexers/v/vb.go
vendor/github.com/alecthomas/chroma/lexers/v/verilog.go
vendor/github.com/alecthomas/chroma/lexers/v/vhdl.go
vendor/github.com/alecthomas/chroma/lexers/v/vim.go
vendor/github.com/alecthomas/chroma/lexers/v/vue.go
vendor/github.com/alecthomas/chroma/lexers/w/wdte.go
vendor/github.com/alecthomas/chroma/lexers/x/xml.go
vendor/github.com/alecthomas/chroma/lexers/x/xorg.go
vendor/github.com/alecthomas/chroma/lexers/y/yaml.go
vendor/github.com/alecthomas/chroma/lexers/y/yang.go
vendor/github.com/alecthomas/chroma/lexers/z/zig.go
vendor/github.com/alecthomas/chroma/regexp.go
vendor/github.com/alecthomas/chroma/style.go
vendor/github.com/alecthomas/chroma/styles/nord.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/styles/vulcan.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/styles/xcode-dark.go [new file with mode: 0644]
vendor/github.com/andybalholm/brotli/brotli_bit_stream.go
vendor/github.com/andybalholm/brotli/compress_fragment.go
vendor/github.com/andybalholm/brotli/compress_fragment_two_pass.go
vendor/github.com/andybalholm/brotli/encode.go
vendor/github.com/andybalholm/brotli/entropy_encode_static.go
vendor/github.com/andybalholm/brotli/go.mod
vendor/github.com/andybalholm/brotli/reader.go
vendor/github.com/andybalholm/brotli/write_bits.go
vendor/github.com/andybalholm/cascadia/go.mod
vendor/github.com/andybalholm/cascadia/parser.go
vendor/github.com/andybalholm/cascadia/selector.go
vendor/github.com/andybalholm/cascadia/serialize.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/.gitignore [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/.travis.yml [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/LICENSE [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/README.md [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/azure-pipelines.yml [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/bitset.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/go.mod [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/go.sum [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/popcnt.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/popcnt_19.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/popcnt_amd64.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/popcnt_amd64.s [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/popcnt_generic.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/trailing_zeros_18.go [new file with mode: 0644]
vendor/github.com/bits-and-blooms/bitset/trailing_zeros_19.go [new file with mode: 0644]
vendor/github.com/blevesearch/bleve/v2/go.mod
vendor/github.com/blevesearch/bleve/v2/go.sum
vendor/github.com/blevesearch/bleve/v2/index/scorch/persister.go
vendor/github.com/blevesearch/vellum/fst.go
vendor/github.com/blevesearch/vellum/go.mod
vendor/github.com/blevesearch/vellum/go.sum
vendor/github.com/caddyserver/certmagic/account.go
vendor/github.com/caddyserver/certmagic/crypto.go
vendor/github.com/caddyserver/certmagic/go.mod
vendor/github.com/caddyserver/certmagic/go.sum
vendor/github.com/caddyserver/certmagic/solvers.go
vendor/github.com/go-enry/go-enry/v2/.travis.yml [deleted file]
vendor/github.com/go-enry/go-enry/v2/README.md
vendor/github.com/go-enry/go-enry/v2/common.go
vendor/github.com/go-enry/go-enry/v2/data/id.go [new file with mode: 0644]
vendor/github.com/go-enry/go-enry/v2/utils.go
vendor/github.com/go-git/go-billy/v5/memfs/memory.go [new file with mode: 0644]
vendor/github.com/go-git/go-billy/v5/memfs/storage.go [new file with mode: 0644]
vendor/github.com/go-git/go-billy/v5/osfs/os.go
vendor/github.com/go-git/go-billy/v5/osfs/os_js.go [new file with mode: 0644]
vendor/github.com/go-git/go-billy/v5/osfs/os_plan9.go
vendor/github.com/go-git/go-billy/v5/osfs/os_posix.go
vendor/github.com/go-git/go-billy/v5/util/util.go
vendor/github.com/go-git/go-git/v5/common.go
vendor/github.com/go-git/go-git/v5/config/config.go
vendor/github.com/go-git/go-git/v5/go.mod
vendor/github.com/go-git/go-git/v5/go.sum
vendor/github.com/go-git/go-git/v5/options.go
vendor/github.com/go-git/go-git/v5/plumbing/format/gitignore/dir.go
vendor/github.com/go-git/go-git/v5/plumbing/object/commit.go
vendor/github.com/go-git/go-git/v5/plumbing/object/patch.go
vendor/github.com/go-git/go-git/v5/plumbing/object/tag.go
vendor/github.com/go-git/go-git/v5/plumbing/transport/file/client.go
vendor/github.com/go-git/go-git/v5/plumbing/transport/internal/common/common.go
vendor/github.com/go-git/go-git/v5/plumbing/transport/server/server.go
vendor/github.com/go-git/go-git/v5/plumbing/transport/ssh/auth_method.go
vendor/github.com/go-git/go-git/v5/remote.go
vendor/github.com/go-git/go-git/v5/repository.go
vendor/github.com/go-git/go-git/v5/submodule.go
vendor/github.com/go-git/go-git/v5/utils/ioutil/common.go
vendor/github.com/go-git/go-git/v5/utils/ioutil/pipe.go [new file with mode: 0644]
vendor/github.com/go-git/go-git/v5/utils/ioutil/pipe_js.go [new file with mode: 0644]
vendor/github.com/go-git/go-git/v5/worktree.go
vendor/github.com/go-git/go-git/v5/worktree_commit.go
vendor/github.com/go-git/go-git/v5/worktree_js.go [new file with mode: 0644]
vendor/github.com/go-redis/redis/v8/CHANGELOG.md
vendor/github.com/go-redis/redis/v8/README.md
vendor/github.com/go-redis/redis/v8/cluster_commands.go
vendor/github.com/go-redis/redis/v8/command.go
vendor/github.com/go-redis/redis/v8/commands.go
vendor/github.com/go-redis/redis/v8/error.go
vendor/github.com/go-redis/redis/v8/go.mod
vendor/github.com/go-redis/redis/v8/go.sum
vendor/github.com/go-redis/redis/v8/internal/hashtag/hashtag.go
vendor/github.com/go-redis/redis/v8/internal/log.go
vendor/github.com/go-redis/redis/v8/internal/pool/conn.go
vendor/github.com/go-redis/redis/v8/internal/pool/pool.go
vendor/github.com/go-redis/redis/v8/internal/proto/reader.go
vendor/github.com/go-redis/redis/v8/internal/util.go
vendor/github.com/go-redis/redis/v8/options.go
vendor/github.com/go-redis/redis/v8/pubsub.go
vendor/github.com/go-redis/redis/v8/redis.go
vendor/github.com/go-redis/redis/v8/sentinel.go
vendor/github.com/go-testfixtures/testfixtures/v3/CHANGELOG.md
vendor/github.com/go-testfixtures/testfixtures/v3/README.md
vendor/github.com/go-testfixtures/testfixtures/v3/go.mod
vendor/github.com/go-testfixtures/testfixtures/v3/go.sum
vendor/github.com/hashicorp/go-retryablehttp/client.go
vendor/github.com/json-iterator/go/go.sum
vendor/github.com/json-iterator/go/iter_float.go
vendor/github.com/json-iterator/go/iter_int.go
vendor/github.com/json-iterator/go/reflect.go
vendor/github.com/json-iterator/go/reflect_json_raw_message.go
vendor/github.com/json-iterator/go/reflect_struct_decoder.go
vendor/github.com/klauspost/compress/flate/deflate.go
vendor/github.com/klauspost/compress/flate/fast_encoder.go
vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go
vendor/github.com/klauspost/compress/flate/huffman_code.go
vendor/github.com/klauspost/compress/flate/level5.go
vendor/github.com/klauspost/compress/flate/level6.go
vendor/github.com/klauspost/compress/flate/token.go
vendor/github.com/klauspost/compress/gzip/gunzip.go
vendor/github.com/klauspost/compress/zstd/README.md
vendor/github.com/klauspost/compress/zstd/blockdec.go
vendor/github.com/klauspost/compress/zstd/blockenc.go
vendor/github.com/klauspost/compress/zstd/bytebuf.go
vendor/github.com/klauspost/compress/zstd/decoder.go
vendor/github.com/klauspost/compress/zstd/dict.go
vendor/github.com/klauspost/compress/zstd/enc_best.go
vendor/github.com/klauspost/compress/zstd/enc_better.go
vendor/github.com/klauspost/compress/zstd/enc_dfast.go
vendor/github.com/klauspost/compress/zstd/enc_fast.go
vendor/github.com/klauspost/compress/zstd/encoder.go
vendor/github.com/klauspost/compress/zstd/framedec.go
vendor/github.com/klauspost/compress/zstd/fse_encoder.go
vendor/github.com/klauspost/compress/zstd/snappy.go
vendor/github.com/klauspost/compress/zstd/zip.go [new file with mode: 0644]
vendor/github.com/klauspost/compress/zstd/zstd.go
vendor/github.com/klauspost/cpuid/.gitignore [deleted file]
vendor/github.com/klauspost/cpuid/.travis.yml [deleted file]
vendor/github.com/klauspost/cpuid/CONTRIBUTING.txt [deleted file]
vendor/github.com/klauspost/cpuid/LICENSE [deleted file]
vendor/github.com/klauspost/cpuid/README.md [deleted file]
vendor/github.com/klauspost/cpuid/cpuid.go [deleted file]
vendor/github.com/klauspost/cpuid/cpuid_386.s [deleted file]
vendor/github.com/klauspost/cpuid/cpuid_amd64.s [deleted file]
vendor/github.com/klauspost/cpuid/cpuid_arm64.s [deleted file]
vendor/github.com/klauspost/cpuid/detect_arm64.go [deleted file]
vendor/github.com/klauspost/cpuid/detect_intel.go [deleted file]
vendor/github.com/klauspost/cpuid/detect_ref.go [deleted file]
vendor/github.com/klauspost/cpuid/go.mod [deleted file]
vendor/github.com/klauspost/cpuid/v2/.goreleaser.yml [new file with mode: 0644]
vendor/github.com/klauspost/cpuid/v2/.travis.yml
vendor/github.com/klauspost/cpuid/v2/cpuid.go
vendor/github.com/klauspost/cpuid/v2/cpuid_386.s
vendor/github.com/klauspost/cpuid/v2/cpuid_amd64.s
vendor/github.com/klauspost/cpuid/v2/detect_x86.go
vendor/github.com/klauspost/cpuid/v2/os_darwin_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_linux_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_other_arm64.go
vendor/github.com/klauspost/cpuid/v2/os_safe_linux_arm64.go [new file with mode: 0644]
vendor/github.com/klauspost/cpuid/v2/os_unsafe_linux_arm64.go [new file with mode: 0644]
vendor/github.com/klauspost/cpuid/v2/test-architectures.sh
vendor/github.com/lib/pq/.travis.sh
vendor/github.com/lib/pq/.travis.yml
vendor/github.com/lib/pq/encode.go
vendor/github.com/lib/pq/user_other.go [new file with mode: 0644]
vendor/github.com/libdns/libdns/libdns.go
vendor/github.com/mattn/go-isatty/isatty_others.go
vendor/github.com/mattn/go-isatty/isatty_solaris.go
vendor/github.com/mattn/go-isatty/isatty_tcgets.go
vendor/github.com/mattn/go-isatty/renovate.json [deleted file]
vendor/github.com/mattn/go-runewidth/go.mod
vendor/github.com/mattn/go-runewidth/go.sum
vendor/github.com/microcosm-cc/bluemonday/go.mod
vendor/github.com/microcosm-cc/bluemonday/go.sum
vendor/github.com/miekg/dns/Makefile.release
vendor/github.com/miekg/dns/README.md
vendor/github.com/miekg/dns/client.go
vendor/github.com/miekg/dns/defaults.go
vendor/github.com/miekg/dns/dnssec.go
vendor/github.com/miekg/dns/dnssec_keygen.go
vendor/github.com/miekg/dns/dnssec_keyscan.go
vendor/github.com/miekg/dns/dnssec_privkey.go
vendor/github.com/miekg/dns/doc.go
vendor/github.com/miekg/dns/edns.go
vendor/github.com/miekg/dns/go.mod
vendor/github.com/miekg/dns/go.sum
vendor/github.com/miekg/dns/labels.go
vendor/github.com/miekg/dns/listen_go111.go [deleted file]
vendor/github.com/miekg/dns/listen_go_not111.go [deleted file]
vendor/github.com/miekg/dns/listen_no_reuseport.go [new file with mode: 0644]
vendor/github.com/miekg/dns/listen_reuseport.go [new file with mode: 0644]
vendor/github.com/miekg/dns/msg.go
vendor/github.com/miekg/dns/msg_helpers.go
vendor/github.com/miekg/dns/privaterr.go
vendor/github.com/miekg/dns/scan.go
vendor/github.com/miekg/dns/scan_rr.go
vendor/github.com/miekg/dns/sig0.go
vendor/github.com/miekg/dns/svcb.go
vendor/github.com/miekg/dns/types.go
vendor/github.com/miekg/dns/version.go
vendor/github.com/miekg/dns/zduplicate.go
vendor/github.com/miekg/dns/zmsg.go
vendor/github.com/miekg/dns/ztypes.go
vendor/github.com/pierrec/lz4/v4/internal/lz4block/block.go
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_amd64.go [new file with mode: 0644]
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_amd64.s
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_arm.go [new file with mode: 0644]
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_arm.s
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_asm.go [deleted file]
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_noasm.go [new file with mode: 0644]
vendor/github.com/pierrec/lz4/v4/internal/lz4block/decode_other.go
vendor/github.com/pierrec/lz4/v4/internal/lz4stream/block.go
vendor/github.com/pierrec/lz4/v4/internal/lz4stream/frame.go
vendor/github.com/pierrec/lz4/v4/lz4.go
vendor/github.com/pierrec/lz4/v4/options.go
vendor/github.com/pierrec/lz4/v4/reader.go
vendor/github.com/pierrec/lz4/v4/writer.go
vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go
vendor/github.com/prometheus/client_golang/prometheus/go_collector.go
vendor/github.com/prometheus/client_golang/prometheus/histogram.go
vendor/github.com/prometheus/client_golang/prometheus/process_collector.go
vendor/github.com/prometheus/client_golang/prometheus/summary.go
vendor/github.com/prometheus/common/model/labels.go
vendor/github.com/prometheus/common/model/time.go
vendor/github.com/rs/xid/README.md
vendor/github.com/rs/xid/go.mod
vendor/github.com/rs/xid/hostid_linux.go
vendor/github.com/rs/xid/id.go
vendor/github.com/unrolled/render/.gitignore [deleted file]
vendor/github.com/unrolled/render/.golangci.yaml [new file with mode: 0644]
vendor/github.com/unrolled/render/Makefile [new file with mode: 0644]
vendor/github.com/unrolled/render/README.md
vendor/github.com/unrolled/render/buffer.go [deleted file]
vendor/github.com/unrolled/render/doc.go
vendor/github.com/unrolled/render/engine.go
vendor/github.com/unrolled/render/fs_embed.go [new file with mode: 0644]
vendor/github.com/unrolled/render/go.mod
vendor/github.com/unrolled/render/go.sum
vendor/github.com/unrolled/render/helpers.go
vendor/github.com/unrolled/render/helpers_pre16.go [deleted file]
vendor/github.com/unrolled/render/lock.go [new file with mode: 0644]
vendor/github.com/unrolled/render/render.go
vendor/github.com/unrolled/render/testdata/basic/admin/index.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/another_layout.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/content.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/current_layout.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/delims.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/hello.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/hypertext.html [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/basic/layout.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/blocks/content-partial.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/blocks/content.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/blocks/layout.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/custom_funcs/index.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/partials/content-partial.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/partials/content.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/partials/layout.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/template-dir-test/0.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/template-dir-test/dedicated.tmpl/notbad.tmpl [new file with mode: 0644]
vendor/github.com/unrolled/render/testdata/template-dir-test/subdir/1.tmpl [new file with mode: 0644]
vendor/github.com/willf/bitset/.gitignore [deleted file]
vendor/github.com/willf/bitset/.travis.yml [deleted file]
vendor/github.com/willf/bitset/LICENSE [deleted file]
vendor/github.com/willf/bitset/README.md [deleted file]
vendor/github.com/willf/bitset/azure-pipelines.yml [deleted file]
vendor/github.com/willf/bitset/bitset.go [deleted file]
vendor/github.com/willf/bitset/go.mod [deleted file]
vendor/github.com/willf/bitset/go.sum [deleted file]
vendor/github.com/willf/bitset/popcnt.go [deleted file]
vendor/github.com/willf/bitset/popcnt_19.go [deleted file]
vendor/github.com/willf/bitset/popcnt_amd64.go [deleted file]
vendor/github.com/willf/bitset/popcnt_amd64.s [deleted file]
vendor/github.com/willf/bitset/popcnt_generic.go [deleted file]
vendor/github.com/willf/bitset/trailing_zeros_18.go [deleted file]
vendor/github.com/willf/bitset/trailing_zeros_19.go [deleted file]
vendor/github.com/xanzy/go-gitlab/client_options.go
vendor/github.com/xanzy/go-gitlab/commits.go
vendor/github.com/xanzy/go-gitlab/gitlab.go
vendor/github.com/xanzy/go-gitlab/go.mod
vendor/github.com/xanzy/go-gitlab/go.sum
vendor/github.com/xanzy/go-gitlab/group_import_export.go [new file with mode: 0644]
vendor/github.com/xanzy/go-gitlab/group_variables.go
vendor/github.com/xanzy/go-gitlab/issues.go
vendor/github.com/xanzy/go-gitlab/jobs.go
vendor/github.com/xanzy/go-gitlab/merge_requests.go
vendor/github.com/xanzy/go-gitlab/project_access_tokens.go
vendor/github.com/xanzy/go-gitlab/project_managed_licenses.go [new file with mode: 0644]
vendor/github.com/xanzy/go-gitlab/projects.go
vendor/github.com/xanzy/go-gitlab/protected_branches.go
vendor/github.com/xanzy/go-gitlab/releaselinks.go
vendor/github.com/xanzy/go-gitlab/releases.go
vendor/github.com/xanzy/go-gitlab/services.go
vendor/github.com/xanzy/go-gitlab/types.go
vendor/github.com/xanzy/go-gitlab/users.go
vendor/github.com/yuin/goldmark-highlighting/go.mod
vendor/github.com/yuin/goldmark-highlighting/go.sum
vendor/github.com/yuin/goldmark-highlighting/highlighting.go
vendor/github.com/yuin/goldmark/README.md
vendor/github.com/yuin/goldmark/parser/attribute.go
vendor/github.com/yuin/goldmark/parser/parser.go
vendor/go.etcd.io/bbolt/.gitignore
vendor/go.etcd.io/bbolt/.travis.yml
vendor/go.etcd.io/bbolt/Makefile
vendor/go.etcd.io/bbolt/README.md
vendor/go.etcd.io/bbolt/bolt_unix.go
vendor/go.etcd.io/bbolt/compact.go [new file with mode: 0644]
vendor/go.etcd.io/bbolt/db.go
vendor/go.etcd.io/bbolt/freelist_hmap.go
vendor/go.etcd.io/bbolt/go.mod
vendor/go.etcd.io/bbolt/go.sum
vendor/go.etcd.io/bbolt/mlock_unix.go [new file with mode: 0644]
vendor/go.etcd.io/bbolt/mlock_windows.go [new file with mode: 0644]
vendor/go.etcd.io/bbolt/tx.go
vendor/go.opentelemetry.io/otel/.gitignore [deleted file]
vendor/go.opentelemetry.io/otel/.gitmodules [deleted file]
vendor/go.opentelemetry.io/otel/.golangci.yml [deleted file]
vendor/go.opentelemetry.io/otel/CHANGELOG.md [deleted file]
vendor/go.opentelemetry.io/otel/CODEOWNERS [deleted file]
vendor/go.opentelemetry.io/otel/CONTRIBUTING.md [deleted file]
vendor/go.opentelemetry.io/otel/Makefile [deleted file]
vendor/go.opentelemetry.io/otel/Makefile.protos [deleted file]
vendor/go.opentelemetry.io/otel/README.md [deleted file]
vendor/go.opentelemetry.io/otel/RELEASING.md [deleted file]
vendor/go.opentelemetry.io/otel/VERSIONING.md [deleted file]
vendor/go.opentelemetry.io/otel/attribute/value.go
vendor/go.opentelemetry.io/otel/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/error_handler.go [deleted file]
vendor/go.opentelemetry.io/otel/get_main_pkgs.sh [deleted file]
vendor/go.opentelemetry.io/otel/go.mod [deleted file]
vendor/go.opentelemetry.io/otel/go.sum [deleted file]
vendor/go.opentelemetry.io/otel/handler.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/go.mod
vendor/go.opentelemetry.io/otel/pre_release.sh [deleted file]
vendor/go.opentelemetry.io/otel/propagation.go [deleted file]
vendor/go.opentelemetry.io/otel/propagation/trace_context.go
vendor/go.opentelemetry.io/otel/tag.sh [deleted file]
vendor/go.opentelemetry.io/otel/trace.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/context.go [new file with mode: 0644]
vendor/go.opentelemetry.io/otel/trace/go.mod
vendor/go.opentelemetry.io/otel/trace/nonrecording.go [new file with mode: 0644]
vendor/go.opentelemetry.io/otel/trace/noop.go
vendor/go.opentelemetry.io/otel/trace/trace.go
vendor/go.opentelemetry.io/otel/verify_examples.sh [deleted file]
vendor/go.opentelemetry.io/otel/version.go [deleted file]
vendor/go.uber.org/multierr/.travis.yml [deleted file]
vendor/go.uber.org/multierr/CHANGELOG.md
vendor/go.uber.org/multierr/LICENSE.txt
vendor/go.uber.org/multierr/Makefile
vendor/go.uber.org/multierr/README.md
vendor/go.uber.org/multierr/error.go
vendor/go.uber.org/multierr/go.mod
vendor/go.uber.org/multierr/go.sum
vendor/go.uber.org/multierr/go113.go [deleted file]
vendor/go.uber.org/zap/.travis.yml [deleted file]
vendor/go.uber.org/zap/CHANGELOG.md
vendor/go.uber.org/zap/CONTRIBUTING.md
vendor/go.uber.org/zap/FAQ.md
vendor/go.uber.org/zap/Makefile
vendor/go.uber.org/zap/README.md
vendor/go.uber.org/zap/field.go
vendor/go.uber.org/zap/go.mod
vendor/go.uber.org/zap/go.sum
vendor/go.uber.org/zap/http_handler.go
vendor/go.uber.org/zap/logger.go
vendor/go.uber.org/zap/sugar.go
vendor/go.uber.org/zap/zapcore/console_encoder.go
vendor/go.uber.org/zap/zapcore/error.go
vendor/go.uber.org/zap/zapcore/field.go
vendor/go.uber.org/zap/zapcore/write_syncer.go
vendor/golang.org/x/crypto/argon2/blamka_amd64.s
vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s
vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s
vendor/golang.org/x/crypto/chacha20/chacha_arm64.s
vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.s
vendor/golang.org/x/crypto/chacha20/chacha_s390x.s
vendor/golang.org/x/crypto/curve25519/curve25519.go
vendor/golang.org/x/crypto/curve25519/curve25519_amd64.go [deleted file]
vendor/golang.org/x/crypto/curve25519/curve25519_amd64.s [deleted file]
vendor/golang.org/x/crypto/curve25519/curve25519_generic.go [deleted file]
vendor/golang.org/x/crypto/curve25519/curve25519_noasm.go [deleted file]
vendor/golang.org/x/crypto/curve25519/internal/field/README [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_amd64_noasm.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_arm64.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_arm64.s [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_arm64_noasm.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/fe_generic.go [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/sync.checkpoint [new file with mode: 0644]
vendor/golang.org/x/crypto/curve25519/internal/field/sync.sh [new file with mode: 0644]
vendor/golang.org/x/crypto/poly1305/sum_amd64.s
vendor/golang.org/x/crypto/poly1305/sum_ppc64le.s
vendor/golang.org/x/crypto/poly1305/sum_s390x.s
vendor/golang.org/x/crypto/ssh/client.go
vendor/golang.org/x/net/html/parse.go
vendor/golang.org/x/net/http/httpguts/httplex.go
vendor/golang.org/x/net/idna/idna10.0.0.go
vendor/golang.org/x/net/idna/idna9.0.0.go
vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go
vendor/golang.org/x/net/internal/socket/iovec_32bit.go
vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go
vendor/golang.org/x/net/internal/socket/msghdr_linux.go
vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go
vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go
vendor/golang.org/x/net/internal/socket/rawconn_msg.go
vendor/golang.org/x/net/internal/socket/sys_linux_ppc.go [new file with mode: 0644]
vendor/golang.org/x/net/internal/socket/sys_posix.go
vendor/golang.org/x/net/internal/socket/zsys_linux_ppc.go [new file with mode: 0644]
vendor/golang.org/x/net/ipv4/sys_asmreqn.go
vendor/golang.org/x/net/ipv4/sys_darwin.go
vendor/golang.org/x/net/ipv4/sys_freebsd.go
vendor/golang.org/x/net/ipv4/sys_linux.go
vendor/golang.org/x/net/ipv4/zsys_darwin.go
vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go
vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go
vendor/golang.org/x/net/ipv4/zsys_linux_386.go
vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go
vendor/golang.org/x/net/ipv4/zsys_linux_arm.go
vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go
vendor/golang.org/x/net/ipv4/zsys_linux_mips.go
vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go
vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go
vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go
vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go
vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go
vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go
vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go
vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go
vendor/golang.org/x/net/publicsuffix/table.go
vendor/golang.org/x/oauth2/authhandler/authhandler.go [new file with mode: 0644]
vendor/golang.org/x/oauth2/google/default.go
vendor/golang.org/x/oauth2/google/google.go
vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s
vendor/golang.org/x/sys/cpu/cpu.go
vendor/golang.org/x/sys/cpu/cpu_aix.go
vendor/golang.org/x/sys/cpu/cpu_arm64.s
vendor/golang.org/x/sys/cpu/cpu_gc_x86.go
vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.go
vendor/golang.org/x/sys/cpu/cpu_s390x.s
vendor/golang.org/x/sys/cpu/cpu_x86.go
vendor/golang.org/x/sys/cpu/cpu_x86.s
vendor/golang.org/x/sys/unix/README.md
vendor/golang.org/x/sys/unix/asm_aix_ppc64.s
vendor/golang.org/x/sys/unix/asm_bsd_386.s
vendor/golang.org/x/sys/unix/asm_bsd_arm.s
vendor/golang.org/x/sys/unix/asm_linux_386.s
vendor/golang.org/x/sys/unix/asm_linux_amd64.s
vendor/golang.org/x/sys/unix/asm_linux_arm.s
vendor/golang.org/x/sys/unix/asm_linux_arm64.s
vendor/golang.org/x/sys/unix/asm_linux_mips64x.s
vendor/golang.org/x/sys/unix/asm_linux_mipsx.s
vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s
vendor/golang.org/x/sys/unix/asm_linux_riscv64.s
vendor/golang.org/x/sys/unix/asm_linux_s390x.s
vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s
vendor/golang.org/x/sys/unix/asm_solaris_amd64.s
vendor/golang.org/x/sys/unix/fdset.go
vendor/golang.org/x/sys/unix/mkall.sh
vendor/golang.org/x/sys/unix/mkerrors.sh
vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
vendor/golang.org/x/sys/unix/syscall_darwin.go
vendor/golang.org/x/sys/unix/syscall_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go
vendor/golang.org/x/sys/unix/syscall_illumos.go
vendor/golang.org/x/sys/unix/syscall_linux.go
vendor/golang.org/x/sys/unix/syscall_linux_386.go
vendor/golang.org/x/sys/unix/syscall_linux_amd64.go
vendor/golang.org/x/sys/unix/syscall_linux_arm.go
vendor/golang.org/x/sys/unix/syscall_linux_arm64.go
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
vendor/golang.org/x/sys/unix/syscall_linux_ppc.go
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
vendor/golang.org/x/sys/unix/syscall_zos_s390x.go
vendor/golang.org/x/sys/unix/zerrors_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux.go
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s
vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go
vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go
vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go
vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go
vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go
vendor/golang.org/x/sys/unix/ztypes_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
vendor/golang.org/x/sys/unix/ztypes_illumos_amd64.go
vendor/golang.org/x/sys/unix/ztypes_linux.go
vendor/golang.org/x/sys/unix/ztypes_linux_386.go
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go
vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go
vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go
vendor/golang.org/x/sys/windows/empty.s
vendor/golang.org/x/sys/windows/exec_windows.go
vendor/golang.org/x/sys/windows/syscall_windows.go
vendor/golang.org/x/sys/windows/types_windows.go
vendor/golang.org/x/sys/windows/zsyscall_windows.go
vendor/golang.org/x/time/rate/rate.go
vendor/modules.txt