]> source.dussan.org Git - gitea.git/commit
Update Vendor (#16325)
author6543 <6543@obermui.de>
Sun, 4 Jul 2021 02:06:10 +0000 (04:06 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Jul 2021 02:06:10 +0000 (04:06 +0200)
commitfae07cbc8fece383c88ed7b13474a94133c4accf
tree65e3279dc5655d22302c9b79c48ecd3d1a06ffcd
parent65ae46bc20f60534ba2590a106a6c86aaa1ecae0
Update Vendor (#16325)

* Add Dependencie Update Script

* update gitea.com/lunny/levelqueue

* 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-redis/redis/v8

* update github.com/hashicorp/golang-lru

* update github.com/klauspost/compress

* update github.com/markbates/goth

* update github.com/mholt/archiver/v3

* update github.com/microcosm-cc/bluemonday

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

* update github.com/olivere/elastic/v7

* update github.com/xanzy/go-gitlab

* update github.com/yuin/goldmark
320 files changed:
contrib/update_dependencies.sh [new file with mode: 0644]
go.mod
go.sum
vendor/github.com/PuerkitoBio/goquery/.travis.yml
vendor/github.com/PuerkitoBio/goquery/LICENSE
vendor/github.com/PuerkitoBio/goquery/README.md
vendor/github.com/PuerkitoBio/goquery/type.go
vendor/github.com/RoaringBitmap/roaring/parallel.go
vendor/github.com/alecthomas/chroma/.golangci.yml
vendor/github.com/alecthomas/chroma/README.md
vendor/github.com/alecthomas/chroma/formatters/html/html.go
vendor/github.com/alecthomas/chroma/go.sum
vendor/github.com/alecthomas/chroma/lexer.go
vendor/github.com/alecthomas/chroma/lexers/README.md
vendor/github.com/alecthomas/chroma/lexers/c/c.go
vendor/github.com/alecthomas/chroma/lexers/circular/phtml.go
vendor/github.com/alecthomas/chroma/lexers/d/dylan.go
vendor/github.com/alecthomas/chroma/lexers/f/fish.go
vendor/github.com/alecthomas/chroma/lexers/f/fortran_fixed.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/g/groff.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/h/http.go
vendor/github.com/alecthomas/chroma/lexers/internal/api.go
vendor/github.com/alecthomas/chroma/lexers/j/javascript.go
vendor/github.com/alecthomas/chroma/lexers/lexers.go
vendor/github.com/alecthomas/chroma/lexers/m/markdown.go
vendor/github.com/alecthomas/chroma/lexers/m/mcfunction.go
vendor/github.com/alecthomas/chroma/lexers/m/metal.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/m/myghty.go
vendor/github.com/alecthomas/chroma/lexers/m/mysql.go
vendor/github.com/alecthomas/chroma/lexers/p/powerquery.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/p/python.go
vendor/github.com/alecthomas/chroma/lexers/p/python2.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/p/python3.go [deleted file]
vendor/github.com/alecthomas/chroma/lexers/r/raku.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/r/rst.go
vendor/github.com/alecthomas/chroma/lexers/s/scss.go
vendor/github.com/alecthomas/chroma/lexers/s/solidity.go
vendor/github.com/alecthomas/chroma/lexers/s/svelte.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/lexers/s/systemd.go
vendor/github.com/alecthomas/chroma/lexers/t/toml.go
vendor/github.com/alecthomas/chroma/pygments-lexers.txt
vendor/github.com/alecthomas/chroma/regexp.go
vendor/github.com/alecthomas/chroma/style.go
vendor/github.com/alecthomas/chroma/styles/doom-one.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/styles/doom-one2.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/styles/dracula.go
vendor/github.com/alecthomas/chroma/styles/hr_dark.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/styles/hr_high_contrast.go [new file with mode: 0644]
vendor/github.com/alecthomas/chroma/types.go
vendor/github.com/blevesearch/bleve/v2/go.mod
vendor/github.com/blevesearch/bleve/v2/go.sum
vendor/github.com/blevesearch/vellum/go.mod
vendor/github.com/blevesearch/vellum/go.sum
vendor/github.com/blevesearch/zapx/v11/go.mod
vendor/github.com/blevesearch/zapx/v11/go.sum
vendor/github.com/blevesearch/zapx/v12/go.mod
vendor/github.com/blevesearch/zapx/v12/go.sum
vendor/github.com/blevesearch/zapx/v13/go.mod
vendor/github.com/blevesearch/zapx/v13/go.sum
vendor/github.com/blevesearch/zapx/v14/go.mod
vendor/github.com/blevesearch/zapx/v14/go.sum
vendor/github.com/blevesearch/zapx/v15/go.mod
vendor/github.com/blevesearch/zapx/v15/go.sum
vendor/github.com/caddyserver/certmagic/acmeclient.go
vendor/github.com/caddyserver/certmagic/certificates.go
vendor/github.com/caddyserver/certmagic/certmagic.go
vendor/github.com/caddyserver/certmagic/config.go
vendor/github.com/caddyserver/certmagic/crypto.go
vendor/github.com/caddyserver/certmagic/dnsutil.go
vendor/github.com/caddyserver/certmagic/go.mod
vendor/github.com/caddyserver/certmagic/go.sum
vendor/github.com/caddyserver/certmagic/handshake.go
vendor/github.com/caddyserver/certmagic/maintain.go
vendor/github.com/go-enry/go-enry/v2/README.md
vendor/github.com/go-enry/go-enry/v2/data/alias.go
vendor/github.com/go-enry/go-enry/v2/data/colors.go
vendor/github.com/go-enry/go-enry/v2/data/commit.go
vendor/github.com/go-enry/go-enry/v2/data/content.go
vendor/github.com/go-enry/go-enry/v2/data/documentation.go
vendor/github.com/go-enry/go-enry/v2/data/extension.go
vendor/github.com/go-enry/go-enry/v2/data/filename.go
vendor/github.com/go-enry/go-enry/v2/data/frequencies.go
vendor/github.com/go-enry/go-enry/v2/data/groups.go
vendor/github.com/go-enry/go-enry/v2/data/id.go
vendor/github.com/go-enry/go-enry/v2/data/interpreter.go
vendor/github.com/go-enry/go-enry/v2/data/mimeType.go
vendor/github.com/go-enry/go-enry/v2/data/type.go
vendor/github.com/go-enry/go-enry/v2/data/vendor.go
vendor/github.com/go-redis/redis/v8/README.md
vendor/github.com/go-redis/redis/v8/cluster.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/go.mod
vendor/github.com/go-redis/redis/v8/go.sum
vendor/github.com/go-redis/redis/v8/internal/hscan/hscan.go
vendor/github.com/go-redis/redis/v8/internal/instruments.go [deleted file]
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/options.go
vendor/github.com/golang/snappy/AUTHORS
vendor/github.com/golang/snappy/CONTRIBUTORS
vendor/github.com/golang/snappy/decode.go
vendor/github.com/golang/snappy/encode_arm64.s
vendor/github.com/hashicorp/golang-lru/go.mod
vendor/github.com/hashicorp/golang-lru/lru.go
vendor/github.com/hashicorp/golang-lru/simplelru/lru.go
vendor/github.com/hashicorp/golang-lru/simplelru/lru_interface.go
vendor/github.com/klauspost/compress/zstd/blockdec.go
vendor/github.com/klauspost/compress/zstd/decoder_options.go
vendor/github.com/klauspost/compress/zstd/framedec.go
vendor/github.com/klauspost/cpuid/v2/.travis.yml [deleted file]
vendor/github.com/klauspost/cpuid/v2/cpuid.go
vendor/github.com/klauspost/cpuid/v2/detect_x86.go
vendor/github.com/klauspost/cpuid/v2/featureid_string.go
vendor/github.com/microcosm-cc/bluemonday/Makefile
vendor/github.com/microcosm-cc/bluemonday/README.md
vendor/github.com/microcosm-cc/bluemonday/css/handlers.go [new file with mode: 0644]
vendor/github.com/microcosm-cc/bluemonday/doc.go
vendor/github.com/microcosm-cc/bluemonday/go.mod
vendor/github.com/microcosm-cc/bluemonday/go.sum
vendor/github.com/microcosm-cc/bluemonday/handlers.go [deleted file]
vendor/github.com/microcosm-cc/bluemonday/helpers.go
vendor/github.com/microcosm-cc/bluemonday/policy.go
vendor/github.com/microcosm-cc/bluemonday/sanitize.go
vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_go1.12.go [new file with mode: 0644]
vendor/github.com/microcosm-cc/bluemonday/stringwriterwriter_ltgo1.12.go [new file with mode: 0644]
vendor/github.com/miekg/dns/acceptfunc.go
vendor/github.com/miekg/dns/dnssec.go
vendor/github.com/miekg/dns/edns.go
vendor/github.com/miekg/dns/msg_helpers.go
vendor/github.com/miekg/dns/privaterr.go
vendor/github.com/miekg/dns/scan_rr.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/minio/minio-go/v7/Makefile
vendor/github.com/minio/minio-go/v7/README.md
vendor/github.com/minio/minio-go/v7/api-bucket-policy.go
vendor/github.com/minio/minio-go/v7/api-bucket-replication.go
vendor/github.com/minio/minio-go/v7/api-compose-object.go
vendor/github.com/minio/minio-go/v7/api-list.go
vendor/github.com/minio/minio-go/v7/api-put-object-common.go
vendor/github.com/minio/minio-go/v7/api-put-object-multipart.go
vendor/github.com/minio/minio-go/v7/api-put-object-streaming.go
vendor/github.com/minio/minio-go/v7/api-put-object.go
vendor/github.com/minio/minio-go/v7/api-remove.go
vendor/github.com/minio/minio-go/v7/api.go
vendor/github.com/minio/minio-go/v7/constants.go
vendor/github.com/minio/minio-go/v7/core.go
vendor/github.com/minio/minio-go/v7/functional_tests.go [new file with mode: 0644]
vendor/github.com/minio/minio-go/v7/go.mod
vendor/github.com/minio/minio-go/v7/go.sum
vendor/github.com/minio/minio-go/v7/pkg/credentials/iam_aws.go
vendor/github.com/minio/minio-go/v7/pkg/lifecycle/lifecycle.go
vendor/github.com/minio/minio-go/v7/pkg/replication/replication.go
vendor/github.com/olivere/elastic/v7/CONTRIBUTORS
vendor/github.com/olivere/elastic/v7/README.md
vendor/github.com/olivere/elastic/v7/client.go
vendor/github.com/olivere/elastic/v7/docker-compose.yml
vendor/github.com/olivere/elastic/v7/errors.go
vendor/github.com/olivere/elastic/v7/go.mod
vendor/github.com/olivere/elastic/v7/indices_delete.go
vendor/github.com/olivere/elastic/v7/indices_delete_component_template.go [new file with mode: 0644]
vendor/github.com/olivere/elastic/v7/indices_get_component_template.go [new file with mode: 0644]
vendor/github.com/olivere/elastic/v7/indices_put_component_template.go [new file with mode: 0644]
vendor/github.com/olivere/elastic/v7/search.go
vendor/github.com/olivere/elastic/v7/search_aggs.go
vendor/github.com/olivere/elastic/v7/search_aggs_bucket_multi_terms.go [new file with mode: 0644]
vendor/github.com/olivere/elastic/v7/search_aggs_metrics_top_metrics.go [new file with mode: 0644]
vendor/github.com/olivere/elastic/v7/search_queries_match_bool_prefix.go [new file with mode: 0644]
vendor/github.com/olivere/elastic/v7/search_queries_prefix.go
vendor/github.com/olivere/elastic/v7/search_queries_regexp.go
vendor/github.com/olivere/elastic/v7/search_queries_term.go
vendor/github.com/olivere/elastic/v7/search_queries_wildcard.go
vendor/github.com/olivere/elastic/v7/tasks_list.go
vendor/github.com/pierrec/lz4/v4/internal/lz4block/block.go
vendor/github.com/sirupsen/logrus/.gitignore [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/.golangci.yml [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/.travis.yml [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/CHANGELOG.md [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/LICENSE [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/README.md [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/alt_exit.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/appveyor.yml [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/buffer_pool.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/doc.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/entry.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/exported.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/formatter.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/go.mod [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/go.sum [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/hooks.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/json_formatter.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/logger.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/logrus.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_appengine.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_bsd.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_js.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_solaris.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_unix.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/terminal_check_windows.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/text_formatter.go [new file with mode: 0644]
vendor/github.com/sirupsen/logrus/writer.go [new file with mode: 0644]
vendor/github.com/xanzy/go-gitlab/avatar.go [new file with mode: 0644]
vendor/github.com/xanzy/go-gitlab/boards.go
vendor/github.com/xanzy/go-gitlab/client_options.go
vendor/github.com/xanzy/go-gitlab/deployments.go
vendor/github.com/xanzy/go-gitlab/event_webhook_types.go
vendor/github.com/xanzy/go-gitlab/gitlab.go
vendor/github.com/xanzy/go-gitlab/group_members.go
vendor/github.com/xanzy/go-gitlab/group_milestones.go
vendor/github.com/xanzy/go-gitlab/issues.go
vendor/github.com/xanzy/go-gitlab/issues_statistics.go
vendor/github.com/xanzy/go-gitlab/merge_requests.go
vendor/github.com/xanzy/go-gitlab/milestones.go
vendor/github.com/xanzy/go-gitlab/notes.go
vendor/github.com/xanzy/go-gitlab/project_mirror.go
vendor/github.com/xanzy/go-gitlab/projects.go
vendor/github.com/xanzy/go-gitlab/releaselinks.go
vendor/github.com/xanzy/go-gitlab/releases.go
vendor/github.com/xanzy/go-gitlab/search.go
vendor/github.com/xanzy/go-gitlab/settings.go
vendor/github.com/xanzy/go-gitlab/strings.go
vendor/github.com/xanzy/go-gitlab/todos.go
vendor/github.com/xanzy/go-gitlab/types.go
vendor/github.com/yuin/goldmark/parser/attribute.go
vendor/github.com/yuin/goldmark/parser/fcode_block.go
vendor/github.com/yuin/goldmark/parser/list_item.go
vendor/go.opentelemetry.io/otel/LICENSE [deleted file]
vendor/go.opentelemetry.io/otel/attribute/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/encoder.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/iterator.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/key.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/kv.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/set.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/type_string.go [deleted file]
vendor/go.opentelemetry.io/otel/attribute/value.go [deleted file]
vendor/go.opentelemetry.io/otel/codes/codes.go [deleted file]
vendor/go.opentelemetry.io/otel/codes/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/baggage/baggage.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/global/meter.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/global/propagator.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/global/state.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/global/trace.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/rawhelpers.go [deleted file]
vendor/go.opentelemetry.io/otel/internal/trace/noop/noop.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/LICENSE [deleted file]
vendor/go.opentelemetry.io/otel/metric/config.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/global/metric.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/go.mod [deleted file]
vendor/go.opentelemetry.io/otel/metric/go.sum [deleted file]
vendor/go.opentelemetry.io/otel/metric/instrumentkind_string.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/metric.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/metric_instrument.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/metric_noop.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/metric_sdkapi.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/number/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/number/kind_string.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/number/number.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/registry/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/metric/registry/registry.go [deleted file]
vendor/go.opentelemetry.io/otel/propagation/baggage.go [deleted file]
vendor/go.opentelemetry.io/otel/propagation/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/propagation/propagation.go [deleted file]
vendor/go.opentelemetry.io/otel/propagation/trace_context.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/LICENSE [deleted file]
vendor/go.opentelemetry.io/otel/trace/config.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/context.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/go.mod [deleted file]
vendor/go.opentelemetry.io/otel/trace/go.sum [deleted file]
vendor/go.opentelemetry.io/otel/trace/nonrecording.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/noop.go [deleted file]
vendor/go.opentelemetry.io/otel/trace/trace.go [deleted file]
vendor/go.opentelemetry.io/otel/unit/doc.go [deleted file]
vendor/go.opentelemetry.io/otel/unit/unit.go [deleted file]
vendor/go.uber.org/atomic/.gitignore
vendor/go.uber.org/atomic/.travis.yml [deleted file]
vendor/go.uber.org/atomic/CHANGELOG.md
vendor/go.uber.org/atomic/Makefile
vendor/go.uber.org/atomic/README.md
vendor/go.uber.org/atomic/bool.go
vendor/go.uber.org/atomic/duration.go
vendor/go.uber.org/atomic/error.go
vendor/go.uber.org/atomic/float64.go
vendor/go.uber.org/atomic/gen.go
vendor/go.uber.org/atomic/go.sum
vendor/go.uber.org/atomic/int32.go
vendor/go.uber.org/atomic/int64.go
vendor/go.uber.org/atomic/string.go
vendor/go.uber.org/atomic/uint32.go
vendor/go.uber.org/atomic/uint64.go
vendor/go.uber.org/atomic/uintptr.go [new file with mode: 0644]
vendor/go.uber.org/atomic/unsafe_pointer.go [new file with mode: 0644]
vendor/go.uber.org/zap/CHANGELOG.md
vendor/go.uber.org/zap/buffer/buffer.go
vendor/go.uber.org/zap/go.mod
vendor/go.uber.org/zap/go.sum
vendor/go.uber.org/zap/logger.go
vendor/go.uber.org/zap/options.go
vendor/go.uber.org/zap/sugar.go
vendor/go.uber.org/zap/zapcore/buffered_write_syncer.go [new file with mode: 0644]
vendor/go.uber.org/zap/zapcore/clock.go [new file with mode: 0644]
vendor/go.uber.org/zap/zapcore/entry.go
vendor/golang.org/x/oauth2/google/doc.go
vendor/golang.org/x/oauth2/google/internal/externalaccount/aws.go
vendor/golang.org/x/oauth2/google/internal/externalaccount/basecredentials.go
vendor/golang.org/x/oauth2/google/internal/externalaccount/clientauth.go
vendor/golang.org/x/oauth2/google/internal/externalaccount/impersonate.go
vendor/golang.org/x/oauth2/google/jwt.go
vendor/google.golang.org/protobuf/encoding/prototext/decode.go
vendor/google.golang.org/protobuf/internal/encoding/text/encode.go
vendor/google.golang.org/protobuf/internal/impl/legacy_message.go
vendor/google.golang.org/protobuf/internal/version/version.go
vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go
vendor/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go
vendor/modules.txt