Update build
authorBen Kochie <superq@gmail.com>
Tue, 9 Mar 2021 11:26:17 +0000 (12:26 +0100)
committerBen Kochie <superq@gmail.com>
Tue, 9 Mar 2021 11:26:17 +0000 (12:26 +0100)
commita77c0d624db1ebec8e041061c092b301265cb077
tree29311976c1534c80d6ed83139bda7bbdc2f10afc
parentb57ed98f35ac992d039628165cb6a177b9830839
Update build

* Drop /vendor.
* Update go deps.
* Update to Go 1.16.

Signed-off-by: Ben Kochie <superq@gmail.com>
1139 files changed:
.circleci/config.yml
.gitignore
.golangci.yml
.promu.yml
go.mod
go.sum
vendor/github.com/alecthomas/template/LICENSE [deleted file]
vendor/github.com/alecthomas/template/README.md [deleted file]
vendor/github.com/alecthomas/template/doc.go [deleted file]
vendor/github.com/alecthomas/template/exec.go [deleted file]
vendor/github.com/alecthomas/template/funcs.go [deleted file]
vendor/github.com/alecthomas/template/go.mod [deleted file]
vendor/github.com/alecthomas/template/helper.go [deleted file]
vendor/github.com/alecthomas/template/parse/lex.go [deleted file]
vendor/github.com/alecthomas/template/parse/node.go [deleted file]
vendor/github.com/alecthomas/template/parse/parse.go [deleted file]
vendor/github.com/alecthomas/template/template.go [deleted file]
vendor/github.com/alecthomas/units/COPYING [deleted file]
vendor/github.com/alecthomas/units/README.md [deleted file]
vendor/github.com/alecthomas/units/bytes.go [deleted file]
vendor/github.com/alecthomas/units/doc.go [deleted file]
vendor/github.com/alecthomas/units/go.mod [deleted file]
vendor/github.com/alecthomas/units/go.sum [deleted file]
vendor/github.com/alecthomas/units/si.go [deleted file]
vendor/github.com/alecthomas/units/util.go [deleted file]
vendor/github.com/beorn7/perks/LICENSE [deleted file]
vendor/github.com/beorn7/perks/quantile/exampledata.txt [deleted file]
vendor/github.com/beorn7/perks/quantile/stream.go [deleted file]
vendor/github.com/cespare/xxhash/v2/.travis.yml [deleted file]
vendor/github.com/cespare/xxhash/v2/LICENSE.txt [deleted file]
vendor/github.com/cespare/xxhash/v2/README.md [deleted file]
vendor/github.com/cespare/xxhash/v2/go.mod [deleted file]
vendor/github.com/cespare/xxhash/v2/go.sum [deleted file]
vendor/github.com/cespare/xxhash/v2/xxhash.go [deleted file]
vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go [deleted file]
vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s [deleted file]
vendor/github.com/cespare/xxhash/v2/xxhash_other.go [deleted file]
vendor/github.com/cespare/xxhash/v2/xxhash_safe.go [deleted file]
vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go [deleted file]
vendor/github.com/go-kit/kit/LICENSE [deleted file]
vendor/github.com/go-kit/kit/log/README.md [deleted file]
vendor/github.com/go-kit/kit/log/doc.go [deleted file]
vendor/github.com/go-kit/kit/log/json_logger.go [deleted file]
vendor/github.com/go-kit/kit/log/level/doc.go [deleted file]
vendor/github.com/go-kit/kit/log/level/level.go [deleted file]
vendor/github.com/go-kit/kit/log/log.go [deleted file]
vendor/github.com/go-kit/kit/log/logfmt_logger.go [deleted file]
vendor/github.com/go-kit/kit/log/nop_logger.go [deleted file]
vendor/github.com/go-kit/kit/log/stdlib.go [deleted file]
vendor/github.com/go-kit/kit/log/sync.go [deleted file]
vendor/github.com/go-kit/kit/log/value.go [deleted file]
vendor/github.com/go-logfmt/logfmt/.gitignore [deleted file]
vendor/github.com/go-logfmt/logfmt/.travis.yml [deleted file]
vendor/github.com/go-logfmt/logfmt/CHANGELOG.md [deleted file]
vendor/github.com/go-logfmt/logfmt/LICENSE [deleted file]
vendor/github.com/go-logfmt/logfmt/README.md [deleted file]
vendor/github.com/go-logfmt/logfmt/decode.go [deleted file]
vendor/github.com/go-logfmt/logfmt/doc.go [deleted file]
vendor/github.com/go-logfmt/logfmt/encode.go [deleted file]
vendor/github.com/go-logfmt/logfmt/go.mod [deleted file]
vendor/github.com/go-logfmt/logfmt/jsonstring.go [deleted file]
vendor/github.com/golang/protobuf/AUTHORS [deleted file]
vendor/github.com/golang/protobuf/CONTRIBUTORS [deleted file]
vendor/github.com/golang/protobuf/LICENSE [deleted file]
vendor/github.com/golang/protobuf/proto/buffer.go [deleted file]
vendor/github.com/golang/protobuf/proto/defaults.go [deleted file]
vendor/github.com/golang/protobuf/proto/deprecated.go [deleted file]
vendor/github.com/golang/protobuf/proto/discard.go [deleted file]
vendor/github.com/golang/protobuf/proto/extensions.go [deleted file]
vendor/github.com/golang/protobuf/proto/properties.go [deleted file]
vendor/github.com/golang/protobuf/proto/proto.go [deleted file]
vendor/github.com/golang/protobuf/proto/registry.go [deleted file]
vendor/github.com/golang/protobuf/proto/text_decode.go [deleted file]
vendor/github.com/golang/protobuf/proto/text_encode.go [deleted file]
vendor/github.com/golang/protobuf/proto/wire.go [deleted file]
vendor/github.com/golang/protobuf/proto/wrappers.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/any.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/any/any.pb.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/doc.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/duration.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/timestamp.go [deleted file]
vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go [deleted file]
vendor/github.com/jpillora/backoff/LICENSE [deleted file]
vendor/github.com/jpillora/backoff/README.md [deleted file]
vendor/github.com/jpillora/backoff/backoff.go [deleted file]
vendor/github.com/jpillora/backoff/go.mod [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/NOTICE [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go [deleted file]
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go [deleted file]
vendor/github.com/miekg/dns/.codecov.yml [deleted file]
vendor/github.com/miekg/dns/.gitignore [deleted file]
vendor/github.com/miekg/dns/.travis.yml [deleted file]
vendor/github.com/miekg/dns/AUTHORS [deleted file]
vendor/github.com/miekg/dns/CODEOWNERS [deleted file]
vendor/github.com/miekg/dns/CONTRIBUTORS [deleted file]
vendor/github.com/miekg/dns/COPYRIGHT [deleted file]
vendor/github.com/miekg/dns/LICENSE [deleted file]
vendor/github.com/miekg/dns/Makefile.fuzz [deleted file]
vendor/github.com/miekg/dns/Makefile.release [deleted file]
vendor/github.com/miekg/dns/README.md [deleted file]
vendor/github.com/miekg/dns/acceptfunc.go [deleted file]
vendor/github.com/miekg/dns/client.go [deleted file]
vendor/github.com/miekg/dns/clientconfig.go [deleted file]
vendor/github.com/miekg/dns/dane.go [deleted file]
vendor/github.com/miekg/dns/defaults.go [deleted file]
vendor/github.com/miekg/dns/dns.go [deleted file]
vendor/github.com/miekg/dns/dnssec.go [deleted file]
vendor/github.com/miekg/dns/dnssec_keygen.go [deleted file]
vendor/github.com/miekg/dns/dnssec_keyscan.go [deleted file]
vendor/github.com/miekg/dns/dnssec_privkey.go [deleted file]
vendor/github.com/miekg/dns/doc.go [deleted file]
vendor/github.com/miekg/dns/duplicate.go [deleted file]
vendor/github.com/miekg/dns/edns.go [deleted file]
vendor/github.com/miekg/dns/format.go [deleted file]
vendor/github.com/miekg/dns/fuzz.go [deleted file]
vendor/github.com/miekg/dns/generate.go [deleted file]
vendor/github.com/miekg/dns/go.mod [deleted file]
vendor/github.com/miekg/dns/go.sum [deleted file]
vendor/github.com/miekg/dns/labels.go [deleted file]
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/msg.go [deleted file]
vendor/github.com/miekg/dns/msg_helpers.go [deleted file]
vendor/github.com/miekg/dns/msg_truncate.go [deleted file]
vendor/github.com/miekg/dns/nsecx.go [deleted file]
vendor/github.com/miekg/dns/privaterr.go [deleted file]
vendor/github.com/miekg/dns/reverse.go [deleted file]
vendor/github.com/miekg/dns/sanitize.go [deleted file]
vendor/github.com/miekg/dns/scan.go [deleted file]
vendor/github.com/miekg/dns/scan_rr.go [deleted file]
vendor/github.com/miekg/dns/serve_mux.go [deleted file]
vendor/github.com/miekg/dns/server.go [deleted file]
vendor/github.com/miekg/dns/sig0.go [deleted file]
vendor/github.com/miekg/dns/singleinflight.go [deleted file]
vendor/github.com/miekg/dns/smimea.go [deleted file]
vendor/github.com/miekg/dns/tlsa.go [deleted file]
vendor/github.com/miekg/dns/tsig.go [deleted file]
vendor/github.com/miekg/dns/types.go [deleted file]
vendor/github.com/miekg/dns/udp.go [deleted file]
vendor/github.com/miekg/dns/udp_windows.go [deleted file]
vendor/github.com/miekg/dns/update.go [deleted file]
vendor/github.com/miekg/dns/version.go [deleted file]
vendor/github.com/miekg/dns/xfr.go [deleted file]
vendor/github.com/miekg/dns/zduplicate.go [deleted file]
vendor/github.com/miekg/dns/zmsg.go [deleted file]
vendor/github.com/miekg/dns/ztypes.go [deleted file]
vendor/github.com/mwitkow/go-conntrack/.gitignore [deleted file]
vendor/github.com/mwitkow/go-conntrack/.travis.yml [deleted file]
vendor/github.com/mwitkow/go-conntrack/LICENSE [deleted file]
vendor/github.com/mwitkow/go-conntrack/README.md [deleted file]
vendor/github.com/mwitkow/go-conntrack/dialer_reporter.go [deleted file]
vendor/github.com/mwitkow/go-conntrack/dialer_wrapper.go [deleted file]
vendor/github.com/mwitkow/go-conntrack/listener_reporter.go [deleted file]
vendor/github.com/mwitkow/go-conntrack/listener_wrapper.go [deleted file]
vendor/github.com/pkg/errors/.gitignore [deleted file]
vendor/github.com/pkg/errors/.travis.yml [deleted file]
vendor/github.com/pkg/errors/LICENSE [deleted file]
vendor/github.com/pkg/errors/Makefile [deleted file]
vendor/github.com/pkg/errors/README.md [deleted file]
vendor/github.com/pkg/errors/appveyor.yml [deleted file]
vendor/github.com/pkg/errors/errors.go [deleted file]
vendor/github.com/pkg/errors/go113.go [deleted file]
vendor/github.com/pkg/errors/stack.go [deleted file]
vendor/github.com/prometheus/client_golang/LICENSE [deleted file]
vendor/github.com/prometheus/client_golang/NOTICE [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/.gitignore [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/README.md [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/build_info.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/build_info_pre_1.12.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/collector.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/counter.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/desc.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/doc.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/fnv.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/gauge.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/go_collector.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/histogram.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/internal/metric.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/labels.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/metric.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/observer.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/process_collector.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/process_collector_other.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/process_collector_windows.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/promhttp/delegator.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/promhttp/http.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/registry.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/summary.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/timer.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/untyped.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/value.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/vec.go [deleted file]
vendor/github.com/prometheus/client_golang/prometheus/wrap.go [deleted file]
vendor/github.com/prometheus/client_model/LICENSE [deleted file]
vendor/github.com/prometheus/client_model/NOTICE [deleted file]
vendor/github.com/prometheus/client_model/go/metrics.pb.go [deleted file]
vendor/github.com/prometheus/common/LICENSE [deleted file]
vendor/github.com/prometheus/common/NOTICE [deleted file]
vendor/github.com/prometheus/common/config/config.go [deleted file]
vendor/github.com/prometheus/common/config/http_config.go [deleted file]
vendor/github.com/prometheus/common/expfmt/decode.go [deleted file]
vendor/github.com/prometheus/common/expfmt/encode.go [deleted file]
vendor/github.com/prometheus/common/expfmt/expfmt.go [deleted file]
vendor/github.com/prometheus/common/expfmt/fuzz.go [deleted file]
vendor/github.com/prometheus/common/expfmt/openmetrics_create.go [deleted file]
vendor/github.com/prometheus/common/expfmt/text_create.go [deleted file]
vendor/github.com/prometheus/common/expfmt/text_parse.go [deleted file]
vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/README.txt [deleted file]
vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go [deleted file]
vendor/github.com/prometheus/common/model/alert.go [deleted file]
vendor/github.com/prometheus/common/model/fingerprinting.go [deleted file]
vendor/github.com/prometheus/common/model/fnv.go [deleted file]
vendor/github.com/prometheus/common/model/labels.go [deleted file]
vendor/github.com/prometheus/common/model/labelset.go [deleted file]
vendor/github.com/prometheus/common/model/metric.go [deleted file]
vendor/github.com/prometheus/common/model/model.go [deleted file]
vendor/github.com/prometheus/common/model/signature.go [deleted file]
vendor/github.com/prometheus/common/model/silence.go [deleted file]
vendor/github.com/prometheus/common/model/time.go [deleted file]
vendor/github.com/prometheus/common/model/value.go [deleted file]
vendor/github.com/prometheus/common/promlog/flag/flag.go [deleted file]
vendor/github.com/prometheus/common/promlog/log.go [deleted file]
vendor/github.com/prometheus/common/version/info.go [deleted file]
vendor/github.com/prometheus/exporter-toolkit/LICENSE [deleted file]
vendor/github.com/prometheus/exporter-toolkit/web/README.md [deleted file]
vendor/github.com/prometheus/exporter-toolkit/web/kingpinflag/flag.go [deleted file]
vendor/github.com/prometheus/exporter-toolkit/web/tls_config.go [deleted file]
vendor/github.com/prometheus/exporter-toolkit/web/users.go [deleted file]
vendor/github.com/prometheus/exporter-toolkit/web/web-config.yml [deleted file]
vendor/github.com/prometheus/procfs/.gitignore [deleted file]
vendor/github.com/prometheus/procfs/.golangci.yml [deleted file]
vendor/github.com/prometheus/procfs/CONTRIBUTING.md [deleted file]
vendor/github.com/prometheus/procfs/LICENSE [deleted file]
vendor/github.com/prometheus/procfs/MAINTAINERS.md [deleted file]
vendor/github.com/prometheus/procfs/Makefile [deleted file]
vendor/github.com/prometheus/procfs/Makefile.common [deleted file]
vendor/github.com/prometheus/procfs/NOTICE [deleted file]
vendor/github.com/prometheus/procfs/README.md [deleted file]
vendor/github.com/prometheus/procfs/arp.go [deleted file]
vendor/github.com/prometheus/procfs/buddyinfo.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_arm.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_arm64.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_default.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_mips.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_mips64.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_mips64le.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_mipsle.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_ppc64.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_ppc64le.go [deleted file]
vendor/github.com/prometheus/procfs/cpuinfo_s390x.go [deleted file]
vendor/github.com/prometheus/procfs/crypto.go [deleted file]
vendor/github.com/prometheus/procfs/doc.go [deleted file]
vendor/github.com/prometheus/procfs/fixtures.ttar [deleted file]
vendor/github.com/prometheus/procfs/fs.go [deleted file]
vendor/github.com/prometheus/procfs/fscache.go [deleted file]
vendor/github.com/prometheus/procfs/go.mod [deleted file]
vendor/github.com/prometheus/procfs/go.sum [deleted file]
vendor/github.com/prometheus/procfs/internal/fs/fs.go [deleted file]
vendor/github.com/prometheus/procfs/internal/util/parse.go [deleted file]
vendor/github.com/prometheus/procfs/internal/util/readfile.go [deleted file]
vendor/github.com/prometheus/procfs/internal/util/sysreadfile.go [deleted file]
vendor/github.com/prometheus/procfs/internal/util/sysreadfile_compat.go [deleted file]
vendor/github.com/prometheus/procfs/internal/util/valueparser.go [deleted file]
vendor/github.com/prometheus/procfs/ipvs.go [deleted file]
vendor/github.com/prometheus/procfs/kernel_random.go [deleted file]
vendor/github.com/prometheus/procfs/loadavg.go [deleted file]
vendor/github.com/prometheus/procfs/mdstat.go [deleted file]
vendor/github.com/prometheus/procfs/meminfo.go [deleted file]
vendor/github.com/prometheus/procfs/mountinfo.go [deleted file]
vendor/github.com/prometheus/procfs/mountstats.go [deleted file]
vendor/github.com/prometheus/procfs/net_conntrackstat.go [deleted file]
vendor/github.com/prometheus/procfs/net_dev.go [deleted file]
vendor/github.com/prometheus/procfs/net_sockstat.go [deleted file]
vendor/github.com/prometheus/procfs/net_softnet.go [deleted file]
vendor/github.com/prometheus/procfs/net_udp.go [deleted file]
vendor/github.com/prometheus/procfs/net_unix.go [deleted file]
vendor/github.com/prometheus/procfs/proc.go [deleted file]
vendor/github.com/prometheus/procfs/proc_cgroup.go [deleted file]
vendor/github.com/prometheus/procfs/proc_environ.go [deleted file]
vendor/github.com/prometheus/procfs/proc_fdinfo.go [deleted file]
vendor/github.com/prometheus/procfs/proc_io.go [deleted file]
vendor/github.com/prometheus/procfs/proc_limits.go [deleted file]
vendor/github.com/prometheus/procfs/proc_maps.go [deleted file]
vendor/github.com/prometheus/procfs/proc_ns.go [deleted file]
vendor/github.com/prometheus/procfs/proc_psi.go [deleted file]
vendor/github.com/prometheus/procfs/proc_smaps.go [deleted file]
vendor/github.com/prometheus/procfs/proc_stat.go [deleted file]
vendor/github.com/prometheus/procfs/proc_status.go [deleted file]
vendor/github.com/prometheus/procfs/schedstat.go [deleted file]
vendor/github.com/prometheus/procfs/stat.go [deleted file]
vendor/github.com/prometheus/procfs/swaps.go [deleted file]
vendor/github.com/prometheus/procfs/ttar [deleted file]
vendor/github.com/prometheus/procfs/vm.go [deleted file]
vendor/github.com/prometheus/procfs/xfrm.go [deleted file]
vendor/github.com/prometheus/procfs/zoneinfo.go [deleted file]
vendor/golang.org/x/crypto/AUTHORS [deleted file]
vendor/golang.org/x/crypto/CONTRIBUTORS [deleted file]
vendor/golang.org/x/crypto/LICENSE [deleted file]
vendor/golang.org/x/crypto/PATENTS [deleted file]
vendor/golang.org/x/crypto/bcrypt/base64.go [deleted file]
vendor/golang.org/x/crypto/bcrypt/bcrypt.go [deleted file]
vendor/golang.org/x/crypto/blowfish/block.go [deleted file]
vendor/golang.org/x/crypto/blowfish/cipher.go [deleted file]
vendor/golang.org/x/crypto/blowfish/const.go [deleted file]
vendor/golang.org/x/crypto/ed25519/ed25519.go [deleted file]
vendor/golang.org/x/crypto/ed25519/ed25519_go113.go [deleted file]
vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go [deleted file]
vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go [deleted file]
vendor/golang.org/x/net/AUTHORS [deleted file]
vendor/golang.org/x/net/CONTRIBUTORS [deleted file]
vendor/golang.org/x/net/LICENSE [deleted file]
vendor/golang.org/x/net/PATENTS [deleted file]
vendor/golang.org/x/net/bpf/asm.go [deleted file]
vendor/golang.org/x/net/bpf/constants.go [deleted file]
vendor/golang.org/x/net/bpf/doc.go [deleted file]
vendor/golang.org/x/net/bpf/instructions.go [deleted file]
vendor/golang.org/x/net/bpf/setter.go [deleted file]
vendor/golang.org/x/net/bpf/vm.go [deleted file]
vendor/golang.org/x/net/bpf/vm_instructions.go [deleted file]
vendor/golang.org/x/net/http/httpguts/guts.go [deleted file]
vendor/golang.org/x/net/http/httpguts/httplex.go [deleted file]
vendor/golang.org/x/net/http2/.gitignore [deleted file]
vendor/golang.org/x/net/http2/Dockerfile [deleted file]
vendor/golang.org/x/net/http2/Makefile [deleted file]
vendor/golang.org/x/net/http2/README [deleted file]
vendor/golang.org/x/net/http2/ciphers.go [deleted file]
vendor/golang.org/x/net/http2/client_conn_pool.go [deleted file]
vendor/golang.org/x/net/http2/databuffer.go [deleted file]
vendor/golang.org/x/net/http2/errors.go [deleted file]
vendor/golang.org/x/net/http2/flow.go [deleted file]
vendor/golang.org/x/net/http2/frame.go [deleted file]
vendor/golang.org/x/net/http2/go111.go [deleted file]
vendor/golang.org/x/net/http2/gotrack.go [deleted file]
vendor/golang.org/x/net/http2/headermap.go [deleted file]
vendor/golang.org/x/net/http2/hpack/encode.go [deleted file]
vendor/golang.org/x/net/http2/hpack/hpack.go [deleted file]
vendor/golang.org/x/net/http2/hpack/huffman.go [deleted file]
vendor/golang.org/x/net/http2/hpack/tables.go [deleted file]
vendor/golang.org/x/net/http2/http2.go [deleted file]
vendor/golang.org/x/net/http2/not_go111.go [deleted file]
vendor/golang.org/x/net/http2/pipe.go [deleted file]
vendor/golang.org/x/net/http2/server.go [deleted file]
vendor/golang.org/x/net/http2/transport.go [deleted file]
vendor/golang.org/x/net/http2/write.go [deleted file]
vendor/golang.org/x/net/http2/writesched.go [deleted file]
vendor/golang.org/x/net/http2/writesched_priority.go [deleted file]
vendor/golang.org/x/net/http2/writesched_random.go [deleted file]
vendor/golang.org/x/net/icmp/dstunreach.go [deleted file]
vendor/golang.org/x/net/icmp/echo.go [deleted file]
vendor/golang.org/x/net/icmp/endpoint.go [deleted file]
vendor/golang.org/x/net/icmp/extension.go [deleted file]
vendor/golang.org/x/net/icmp/helper_posix.go [deleted file]
vendor/golang.org/x/net/icmp/interface.go [deleted file]
vendor/golang.org/x/net/icmp/ipv4.go [deleted file]
vendor/golang.org/x/net/icmp/ipv6.go [deleted file]
vendor/golang.org/x/net/icmp/listen_posix.go [deleted file]
vendor/golang.org/x/net/icmp/listen_stub.go [deleted file]
vendor/golang.org/x/net/icmp/message.go [deleted file]
vendor/golang.org/x/net/icmp/messagebody.go [deleted file]
vendor/golang.org/x/net/icmp/mpls.go [deleted file]
vendor/golang.org/x/net/icmp/multipart.go [deleted file]
vendor/golang.org/x/net/icmp/packettoobig.go [deleted file]
vendor/golang.org/x/net/icmp/paramprob.go [deleted file]
vendor/golang.org/x/net/icmp/sys_freebsd.go [deleted file]
vendor/golang.org/x/net/icmp/timeexceeded.go [deleted file]
vendor/golang.org/x/net/idna/idna10.0.0.go [deleted file]
vendor/golang.org/x/net/idna/idna9.0.0.go [deleted file]
vendor/golang.org/x/net/idna/punycode.go [deleted file]
vendor/golang.org/x/net/idna/tables10.0.0.go [deleted file]
vendor/golang.org/x/net/idna/tables11.0.0.go [deleted file]
vendor/golang.org/x/net/idna/tables12.00.go [deleted file]
vendor/golang.org/x/net/idna/tables9.0.0.go [deleted file]
vendor/golang.org/x/net/idna/trie.go [deleted file]
vendor/golang.org/x/net/idna/trieval.go [deleted file]
vendor/golang.org/x/net/internal/iana/const.go [deleted file]
vendor/golang.org/x/net/internal/socket/cmsghdr.go [deleted file]
vendor/golang.org/x/net/internal/socket/cmsghdr_bsd.go [deleted file]
vendor/golang.org/x/net/internal/socket/cmsghdr_linux_32bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/cmsghdr_linux_64bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/cmsghdr_solaris_64bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/cmsghdr_stub.go [deleted file]
vendor/golang.org/x/net/internal/socket/empty.s [deleted file]
vendor/golang.org/x/net/internal/socket/error_unix.go [deleted file]
vendor/golang.org/x/net/internal/socket/error_windows.go [deleted file]
vendor/golang.org/x/net/internal/socket/iovec_32bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/iovec_64bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/iovec_stub.go [deleted file]
vendor/golang.org/x/net/internal/socket/mmsghdr_stub.go [deleted file]
vendor/golang.org/x/net/internal/socket/mmsghdr_unix.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_bsd.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_linux.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_openbsd.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go [deleted file]
vendor/golang.org/x/net/internal/socket/msghdr_stub.go [deleted file]
vendor/golang.org/x/net/internal/socket/norace.go [deleted file]
vendor/golang.org/x/net/internal/socket/race.go [deleted file]
vendor/golang.org/x/net/internal/socket/rawconn.go [deleted file]
vendor/golang.org/x/net/internal/socket/rawconn_mmsg.go [deleted file]
vendor/golang.org/x/net/internal/socket/rawconn_msg.go [deleted file]
vendor/golang.org/x/net/internal/socket/rawconn_nommsg.go [deleted file]
vendor/golang.org/x/net/internal/socket/rawconn_nomsg.go [deleted file]
vendor/golang.org/x/net/internal/socket/socket.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_bsd.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_bsdvar.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_const_unix.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_darwin.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_dragonfly.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_go1_11_darwin.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linkname.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_386.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_386.s [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_arm.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_arm64.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_mips.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_mips64.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_mips64le.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_mipsle.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_ppc64.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_ppc64le.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_riscv64.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_s390x.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_linux_s390x.s [deleted file]
vendor/golang.org/x/net/internal/socket/sys_netbsd.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_posix.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_solaris.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_solaris_amd64.s [deleted file]
vendor/golang.org/x/net/internal/socket/sys_stub.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_unix.go [deleted file]
vendor/golang.org/x/net/internal/socket/sys_windows.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_aix_ppc64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_darwin_386.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_darwin_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_darwin_arm.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_darwin_arm64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_dragonfly_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_freebsd_386.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_freebsd_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_freebsd_arm64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_386.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_arm.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_arm64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_mips.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_mips64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_mips64le.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_mipsle.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_ppc64le.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_riscv64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_linux_s390x.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_netbsd_386.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_netbsd_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_netbsd_arm64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_openbsd_386.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_openbsd_amd64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_openbsd_arm64.go [deleted file]
vendor/golang.org/x/net/internal/socket/zsys_solaris_amd64.go [deleted file]
vendor/golang.org/x/net/internal/timeseries/timeseries.go [deleted file]
vendor/golang.org/x/net/ipv4/batch.go [deleted file]
vendor/golang.org/x/net/ipv4/control.go [deleted file]
vendor/golang.org/x/net/ipv4/control_bsd.go [deleted file]
vendor/golang.org/x/net/ipv4/control_pktinfo.go [deleted file]
vendor/golang.org/x/net/ipv4/control_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/control_unix.go [deleted file]
vendor/golang.org/x/net/ipv4/control_windows.go [deleted file]
vendor/golang.org/x/net/ipv4/dgramopt.go [deleted file]
vendor/golang.org/x/net/ipv4/doc.go [deleted file]
vendor/golang.org/x/net/ipv4/endpoint.go [deleted file]
vendor/golang.org/x/net/ipv4/genericopt.go [deleted file]
vendor/golang.org/x/net/ipv4/header.go [deleted file]
vendor/golang.org/x/net/ipv4/helper.go [deleted file]
vendor/golang.org/x/net/ipv4/iana.go [deleted file]
vendor/golang.org/x/net/ipv4/icmp.go [deleted file]
vendor/golang.org/x/net/ipv4/icmp_linux.go [deleted file]
vendor/golang.org/x/net/ipv4/icmp_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/packet.go [deleted file]
vendor/golang.org/x/net/ipv4/payload.go [deleted file]
vendor/golang.org/x/net/ipv4/payload_cmsg.go [deleted file]
vendor/golang.org/x/net/ipv4/payload_nocmsg.go [deleted file]
vendor/golang.org/x/net/ipv4/sockopt.go [deleted file]
vendor/golang.org/x/net/ipv4/sockopt_posix.go [deleted file]
vendor/golang.org/x/net/ipv4/sockopt_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_aix.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_asmreq.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_asmreqn.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_bpf.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_bpf_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_bsd.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_darwin.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_dragonfly.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_freebsd.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_linux.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_solaris.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_ssmreq.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_stub.go [deleted file]
vendor/golang.org/x/net/ipv4/sys_windows.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_aix_ppc64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_darwin.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_dragonfly.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_freebsd_arm64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_386.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_arm.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_mips.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_mips64le.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_riscv64.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_netbsd.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_openbsd.go [deleted file]
vendor/golang.org/x/net/ipv4/zsys_solaris.go [deleted file]
vendor/golang.org/x/net/ipv6/batch.go [deleted file]
vendor/golang.org/x/net/ipv6/control.go [deleted file]
vendor/golang.org/x/net/ipv6/control_rfc2292_unix.go [deleted file]
vendor/golang.org/x/net/ipv6/control_rfc3542_unix.go [deleted file]
vendor/golang.org/x/net/ipv6/control_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/control_unix.go [deleted file]
vendor/golang.org/x/net/ipv6/control_windows.go [deleted file]
vendor/golang.org/x/net/ipv6/dgramopt.go [deleted file]
vendor/golang.org/x/net/ipv6/doc.go [deleted file]
vendor/golang.org/x/net/ipv6/endpoint.go [deleted file]
vendor/golang.org/x/net/ipv6/genericopt.go [deleted file]
vendor/golang.org/x/net/ipv6/header.go [deleted file]
vendor/golang.org/x/net/ipv6/helper.go [deleted file]
vendor/golang.org/x/net/ipv6/iana.go [deleted file]
vendor/golang.org/x/net/ipv6/icmp.go [deleted file]
vendor/golang.org/x/net/ipv6/icmp_bsd.go [deleted file]
vendor/golang.org/x/net/ipv6/icmp_linux.go [deleted file]
vendor/golang.org/x/net/ipv6/icmp_solaris.go [deleted file]
vendor/golang.org/x/net/ipv6/icmp_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/icmp_windows.go [deleted file]
vendor/golang.org/x/net/ipv6/payload.go [deleted file]
vendor/golang.org/x/net/ipv6/payload_cmsg.go [deleted file]
vendor/golang.org/x/net/ipv6/payload_nocmsg.go [deleted file]
vendor/golang.org/x/net/ipv6/sockopt.go [deleted file]
vendor/golang.org/x/net/ipv6/sockopt_posix.go [deleted file]
vendor/golang.org/x/net/ipv6/sockopt_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_aix.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_asmreq.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_bpf.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_bpf_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_bsd.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_darwin.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_freebsd.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_linux.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_solaris.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_ssmreq.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_stub.go [deleted file]
vendor/golang.org/x/net/ipv6/sys_windows.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_aix_ppc64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_darwin.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_dragonfly.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_freebsd_arm64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_386.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_arm.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_mips.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_mips64le.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_riscv64.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_netbsd.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_openbsd.go [deleted file]
vendor/golang.org/x/net/ipv6/zsys_solaris.go [deleted file]
vendor/golang.org/x/net/publicsuffix/list.go [deleted file]
vendor/golang.org/x/net/publicsuffix/table.go [deleted file]
vendor/golang.org/x/net/trace/events.go [deleted file]
vendor/golang.org/x/net/trace/histogram.go [deleted file]
vendor/golang.org/x/net/trace/trace.go [deleted file]
vendor/golang.org/x/sys/AUTHORS [deleted file]
vendor/golang.org/x/sys/CONTRIBUTORS [deleted file]
vendor/golang.org/x/sys/LICENSE [deleted file]
vendor/golang.org/x/sys/PATENTS [deleted file]
vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go [deleted file]
vendor/golang.org/x/sys/unix/.gitignore [deleted file]
vendor/golang.org/x/sys/unix/README.md [deleted file]
vendor/golang.org/x/sys/unix/affinity_linux.go [deleted file]
vendor/golang.org/x/sys/unix/aliases.go [deleted file]
vendor/golang.org/x/sys/unix/asm_aix_ppc64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_darwin_386.s [deleted file]
vendor/golang.org/x/sys/unix/asm_darwin_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_darwin_arm.s [deleted file]
vendor/golang.org/x/sys/unix/asm_darwin_arm64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_freebsd_386.s [deleted file]
vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_freebsd_arm.s [deleted file]
vendor/golang.org/x/sys/unix/asm_freebsd_arm64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_386.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_arm.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_arm64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_mips64x.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_mipsx.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_riscv64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_linux_s390x.s [deleted file]
vendor/golang.org/x/sys/unix/asm_netbsd_386.s [deleted file]
vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_netbsd_arm.s [deleted file]
vendor/golang.org/x/sys/unix/asm_netbsd_arm64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_openbsd_386.s [deleted file]
vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_openbsd_arm.s [deleted file]
vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s [deleted file]
vendor/golang.org/x/sys/unix/asm_solaris_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/bluetooth_linux.go [deleted file]
vendor/golang.org/x/sys/unix/cap_freebsd.go [deleted file]
vendor/golang.org/x/sys/unix/constants.go [deleted file]
vendor/golang.org/x/sys/unix/dev_aix_ppc.go [deleted file]
vendor/golang.org/x/sys/unix/dev_aix_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/dev_darwin.go [deleted file]
vendor/golang.org/x/sys/unix/dev_dragonfly.go [deleted file]
vendor/golang.org/x/sys/unix/dev_freebsd.go [deleted file]
vendor/golang.org/x/sys/unix/dev_linux.go [deleted file]
vendor/golang.org/x/sys/unix/dev_netbsd.go [deleted file]
vendor/golang.org/x/sys/unix/dev_openbsd.go [deleted file]
vendor/golang.org/x/sys/unix/dirent.go [deleted file]
vendor/golang.org/x/sys/unix/endian_big.go [deleted file]
vendor/golang.org/x/sys/unix/endian_little.go [deleted file]
vendor/golang.org/x/sys/unix/env_unix.go [deleted file]
vendor/golang.org/x/sys/unix/errors_freebsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/errors_freebsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/fcntl.go [deleted file]
vendor/golang.org/x/sys/unix/fcntl_darwin.go [deleted file]
vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go [deleted file]
vendor/golang.org/x/sys/unix/fdset.go [deleted file]
vendor/golang.org/x/sys/unix/gccgo.go [deleted file]
vendor/golang.org/x/sys/unix/gccgo_c.c [deleted file]
vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ioctl.go [deleted file]
vendor/golang.org/x/sys/unix/mkall.sh [deleted file]
vendor/golang.org/x/sys/unix/mkerrors.sh [deleted file]
vendor/golang.org/x/sys/unix/pagesize_unix.go [deleted file]
vendor/golang.org/x/sys/unix/pledge_openbsd.go [deleted file]
vendor/golang.org/x/sys/unix/race.go [deleted file]
vendor/golang.org/x/sys/unix/race0.go [deleted file]
vendor/golang.org/x/sys/unix/readdirent_getdents.go [deleted file]
vendor/golang.org/x/sys/unix/readdirent_getdirentries.go [deleted file]
vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go [deleted file]
vendor/golang.org/x/sys/unix/sockcmsg_linux.go [deleted file]
vendor/golang.org/x/sys/unix/sockcmsg_unix.go [deleted file]
vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go [deleted file]
vendor/golang.org/x/sys/unix/str.go [deleted file]
vendor/golang.org/x/sys/unix/syscall.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_aix.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_aix_ppc.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_bsd.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_386.1_11.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_dragonfly.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_freebsd.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_freebsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_illumos.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_gc.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_netbsd.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_netbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_openbsd.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_openbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_solaris.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_unix.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_unix_gc.go [deleted file]
vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go [deleted file]
vendor/golang.org/x/sys/unix/timestruct.go [deleted file]
vendor/golang.org/x/sys/unix/unveil_openbsd.go [deleted file]
vendor/golang.org/x/sys/unix/xattr_bsd.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_386.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go [deleted file]
vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go [deleted file]
vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go [deleted file]
vendor/golang.org/x/sys/unix/zptrace_x86_linux.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go [deleted file]
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_11.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go [deleted file]
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_11.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_darwin_386.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_386.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go [deleted file]
vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go [deleted file]
vendor/golang.org/x/sys/windows/aliases.go [deleted file]
vendor/golang.org/x/sys/windows/dll_windows.go [deleted file]
vendor/golang.org/x/sys/windows/empty.s [deleted file]
vendor/golang.org/x/sys/windows/env_windows.go [deleted file]
vendor/golang.org/x/sys/windows/eventlog.go [deleted file]
vendor/golang.org/x/sys/windows/exec_windows.go [deleted file]
vendor/golang.org/x/sys/windows/memory_windows.go [deleted file]
vendor/golang.org/x/sys/windows/mkerrors.bash [deleted file]
vendor/golang.org/x/sys/windows/mkknownfolderids.bash [deleted file]
vendor/golang.org/x/sys/windows/mksyscall.go [deleted file]
vendor/golang.org/x/sys/windows/race.go [deleted file]
vendor/golang.org/x/sys/windows/race0.go [deleted file]
vendor/golang.org/x/sys/windows/security_windows.go [deleted file]
vendor/golang.org/x/sys/windows/service.go [deleted file]
vendor/golang.org/x/sys/windows/str.go [deleted file]
vendor/golang.org/x/sys/windows/syscall.go [deleted file]
vendor/golang.org/x/sys/windows/syscall_windows.go [deleted file]
vendor/golang.org/x/sys/windows/types_windows.go [deleted file]
vendor/golang.org/x/sys/windows/types_windows_386.go [deleted file]
vendor/golang.org/x/sys/windows/types_windows_amd64.go [deleted file]
vendor/golang.org/x/sys/windows/types_windows_arm.go [deleted file]
vendor/golang.org/x/sys/windows/zerrors_windows.go [deleted file]
vendor/golang.org/x/sys/windows/zknownfolderids_windows.go [deleted file]
vendor/golang.org/x/sys/windows/zsyscall_windows.go [deleted file]
vendor/golang.org/x/text/AUTHORS [deleted file]
vendor/golang.org/x/text/CONTRIBUTORS [deleted file]
vendor/golang.org/x/text/LICENSE [deleted file]
vendor/golang.org/x/text/PATENTS [deleted file]
vendor/golang.org/x/text/secure/bidirule/bidirule.go [deleted file]
vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go [deleted file]
vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go [deleted file]
vendor/golang.org/x/text/transform/transform.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/bidi.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/bracket.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/core.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/prop.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go [deleted file]
vendor/golang.org/x/text/unicode/bidi/trieval.go [deleted file]
vendor/golang.org/x/text/unicode/norm/composition.go [deleted file]
vendor/golang.org/x/text/unicode/norm/forminfo.go [deleted file]
vendor/golang.org/x/text/unicode/norm/input.go [deleted file]
vendor/golang.org/x/text/unicode/norm/iter.go [deleted file]
vendor/golang.org/x/text/unicode/norm/normalize.go [deleted file]
vendor/golang.org/x/text/unicode/norm/readwriter.go [deleted file]
vendor/golang.org/x/text/unicode/norm/tables10.0.0.go [deleted file]
vendor/golang.org/x/text/unicode/norm/tables11.0.0.go [deleted file]
vendor/golang.org/x/text/unicode/norm/tables9.0.0.go [deleted file]
vendor/golang.org/x/text/unicode/norm/transform.go [deleted file]
vendor/golang.org/x/text/unicode/norm/trie.go [deleted file]
vendor/google.golang.org/protobuf/AUTHORS [deleted file]
vendor/google.golang.org/protobuf/CONTRIBUTORS [deleted file]
vendor/google.golang.org/protobuf/LICENSE [deleted file]
vendor/google.golang.org/protobuf/PATENTS [deleted file]
vendor/google.golang.org/protobuf/encoding/prototext/decode.go [deleted file]
vendor/google.golang.org/protobuf/encoding/prototext/doc.go [deleted file]
vendor/google.golang.org/protobuf/encoding/prototext/encode.go [deleted file]
vendor/google.golang.org/protobuf/encoding/protowire/wire.go [deleted file]
vendor/google.golang.org/protobuf/internal/descfmt/stringer.go [deleted file]
vendor/google.golang.org/protobuf/internal/descopts/options.go [deleted file]
vendor/google.golang.org/protobuf/internal/detrand/rand.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/defval/default.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/messageset/messageset.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/tag/tag.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/text/decode.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/text/decode_number.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/text/decode_string.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/text/decode_token.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/text/doc.go [deleted file]
vendor/google.golang.org/protobuf/internal/encoding/text/encode.go [deleted file]
vendor/google.golang.org/protobuf/internal/errors/errors.go [deleted file]
vendor/google.golang.org/protobuf/internal/errors/is_go112.go [deleted file]
vendor/google.golang.org/protobuf/internal/errors/is_go113.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/any_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/api_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/descriptor_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/doc.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/duration_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/empty_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/field_mask_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/source_context_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/struct_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/timestamp_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/type_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldnum/wrappers_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/fieldsort/fieldsort.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/build.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/desc.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/desc_init.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/desc_lazy.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/desc_list.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/filedesc/placeholder.go [deleted file]
vendor/google.golang.org/protobuf/internal/filetype/build.go [deleted file]
vendor/google.golang.org/protobuf/internal/flags/flags.go [deleted file]
vendor/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go [deleted file]
vendor/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go [deleted file]
vendor/google.golang.org/protobuf/internal/genname/name.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/api_export.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/checkinit.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_extension.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_field.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_map.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_map_go111.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_map_go112.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_message.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_messageset.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_reflect.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_tables.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/codec_unsafe.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/convert.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/convert_list.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/convert_map.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/decode.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/encode.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/enum.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/extension.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/legacy_enum.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/legacy_export.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/legacy_extension.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/legacy_file.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/legacy_message.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/merge.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/merge_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/message.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/message_reflect.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/message_reflect_field.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/message_reflect_gen.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/pointer_reflect.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/pointer_unsafe.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/validate.go [deleted file]
vendor/google.golang.org/protobuf/internal/impl/weak.go [deleted file]
vendor/google.golang.org/protobuf/internal/mapsort/mapsort.go [deleted file]
vendor/google.golang.org/protobuf/internal/pragma/pragma.go [deleted file]
vendor/google.golang.org/protobuf/internal/set/ints.go [deleted file]
vendor/google.golang.org/protobuf/internal/strs/strings.go [deleted file]
vendor/google.golang.org/protobuf/internal/strs/strings_pure.go [deleted file]
vendor/google.golang.org/protobuf/internal/strs/strings_unsafe.go [deleted file]
vendor/google.golang.org/protobuf/internal/version/version.go [deleted file]
vendor/google.golang.org/protobuf/proto/checkinit.go [deleted file]
vendor/google.golang.org/protobuf/proto/decode.go [deleted file]
vendor/google.golang.org/protobuf/proto/decode_gen.go [deleted file]
vendor/google.golang.org/protobuf/proto/doc.go [deleted file]
vendor/google.golang.org/protobuf/proto/encode.go [deleted file]
vendor/google.golang.org/protobuf/proto/encode_gen.go [deleted file]
vendor/google.golang.org/protobuf/proto/equal.go [deleted file]
vendor/google.golang.org/protobuf/proto/extension.go [deleted file]
vendor/google.golang.org/protobuf/proto/merge.go [deleted file]
vendor/google.golang.org/protobuf/proto/messageset.go [deleted file]
vendor/google.golang.org/protobuf/proto/proto.go [deleted file]
vendor/google.golang.org/protobuf/proto/proto_methods.go [deleted file]
vendor/google.golang.org/protobuf/proto/proto_reflect.go [deleted file]
vendor/google.golang.org/protobuf/proto/reset.go [deleted file]
vendor/google.golang.org/protobuf/proto/size.go [deleted file]
vendor/google.golang.org/protobuf/proto/size_gen.go [deleted file]
vendor/google.golang.org/protobuf/proto/wrappers.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/methods.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/proto.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/source.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/type.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/value.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/value_pure.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/value_union.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go [deleted file]
vendor/google.golang.org/protobuf/reflect/protoregistry/registry.go [deleted file]
vendor/google.golang.org/protobuf/runtime/protoiface/legacy.go [deleted file]
vendor/google.golang.org/protobuf/runtime/protoiface/methods.go [deleted file]
vendor/google.golang.org/protobuf/runtime/protoimpl/impl.go [deleted file]
vendor/google.golang.org/protobuf/runtime/protoimpl/version.go [deleted file]
vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go [deleted file]
vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go [deleted file]
vendor/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/.travis.yml [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/COPYING [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/README.md [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/actions.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/app.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/args.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/cmd.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/completions.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/doc.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/envar.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/flags.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/global.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/guesswidth_unix.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/model.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/parser.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/parsers.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/templates.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/usage.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/values.go [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/values.json [deleted file]
vendor/gopkg.in/alecthomas/kingpin.v2/values_generated.go [deleted file]
vendor/gopkg.in/yaml.v2/.travis.yml [deleted file]
vendor/gopkg.in/yaml.v2/LICENSE [deleted file]
vendor/gopkg.in/yaml.v2/LICENSE.libyaml [deleted file]
vendor/gopkg.in/yaml.v2/NOTICE [deleted file]
vendor/gopkg.in/yaml.v2/README.md [deleted file]
vendor/gopkg.in/yaml.v2/apic.go [deleted file]
vendor/gopkg.in/yaml.v2/decode.go [deleted file]
vendor/gopkg.in/yaml.v2/emitterc.go [deleted file]
vendor/gopkg.in/yaml.v2/encode.go [deleted file]
vendor/gopkg.in/yaml.v2/go.mod [deleted file]
vendor/gopkg.in/yaml.v2/parserc.go [deleted file]
vendor/gopkg.in/yaml.v2/readerc.go [deleted file]
vendor/gopkg.in/yaml.v2/resolve.go [deleted file]
vendor/gopkg.in/yaml.v2/scannerc.go [deleted file]
vendor/gopkg.in/yaml.v2/sorter.go [deleted file]
vendor/gopkg.in/yaml.v2/writerc.go [deleted file]
vendor/gopkg.in/yaml.v2/yaml.go [deleted file]
vendor/gopkg.in/yaml.v2/yamlh.go [deleted file]
vendor/gopkg.in/yaml.v2/yamlprivateh.go [deleted file]
vendor/gopkg.in/yaml.v3/.travis.yml [deleted file]
vendor/gopkg.in/yaml.v3/LICENSE [deleted file]
vendor/gopkg.in/yaml.v3/NOTICE [deleted file]
vendor/gopkg.in/yaml.v3/README.md [deleted file]
vendor/gopkg.in/yaml.v3/apic.go [deleted file]
vendor/gopkg.in/yaml.v3/decode.go [deleted file]
vendor/gopkg.in/yaml.v3/emitterc.go [deleted file]
vendor/gopkg.in/yaml.v3/encode.go [deleted file]
vendor/gopkg.in/yaml.v3/go.mod [deleted file]
vendor/gopkg.in/yaml.v3/parserc.go [deleted file]
vendor/gopkg.in/yaml.v3/readerc.go [deleted file]
vendor/gopkg.in/yaml.v3/resolve.go [deleted file]
vendor/gopkg.in/yaml.v3/scannerc.go [deleted file]
vendor/gopkg.in/yaml.v3/sorter.go [deleted file]
vendor/gopkg.in/yaml.v3/writerc.go [deleted file]
vendor/gopkg.in/yaml.v3/yaml.go [deleted file]
vendor/gopkg.in/yaml.v3/yamlh.go [deleted file]
vendor/gopkg.in/yaml.v3/yamlprivateh.go [deleted file]
vendor/modules.txt [deleted file]