mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-01 01:43:07 +08:00
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
This commit is contained in:
contrib
go.modgo.sumvendor
github.com
PuerkitoBio/goquery
RoaringBitmap/roaring
alecthomas/chroma
.golangci.ymlREADME.md
formatters/html
go.sumlexer.golexers
pygments-lexers.txtregexp.gostyle.gostyles
types.goblevesearch
bleve/v2
vellum
zapx
caddyserver/certmagic
acmeclient.gocertificates.gocertmagic.goconfig.gocrypto.godnsutil.gogo.modgo.sumhandshake.gomaintain.go
go-enry/go-enry/v2
README.md
data
go-redis/redis/v8
golang/snappy
hashicorp/golang-lru
klauspost
compress/zstd
cpuid/v2
microcosm-cc/bluemonday
MakefileREADME.md
css
doc.gogo.modgo.sumhelpers.gopolicy.gosanitize.gostringwriterwriter_go1.12.gostringwriterwriter_ltgo1.12.gomiekg/dns
minio/minio-go/v7
MakefileREADME.mdapi-bucket-policy.goapi-bucket-replication.goapi-compose-object.goapi-list.goapi-put-object-common.goapi-put-object-multipart.goapi-put-object-streaming.goapi-put-object.goapi-remove.goapi.goconstants.gocore.gofunctional_tests.gogo.modgo.sum
pkg
olivere/elastic/v7
CONTRIBUTORSREADME.mdclient.godocker-compose.ymlerrors.gogo.modindices_delete.goindices_delete_component_template.goindices_get_component_template.goindices_put_component_template.gosearch.gosearch_aggs.gosearch_aggs_bucket_multi_terms.gosearch_aggs_metrics_top_metrics.gosearch_queries_match_bool_prefix.gosearch_queries_prefix.gosearch_queries_regexp.gosearch_queries_term.gosearch_queries_wildcard.gotasks_list.go
pierrec/lz4/v4/internal/lz4block
sirupsen/logrus
.gitignore.golangci.yml.travis.ymlCHANGELOG.mdLICENSEREADME.mdalt_exit.goappveyor.ymlbuffer_pool.godoc.goentry.goexported.goformatter.gogo.modgo.sumhooks.gojson_formatter.gologger.gologrus.goterminal_check_appengine.goterminal_check_bsd.goterminal_check_js.goterminal_check_no_terminal.goterminal_check_notappengine.goterminal_check_solaris.goterminal_check_unix.goterminal_check_windows.gotext_formatter.gowriter.go
xanzy/go-gitlab
avatar.goboards.goclient_options.godeployments.goevent_webhook_types.gogitlab.gogroup_members.gogroup_milestones.goissues.goissues_statistics.gomerge_requests.gomilestones.gonotes.goproject_mirror.goprojects.goreleaselinks.goreleases.gosearch.gosettings.gostrings.gotodos.gotypes.go
yuin/goldmark/parser
go.opentelemetry.io/otel
LICENSE
attribute
codes
internal
metric
LICENSEconfig.godoc.go
global
go.modgo.suminstrumentkind_string.gometric.gometric_instrument.gometric_noop.gometric_sdkapi.gonumber
registry
propagation
trace
unit
go.uber.org
atomic
.gitignore.travis.ymlCHANGELOG.mdMakefileREADME.mdbool.goduration.goerror.gofloat64.gogen.gogo.sumint32.goint64.gostring.gouint32.gouint64.gouintptr.gounsafe_pointer.go
zap
golang.org/x/oauth2/google
google.golang.org/protobuf
encoding/prototext
internal
reflect/protoregistry
types/descriptorpb
31
vendor/github.com/miekg/dns/msg_helpers.go
generated
vendored
31
vendor/github.com/miekg/dns/msg_helpers.go
generated
vendored
@ -438,37 +438,6 @@ Option:
|
||||
return edns, off, nil
|
||||
}
|
||||
|
||||
func makeDataOpt(code uint16) EDNS0 {
|
||||
switch code {
|
||||
case EDNS0NSID:
|
||||
return new(EDNS0_NSID)
|
||||
case EDNS0SUBNET:
|
||||
return new(EDNS0_SUBNET)
|
||||
case EDNS0COOKIE:
|
||||
return new(EDNS0_COOKIE)
|
||||
case EDNS0EXPIRE:
|
||||
return new(EDNS0_EXPIRE)
|
||||
case EDNS0UL:
|
||||
return new(EDNS0_UL)
|
||||
case EDNS0LLQ:
|
||||
return new(EDNS0_LLQ)
|
||||
case EDNS0DAU:
|
||||
return new(EDNS0_DAU)
|
||||
case EDNS0DHU:
|
||||
return new(EDNS0_DHU)
|
||||
case EDNS0N3U:
|
||||
return new(EDNS0_N3U)
|
||||
case EDNS0PADDING:
|
||||
return new(EDNS0_PADDING)
|
||||
case EDNS0EDE:
|
||||
return new(EDNS0_EDE)
|
||||
default:
|
||||
e := new(EDNS0_LOCAL)
|
||||
e.Code = code
|
||||
return e
|
||||
}
|
||||
}
|
||||
|
||||
func packDataOpt(options []EDNS0, msg []byte, off int) (int, error) {
|
||||
for _, el := range options {
|
||||
b, err := el.pack()
|
||||
|
Reference in New Issue
Block a user