hustcc/webhookit is a simple git webhook cli tool for automation tasks.
Trigger count 7. Last trigger at 24-09-02 23:04:44.161923 on service-api.
24-09-02 23:06:09.143465: Completed execute: (True, From github.com:JX3BOX/service-api * [new tag] v3.2.5 -> v3.2.5 Updating 409dcfb..c83c5eb Fast-forward .vscode/settings.json | 3 +- README.md | 7 +- ansible/docs.playbook.yml | 2 +- apps/common/constants/permission.go | 1 + apps/common/dbutils/date_params.go | 12 + apps/modules/community/api/topic_req.go | 2 + .../controller/discussionctrl/manager_topic.go | 21 +- .../internal/model/discussionmodel/curd.go | 46 +- apps/modules/community/tests/topic_test.go | 6 +- apps/modules/security/init.go | 24 + .../security/internal/api/reject_ip_form.go | 16 + .../security/internal/api/reject_path_form.go | 16 + .../internal/controller/rejectipctrl/curd.go | 158 + .../internal/controller/rejectpathctrl/curd.go | 159 + .../security/internal/model/rejectipmodel/curd.go | 75 + .../internal/model/rejectloghistorymodel/curd.go | 64 + .../internal/model/rejectpathmodel/curd.go | 75 + .../internal/model/visitehistorymodel/curd.go | 72 + .../internal/model/visitehistorymodel/curd_hour.go | 72 + .../internal/services/reject_ip_service.go | 158 + .../internal/services/reject_path_service.go | 152 + apps/modules/security/router/inject.go | 23 + apps/modules/security/schemas/reject_ip.go | 21 + .../modules/security/schemas/reject_log_history.go | 16 + apps/modules/security/schemas/reject_path.go | 18 + apps/modules/security/schemas/visite_history.go | 29 + apps/modules/voteprogram/init.go | 21 + .../voteprogram/internal/api/vote_program_form.go | 37 + .../internal/model/voteprogramitemmodel/curd.go | 98 + .../internal/model/voteprogrammodel/curd.go | 60 + apps/modules/voteprogram/schemas/vote_history.go | 30 + apps/modules/voteprogram/schemas/vote_program.go | 28 + .../voteprogram/schemas/vote_program_item.go | 34 + .../modules/voteprogram/schemas/vote_user_votes.go | 13 + go.mod | 56 +- go.sum | 393 +- server/mainapi.go | 4 + vendor/github.com/BurntSushi/toml/decode.go | 4 +- vendor/github.com/BurntSushi/toml/deprecated.go | 8 + vendor/github.com/BurntSushi/toml/encode.go | 53 +- vendor/github.com/BurntSushi/toml/error.go | 4 +- vendor/github.com/BurntSushi/toml/lex.go | 82 +- vendor/github.com/BurntSushi/toml/meta.go | 2 +- vendor/github.com/BurntSushi/toml/parse.go | 136 +- .../JX3BOX/caddy_plugins/constants/keys.go | 51 + .../schema/point_experience_action_type_setting.go | 2 +- vendor/github.com/cespare/xxhash/v2/README.md | 31 +- vendor/github.com/cespare/xxhash/v2/testall.sh | 10 + vendor/github.com/cespare/xxhash/v2/xxhash.go | 47 +- vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s | 336 +- vendor/github.com/cespare/xxhash/v2/xxhash_arm64.s | 183 + .../xxhash/v2/{xxhash_amd64.go => xxhash_asm.go} | 2 + .../github.com/cespare/xxhash/v2/xxhash_other.go | 22 +- vendor/github.com/cespare/xxhash/v2/xxhash_safe.go | 1 + .../github.com/cespare/xxhash/v2/xxhash_unsafe.go | 3 +- vendor/github.com/go-sql-driver/mysql/AUTHORS | 9 + vendor/github.com/go-sql-driver/mysql/CHANGELOG.md | 34 + vendor/github.com/go-sql-driver/mysql/README.md | 21 +- .../github.com/go-sql-driver/mysql/atomic_bool.go | 19 + .../go-sql-driver/mysql/atomic_bool_go118.go | 47 + vendor/github.com/go-sql-driver/mysql/auth.go | 56 +- .../github.com/go-sql-driver/mysql/collations.go | 3 +- vendor/github.com/go-sql-driver/mysql/conncheck.go | 1 + .../go-sql-driver/mysql/conncheck_dummy.go | 1 + .../github.com/go-sql-driver/mysql/connection.go | 26 +- vendor/github.com/go-sql-driver/mysql/const.go | 2 +- vendor/github.com/go-sql-driver/mysql/driver.go | 6 +- vendor/github.com/go-sql-driver/mysql/dsn.go | 73 +- vendor/github.com/go-sql-driver/mysql/errors.go | 18 +- vendor/github.com/go-sql-driver/mysql/fields.go | 14 +- vendor/github.com/go-sql-driver/mysql/fuzz.go | 1 + vendor/github.com/go-sql-driver/mysql/infile.go | 32 +- vendor/github.com/go-sql-driver/mysql/nulltime.go | 21 + .../go-sql-driver/mysql/nulltime_go113.go | 40 - .../go-sql-driver/mysql/nulltime_legacy.go | 39 - vendor/github.com/go-sql-driver/mysql/packets.go | 90 +- vendor/github.com/go-sql-driver/mysql/statement.go | 8 +- .../github.com/go-sql-driver/mysql/transaction.go | 4 +- vendor/github.com/go-sql-driver/mysql/utils.go | 122 +- vendor/github.com/golang/protobuf/ptypes/any.go | 179 - .../golang/protobuf/ptypes/any/any.pb.go | 62 - vendor/github.com/golang/protobuf/ptypes/doc.go | 10 - .../github.com/golang/protobuf/ptypes/duration.go | 76 - .../golang/protobuf/ptypes/duration/duration.pb.go | 63 - .../github.com/golang/protobuf/ptypes/timestamp.go | 112 - .../protobuf/ptypes/timestamp/timestamp.pb.go | 64 - vendor/github.com/google/uuid/.travis.yml | 9 - vendor/github.com/google/uuid/CHANGELOG.md | 41 + vendor/github.com/google/uuid/CONTRIBUTING.md | 16 + vendor/github.com/google/uuid/README.md | 10 +- vendor/github.com/google/uuid/hash.go | 6 + vendor/github.com/google/uuid/node_js.go | 2 +- vendor/github.com/google/uuid/time.go | 21 +- vendor/github.com/google/uuid/uuid.go | 89 +- vendor/github.com/google/uuid/version6.go | 56 + vendor/github.com/google/uuid/version7.go | 104 + .../github.com/klauspost/compress/.goreleaser.yml | 22 +- vendor/github.com/klauspost/compress/README.md | 114 +- vendor/github.com/klauspost/compress/SECURITY.md | 25 + .../github.com/klauspost/compress/flate/deflate.go | 159 +- .../klauspost/compress/flate/fast_encoder.go | 23 - .../klauspost/compress/flate/huffman_bit_writer.go | 5 - .../klauspost/compress/flate/huffman_sortByFreq.go | 19 - .../github.com/klauspost/compress/flate/inflate.go | 66 +- .../klauspost/compress/flate/inflate_gen.go | 34 +- .../github.com/klauspost/compress/flate/level5.go | 398 + .../klauspost/compress/flate/matchlen_amd64.go | 16 + .../klauspost/compress/flate/matchlen_amd64.s | 68 + .../klauspost/compress/flate/matchlen_generic.go | 33 + .../klauspost/compress/flate/stateless.go | 19 +- .../github.com/klauspost/compress/fse/bitwriter.go | 3 +- .../github.com/klauspost/compress/fse/compress.go | 36 +- .../klauspost/compress/fse/decompress.go | 4 +- .../github.com/klauspost/compress/gzip/gunzip.go | 35 +- vendor/github.com/klauspost/compress/gzip/gzip.go | 21 + .../klauspost/compress/huff0/bitreader.go | 8 +- .../klauspost/compress/huff0/bitwriter.go | 27 +- .../klauspost/compress/huff0/bytereader.go | 44 - .../klauspost/compress/huff0/compress.go | 118 +- .../klauspost/compress/huff0/decompress.go | 4 +- .../klauspost/compress/huff0/decompress_amd64.s | 584 +- .../github.com/klauspost/compress/huff0/huff0.go | 4 +- .../klauspost/compress/internal/race/norace.go | 13 + .../klauspost/compress/internal/race/race.go | 26 + .../compress/internal/snapref/encode_other.go | 36 +- vendor/github.com/klauspost/compress/s2/README.md | 186 +- vendor/github.com/klauspost/compress/s2/decode.go | 1221 +- .../klauspost/compress/s2/decode_other.go | 13 + vendor/github.com/klauspost/compress/s2/dict.go | 350 + vendor/github.com/klauspost/compress/s2/encode.go | 1042 +- .../github.com/klauspost/compress/s2/encode_all.go | 613 +- .../klauspost/compress/s2/encode_amd64.go | 16 + .../klauspost/compress/s2/encode_best.go | 193 +- .../klauspost/compress/s2/encode_better.go | 646 +- .../github.com/klauspost/compress/s2/encode_go.go | 415 + .../klauspost/compress/s2/encodeblock_amd64.go | 34 + .../klauspost/compress/s2/encodeblock_amd64.s | 20597 +++++++++++-------- vendor/github.com/klauspost/compress/s2/index.go | 20 +- .../github.com/klauspost/compress/s2/lz4convert.go | 585 + .../klauspost/compress/s2/lz4sconvert.go | 467 + vendor/github.com/klauspost/compress/s2/reader.go | 1075 + vendor/github.com/klauspost/compress/s2/s2.go | 4 + vendor/github.com/klauspost/compress/s2/writer.go | 1033 + vendor/github.com/klauspost/compress/s2sx.mod | 2 +- .../github.com/klauspost/compress/zstd/README.md | 4 +- .../klauspost/compress/zstd/bitreader.go | 34 +- .../klauspost/compress/zstd/bitwriter.go | 3 +- .../github.com/klauspost/compress/zstd/blockdec.go | 18 +- .../github.com/klauspost/compress/zstd/blockenc.go | 58 +- .../github.com/klauspost/compress/zstd/bytebuf.go | 4 +- .../klauspost/compress/zstd/decodeheader.go | 60 +- .../github.com/klauspost/compress/zstd/decoder.go | 63 +- .../klauspost/compress/zstd/decoder_options.go | 26 +- vendor/github.com/klauspost/compress/zstd/dict.go | 425 +- .../github.com/klauspost/compress/zstd/enc_base.go | 3 +- .../github.com/klauspost/compress/zstd/enc_best.go | 326 +- .../klauspost/compress/zstd/enc_better.go | 30 +- .../klauspost/compress/zstd/enc_dfast.go | 2 +- .../github.com/klauspost/compress/zstd/enc_fast.go | 17 +- .../github.com/klauspost/compress/zstd/encoder.go | 91 +- .../klauspost/compress/zstd/encoder_options.go | 33 +- .../github.com/klauspost/compress/zstd/framedec.go | 57 +- .../github.com/klauspost/compress/zstd/frameenc.go | 6 +- .../klauspost/compress/zstd/fse_decoder_generic.go | 11 +- .../klauspost/compress/zstd/matchlen_amd64.go | 16 + .../klauspost/compress/zstd/matchlen_amd64.s | 68 + .../klauspost/compress/zstd/matchlen_generic.go | 33 + .../github.com/klauspost/compress/zstd/seqdec.go | 28 +- .../klauspost/compress/zstd/seqdec_amd64.go | 17 +- .../klauspost/compress/zstd/seqdec_amd64.s | 400 +- .../klauspost/compress/zstd/seqdec_generic.go | 2 +- .../github.com/klauspost/compress/zstd/snappy.go | 5 +- vendor/github.com/klauspost/compress/zstd/zstd.go | 27 +- .../matttproud/golang_protobuf_extensions/LICENSE | 201 - .../matttproud/golang_protobuf_extensions/NOTICE | 1 - .../golang_protobuf_extensions/pbutil/.gitignore | 1 - .../golang_protobuf_extensions/pbutil/Makefile | 7 - .../golang_protobuf_extensions/pbutil/decode.go | 75 - .../golang_protobuf_extensions/pbutil/encode.go | 46 - .../prometheus/client_golang/prometheus/README.md | 2 +- .../prometheus/build_info_collector.go | 38 + .../client_golang/prometheus/collector.go | 14 +- .../prometheus/client_golang/prometheus/counter.go | 65 +- .../prometheus/client_golang/prometheus/desc.go | 57 +- .../prometheus/client_golang/prometheus/doc.go | 107 +- .../client_golang/prometheus/expvar_collector.go | 2 +- .../prometheus/client_golang/prometheus/gauge.go | 36 +- .../prometheus/client_golang/prometheus/get_pid.go | 26 + .../client_golang/prometheus/get_pid_gopherjs.go | 23 + .../client_golang/prometheus/go_collector.go | 496 +- .../client_golang/prometheus/go_collector_go116.go | 122 + .../prometheus/go_collector_latest.go | 567 + .../client_golang/prometheus/histogram.go | 1123 +- .../prometheus/internal/almost_equal.go | 60 + .../client_golang/prometheus/internal/difflib.go | 654 + .../prometheus/internal/go_collector_options.go | 32 + .../prometheus/internal/go_runtime_metrics.go | 142 + .../client_golang/prometheus/internal/metric.go | 28 +- .../prometheus/client_golang/prometheus/labels.go | 109 +- .../prometheus/client_golang/prometheus/metric.go | 121 +- .../client_golang/prometheus/num_threads.go | 25 + .../prometheus/num_threads_gopherjs.go | 22 + .../client_golang/prometheus/observer.go | 2 +- .../client_golang/prometheus/process_collector.go | 10 +- .../prometheus/process_collector_js.go | 26 + .../prometheus/process_collector_other.go | 3 +- .../prometheus/process_collector_wasip1.go | 26 + .../client_golang/prometheus/registry.go | 171 +- .../prometheus/client_golang/prometheus/summary.go | 81 +- .../prometheus/client_golang/prometheus/timer.go | 39 +- .../prometheus/client_golang/prometheus/value.go | 108 +- .../prometheus/client_golang/prometheus/vec.go | 181 +- .../prometheus/client_golang/prometheus/vnext.go | 23 + .../prometheus/client_golang/prometheus/wrap.go | 8 +- .../prometheus/client_model/go/metrics.pb.go | 1579 +- .../github.com/prometheus/common/expfmt/decode.go | 66 +- .../github.com/prometheus/common/expfmt/encode.go | 79 +- .../github.com/prometheus/common/expfmt/expfmt.go | 156 +- vendor/github.com/prometheus/common/expfmt/fuzz.go | 5 +- .../prometheus/common/expfmt/openmetrics_create.go | 111 +- .../prometheus/common/expfmt/text_create.go | 121 +- .../prometheus/common/expfmt/text_parse.go | 16 +- .../internal/bitbucket.org/ww/goautoneg/autoneg.go | 22 +- vendor/github.com/prometheus/common/model/alert.go | 4 +- .../github.com/prometheus/common/model/labels.go | 22 +- .../github.com/prometheus/common/model/metadata.go | 28 + .../github.com/prometheus/common/model/metric.go | 368 +- .../prometheus/common/model/signature.go | 6 +- .../github.com/prometheus/common/model/silence.go | 2 +- vendor/github.com/prometheus/common/model/time.go | 91 +- vendor/github.com/prometheus/common/model/value.go | 262 +- .../prometheus/common/model/value_float.go | 98 + .../prometheus/common/model/value_histogram.go | 178 + .../prometheus/common/model/value_type.go | 83 + vendor/github.com/prometheus/procfs/.gitignore | 3 +- vendor/github.com/prometheus/procfs/.golangci.yml | 13 +- .../prometheus/procfs/CODE_OF_CONDUCT.md | 4 +- .../github.com/prometheus/procfs/CONTRIBUTING.md | 4 +- vendor/github.com/prometheus/procfs/Makefile | 10 +- .../github.com/prometheus/procfs/Makefile.common | 117 +- vendor/github.com/prometheus/procfs/README.md | 8 +- vendor/github.com/prometheus/procfs/SECURITY.md | 2 +- vendor/github.com/prometheus/procfs/arp.go | 51 +- vendor/github.com/prometheus/procfs/buddyinfo.go | 6 +- vendor/github.com/prometheus/procfs/cmdline.go | 30 + vendor/github.com/prometheus/procfs/cpuinfo.go | 58 +- .../github.com/prometheus/procfs/cpuinfo_armx.go | 1 + .../procfs/cpuinfo_loong64.go} | 13 +- .../github.com/prometheus/procfs/cpuinfo_mipsx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_others.go | 4 +- .../github.com/prometheus/procfs/cpuinfo_ppcx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_riscvx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_s390x.go | 1 + vendor/github.com/prometheus/procfs/cpuinfo_x86.go | 1 + vendor/github.com/prometheus/procfs/crypto.go | 7 +- vendor/github.com/prometheus/procfs/doc.go | 51 +- vendor/github.com/prometheus/procfs/fixtures.ttar | 6553 ------ vendor/github.com/prometheus/procfs/fs.go | 11 +- .../prometheus/procfs/fs_statfs_notype.go | 23 + .../github.com/prometheus/procfs/fs_statfs_type.go | 33 + vendor/github.com/prometheus/procfs/fscache.go | 6 +- .../github.com/prometheus/procfs/internal/fs/fs.go | 2 +- .../prometheus/procfs/internal/util/parse.go | 21 +- .../prometheus/procfs/internal/util/readfile.go | 11 +- .../prometheus/procfs/internal/util/sysreadfile.go | 8 +- .../procfs/internal/util/sysreadfile_compat.go | 3 +- vendor/github.com/prometheus/procfs/ipvs.go | 10 +- .../github.com/prometheus/procfs/kernel_random.go | 1 + vendor/github.com/prometheus/procfs/loadavg.go | 6 +- vendor/github.com/prometheus/procfs/mdstat.go | 125 +- vendor/github.com/prometheus/procfs/meminfo.go | 4 +- vendor/github.com/prometheus/procfs/mountinfo.go | 10 +- vendor/github.com/prometheus/procfs/mountstats.go | 120 +- .../prometheus/procfs/net_conntrackstat.go | 101 +- vendor/github.com/prometheus/procfs/net_dev.go | 8 +- .../github.com/prometheus/procfs/net_ip_socket.go | 40 +- .../github.com/prometheus/procfs/net_protocols.go | 8 +- vendor/github.com/prometheus/procfs/net_route.go | 143 + .../github.com/prometheus/procfs/net_sockstat.go | 9 +- vendor/github.com/prometheus/procfs/net_softnet.go | 87 +- vendor/github.com/prometheus/procfs/net_unix.go | 16 +- .../github.com/prometheus/procfs/net_wireless.go | 182 + .../prometheus/procfs/{xfrm.go => net_xfrm.go} | 11 +- vendor/github.com/prometheus/procfs/netstat.go | 82 + vendor/github.com/prometheus/procfs/proc.go | 47 +- vendor/github.com/prometheus/procfs/proc_cgroup.go | 14 +- .../github.com/prometheus/procfs/proc_cgroups.go | 98 + .../github.com/prometheus/procfs/proc_environ.go | 2 +- vendor/github.com/prometheus/procfs/proc_fdinfo.go | 13 +- .../prometheus/procfs/proc_interrupts.go | 98 + vendor/github.com/prometheus/procfs/proc_limits.go | 6 +- vendor/github.com/prometheus/procfs/proc_maps.go | 36 +- .../github.com/prometheus/procfs/proc_netstat.go | 443 + vendor/github.com/prometheus/procfs/proc_ns.go | 6 +- vendor/github.com/prometheus/procfs/proc_psi.go | 20 +- vendor/github.com/prometheus/procfs/proc_smaps.go | 27 +- vendor/github.com/prometheus/procfs/proc_snmp.go | 353 + vendor/github.com/prometheus/procfs/proc_snmp6.go | 381 + vendor/github.com/prometheus/procfs/proc_stat.go | 55 +- vendor/github.com/prometheus/procfs/proc_status.go | 91 +- vendor/github.com/prometheus/procfs/proc_sys.go | 51 + vendor/github.com/prometheus/procfs/schedstat.go | 6 +- vendor/github.com/prometheus/procfs/slab.go | 4 +- vendor/github.com/prometheus/procfs/softirqs.go | 160 + vendor/github.com/prometheus/procfs/stat.go | 60 +- vendor/github.com/prometheus/procfs/swaps.go | 8 +- vendor/github.com/prometheus/procfs/thread.go | 80 + vendor/github.com/prometheus/procfs/vm.go | 12 +- vendor/github.com/prometheus/procfs/zoneinfo.go | 10 +- vendor/github.com/sirupsen/logrus/README.md | 8 +- vendor/github.com/sirupsen/logrus/writer.go | 34 +- vendor/go.uber.org/multierr/.travis.yml | 23 - vendor/go.uber.org/multierr/CHANGELOG.md | 35 + vendor/go.uber.org/multierr/LICENSE.txt | 2 +- vendor/go.uber.org/multierr/Makefile | 6 +- vendor/go.uber.org/multierr/README.md | 30 +- vendor/go.uber.org/multierr/error.go | 415 +- vendor/go.uber.org/multierr/error_post_go120.go | 48 + .../multierr/{go113.go => error_pre_go120.go} | 31 +- vendor/go.uber.org/multierr/glide.yaml | 8 - vendor/go.uber.org/zap/.golangci.yml | 77 + vendor/go.uber.org/zap/.readme.tmpl | 10 +- vendor/go.uber.org/zap/CHANGELOG.md | 305 +- vendor/go.uber.org/zap/{LICENSE.txt => LICENSE} | 0 vendor/go.uber.org/zap/Makefile | 87 +- vendor/go.uber.org/zap/README.md | 78 +- vendor/go.uber.org/zap/array.go | 127 + vendor/go.uber.org/zap/array_go118.go | 156 - vendor/go.uber.org/zap/buffer/buffer.go | 5 + vendor/go.uber.org/zap/buffer/pool.go | 20 +- vendor/go.uber.org/zap/config.go | 84 +- vendor/go.uber.org/zap/error.go | 14 +- vendor/go.uber.org/zap/field.go | 196 +- vendor/go.uber.org/zap/http_handler.go | 19 +- vendor/go.uber.org/zap/internal/level_enabler.go | 2 + vendor/go.uber.org/zap/internal/pool/pool.go | 58 + .../stacktrace/stack.go} | 83 +- vendor/go.uber.org/zap/level.go | 9 +- vendor/go.uber.org/zap/logger.go | 94 +- vendor/go.uber.org/zap/options.go | 18 +- vendor/go.uber.org/zap/sink.go | 101 +- vendor/go.uber.org/zap/sugar.go | 139 +- vendor/go.uber.org/zap/writer.go | 14 +- vendor/go.uber.org/zap/zapcore/console_encoder.go | 16 +- vendor/go.uber.org/zap/zapcore/core.go | 6 +- vendor/go.uber.org/zap/zapcore/encoder.go | 15 + vendor/go.uber.org/zap/zapcore/entry.go | 25 +- vendor/go.uber.org/zap/zapcore/error.go | 14 +- vendor/go.uber.org/zap/zapcore/field.go | 2 +- vendor/go.uber.org/zap/zapcore/json_encoder.go | 157 +- vendor/go.uber.org/zap/zapcore/lazy_with.go | 54 + vendor/go.uber.org/zap/zapcore/sampler.go | 9 +- vendor/golang.org/x/mod/semver/semver.go | 6 +- vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go | 71 - vendor/golang.org/x/net/html/doc.go | 2 +- vendor/golang.org/x/oauth2/AUTHORS | 3 - vendor/golang.org/x/oauth2/CONTRIBUTORS | 3 - vendor/golang.org/x/oauth2/README.md | 12 +- vendor/golang.org/x/oauth2/deviceauth.go | 198 + .../x/oauth2/internal/client_appengine.go | 1 - vendor/golang.org/x/oauth2/internal/oauth2.go | 2 +- vendor/golang.org/x/oauth2/internal/token.go | 134 +- vendor/golang.org/x/oauth2/oauth2.go | 64 +- vendor/golang.org/x/oauth2/pkce.go | 68 + vendor/golang.org/x/oauth2/token.go | 35 +- vendor/golang.org/x/sys/unix/asm_zos_s390x.s | 665 +- vendor/golang.org/x/sys/unix/bpxsvc_zos.go | 657 + vendor/golang.org/x/sys/unix/bpxsvc_zos.s | 192 + vendor/golang.org/x/sys/unix/epoll_zos.go | 220 - vendor/golang.org/x/sys/unix/fstatfs_zos.go | 163 - vendor/golang.org/x/sys/unix/pagesize_unix.go | 2 +- .../x/sys/unix/readdirent_getdirentries.go | 2 +- vendor/golang.org/x/sys/unix/sockcmsg_zos.go | 58 + vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s | 75 + vendor/golang.org/x/sys/unix/syscall_zos_s390x.go | 1507 +- vendor/golang.org/x/sys/unix/sysvshm_unix.go | 2 +- vendor/golang.org/x/sys/unix/sysvshm_unix_other.go | 2 +- vendor/golang.org/x/sys/unix/zerrors_linux.go | 9 + vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go | 233 +- vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s | 364 + vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go | 3113 ++- vendor/golang.org/x/sys/unix/zsysnum_linux_386.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 5 + .../x/sys/unix/zsysnum_linux_mips64le.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go | 5507 ++--- vendor/golang.org/x/sys/unix/ztypes_linux.go | 26 +- vendor/golang.org/x/sys/unix/ztypes_linux_386.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_arm.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_loong64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_mips.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go | 146 +- vendor/golang.org/x/sys/windows/aliases.go | 2 +- vendor/golang.org/x/sys/windows/empty.s | 8 - vendor/golang.org/x/time/rate/rate.go | 2 + .../protobuf/encoding/protodelim/protodelim.go | 160 + .../protobuf/encoding/protojson/decode.go | 38 +- .../protobuf/encoding/protojson/doc.go | 2 +- .../protobuf/encoding/protojson/encode.go | 73 +- .../encoding/protojson/well_known_types.go | 59 +- .../protobuf/encoding/prototext/decode.go | 8 +- .../protobuf/encoding/prototext/encode.go | 38 +- .../protobuf/encoding/protowire/wire.go | 28 +- .../protobuf/internal/descfmt/stringer.go | 184 +- .../protobuf/internal/editiondefaults/defaults.go | 12 + .../editiondefaults/editions_defaults.binpb | Bin 0 -> 93 bytes .../protobuf/internal/editionssupport/editions.go | 13 + .../protobuf/internal/encoding/json/decode.go | 2 +- .../protobuf/internal/encoding/json/encode.go | 10 +- .../protobuf/internal/encoding/tag/tag.go | 4 +- .../protobuf/internal/encoding/text/encode.go | 10 +- .../protobuf/internal/errors/errors.go | 15 + .../protobuf/internal/filedesc/desc.go | 162 +- .../protobuf/internal/filedesc/desc_init.go | 87 + .../protobuf/internal/filedesc/desc_lazy.go | 40 +- .../protobuf/internal/filedesc/desc_list_gen.go | 11 + .../protobuf/internal/filedesc/editions.go | 156 + .../protobuf/internal/filedesc/placeholder.go | 1 + .../protobuf/internal/genid/descriptor_gen.go | 410 +- .../protobuf/internal/genid/go_features_gen.go | 31 + .../protobuf/internal/genid/struct_gen.go | 5 + .../protobuf/internal/genid/type_gen.go | 44 + .../protobuf/internal/impl/codec_extension.go | 22 +- .../protobuf/internal/impl/codec_field.go | 64 +- .../protobuf/internal/impl/codec_gen.go | 113 +- .../protobuf/internal/impl/codec_map.go | 15 +- .../protobuf/internal/impl/codec_tables.go | 2 +- .../protobuf/internal/impl/legacy_enum.go | 1 + .../protobuf/internal/impl/legacy_extension.go | 2 +- .../protobuf/internal/impl/legacy_file.go | 4 +- .../protobuf/internal/impl/legacy_message.go | 29 +- .../protobuf/internal/impl/message.go | 17 +- .../protobuf/internal/impl/message_reflect.go | 31 +- .../internal/impl/message_reflect_field.go | 2 +- .../protobuf/internal/impl/message_reflect_gen.go | 142 +- .../protobuf/internal/impl/pointer_reflect.go | 36 + .../protobuf/internal/impl/pointer_unsafe.go | 40 + .../protobuf/internal/order/order.go | 2 +- .../protobuf/internal/strs/strings.go | 2 +- .../{strings_unsafe.go => strings_unsafe_go120.go} | 4 +- .../protobuf/internal/strs/strings_unsafe_go121.go | 74 + .../protobuf/internal/version/version.go | 4 +- vendor/google.golang.org/protobuf/proto/decode.go | 4 +- vendor/google.golang.org/protobuf/proto/doc.go | 58 +- vendor/google.golang.org/protobuf/proto/encode.go | 46 +- .../google.golang.org/protobuf/proto/extension.go | 13 +- vendor/google.golang.org/protobuf/proto/merge.go | 2 +- .../google.golang.org/protobuf/proto/messageset.go | 7 +- vendor/google.golang.org/protobuf/proto/proto.go | 18 +- vendor/google.golang.org/protobuf/proto/size.go | 12 +- .../protobuf/reflect/protodesc/desc.go | 34 +- .../protobuf/reflect/protodesc/desc_init.go | 43 +- .../protobuf/reflect/protodesc/desc_resolve.go | 4 +- .../protobuf/reflect/protodesc/desc_validate.go | 63 +- .../protobuf/reflect/protodesc/editions.go | 145 + .../protobuf/reflect/protodesc/proto.go | 40 +- .../protobuf/reflect/protoreflect/proto.go | 87 +- .../protobuf/reflect/protoreflect/source_gen.go | 106 +- .../protobuf/reflect/protoreflect/type.go | 50 +- .../protobuf/reflect/protoreflect/value.go | 24 +- .../protobuf/reflect/protoreflect/value_equal.go | 8 +- .../protobuf/reflect/protoreflect/value_union.go | 44 +- .../{value_unsafe.go => value_unsafe_go120.go} | 4 +- .../reflect/protoreflect/value_unsafe_go121.go | 87 + .../protobuf/reflect/protoregistry/registry.go | 24 +- .../protobuf/types/descriptorpb/descriptor.pb.go | 3206 ++- .../protobuf/types/gofeaturespb/go_features.pb.go | 181 + .../protobuf/types/known/anypb/any.pb.go | 495 - .../protobuf/types/known/durationpb/duration.pb.go | 374 - .../types/known/timestamppb/timestamp.pb.go | 2 +- vendor/gopkg.in/JX3BOX/golib.v1/exttypes/date.go | 76 + vendor/gopkg.in/JX3BOX/golib.v1/exttypes/time.go | 14 + vendor/modules.txt | 96 +- 495 files changed, 49395 insertions(+), 29806 deletions(-) create mode 100644 apps/common/dbutils/date_params.go create mode 100644 apps/modules/security/init.go create mode 100644 apps/modules/security/internal/api/reject_ip_form.go create mode 100644 apps/modules/security/internal/api/reject_path_form.go create mode 100644 apps/modules/security/internal/controller/rejectipctrl/curd.go create mode 100644 apps/modules/security/internal/controller/rejectpathctrl/curd.go create mode 100644 apps/modules/security/internal/model/rejectipmodel/curd.go create mode 100644 apps/modules/security/internal/model/rejectloghistorymodel/curd.go create mode 100644 apps/modules/security/internal/model/rejectpathmodel/curd.go create mode 100644 apps/modules/security/internal/model/visitehistorymodel/curd.go create mode 100644 apps/modules/security/internal/model/visitehistorymodel/curd_hour.go create mode 100644 apps/modules/security/internal/services/reject_ip_service.go create mode 100644 apps/modules/security/internal/services/reject_path_service.go create mode 100644 apps/modules/security/router/inject.go create mode 100644 apps/modules/security/schemas/reject_ip.go create mode 100644 apps/modules/security/schemas/reject_log_history.go create mode 100644 apps/modules/security/schemas/reject_path.go create mode 100644 apps/modules/security/schemas/visite_history.go create mode 100644 apps/modules/voteprogram/init.go create mode 100644 apps/modules/voteprogram/internal/api/vote_program_form.go create mode 100644 apps/modules/voteprogram/internal/model/voteprogramitemmodel/curd.go create mode 100644 apps/modules/voteprogram/internal/model/voteprogrammodel/curd.go create mode 100644 apps/modules/voteprogram/schemas/vote_history.go create mode 100644 apps/modules/voteprogram/schemas/vote_program.go create mode 100644 apps/modules/voteprogram/schemas/vote_program_item.go create mode 100644 apps/modules/voteprogram/schemas/vote_user_votes.go create mode 100644 vendor/github.com/JX3BOX/caddy_plugins/constants/keys.go create mode 100644 vendor/github.com/cespare/xxhash/v2/testall.sh create mode 100644 vendor/github.com/cespare/xxhash/v2/xxhash_arm64.s rename vendor/github.com/cespare/xxhash/v2/{xxhash_amd64.go => xxhash_asm.go} (73%) create mode 100644 vendor/github.com/go-sql-driver/mysql/atomic_bool.go create mode 100644 vendor/github.com/go-sql-driver/mysql/atomic_bool_go118.go delete mode 100644 vendor/github.com/go-sql-driver/mysql/nulltime_go113.go delete mode 100644 vendor/github.com/go-sql-driver/mysql/nulltime_legacy.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/any.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/any/any.pb.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/doc.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/duration.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/timestamp.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go delete mode 100644 vendor/github.com/google/uuid/.travis.yml create mode 100644 vendor/github.com/google/uuid/CHANGELOG.md create mode 100644 vendor/github.com/google/uuid/version6.go create mode 100644 vendor/github.com/google/uuid/version7.go create mode 100644 vendor/github.com/klauspost/compress/SECURITY.md create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_amd64.go create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_amd64.s create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_generic.go delete mode 100644 vendor/github.com/klauspost/compress/huff0/bytereader.go create mode 100644 vendor/github.com/klauspost/compress/internal/race/norace.go create mode 100644 vendor/github.com/klauspost/compress/internal/race/race.go create mode 100644 vendor/github.com/klauspost/compress/s2/dict.go create mode 100644 vendor/github.com/klauspost/compress/s2/lz4convert.go create mode 100644 vendor/github.com/klauspost/compress/s2/lz4sconvert.go create mode 100644 vendor/github.com/klauspost/compress/s2/reader.go create mode 100644 vendor/github.com/klauspost/compress/s2/writer.go create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_amd64.go create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_amd64.s create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_generic.go delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/NOTICE delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/build_info_collector.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/get_pid.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/get_pid_gopherjs.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/go_collector_go116.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/go_collector_latest.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/almost_equal.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/difflib.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/go_collector_options.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/num_threads.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/num_threads_gopherjs.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/process_collector_js.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/process_collector_wasip1.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/vnext.go create mode 100644 vendor/github.com/prometheus/common/model/metadata.go create mode 100644 vendor/github.com/prometheus/common/model/value_float.go create mode 100644 vendor/github.com/prometheus/common/model/value_histogram.go create mode 100644 vendor/github.com/prometheus/common/model/value_type.go create mode 100644 vendor/github.com/prometheus/procfs/cmdline.go rename vendor/github.com/{matttproud/golang_protobuf_extensions/pbutil/doc.go => prometheus/procfs/cpuinfo_loong64.go} (73%) delete mode 100644 vendor/github.com/prometheus/procfs/fixtures.ttar create mode 100644 vendor/github.com/prometheus/procfs/fs_statfs_notype.go create mode 100644 vendor/github.com/prometheus/procfs/fs_statfs_type.go create mode 100644 vendor/github.com/prometheus/procfs/net_route.go create mode 100644 vendor/github.com/prometheus/procfs/net_wireless.go rename vendor/github.com/prometheus/procfs/{xfrm.go => net_xfrm.go} (94%) create mode 100644 vendor/github.com/prometheus/procfs/netstat.go create mode 100644 vendor/github.com/prometheus/procfs/proc_cgroups.go create mode 100644 vendor/github.com/prometheus/procfs/proc_interrupts.go create mode 100644 vendor/github.com/prometheus/procfs/proc_netstat.go create mode 100644 vendor/github.com/prometheus/procfs/proc_snmp.go create mode 100644 vendor/github.com/prometheus/procfs/proc_snmp6.go create mode 100644 vendor/github.com/prometheus/procfs/proc_sys.go create mode 100644 vendor/github.com/prometheus/procfs/softirqs.go create mode 100644 vendor/github.com/prometheus/procfs/thread.go delete mode 100644 vendor/go.uber.org/multierr/.travis.yml create mode 100644 vendor/go.uber.org/multierr/error_post_go120.go rename vendor/go.uber.org/multierr/{go113.go => error_pre_go120.go} (66%) delete mode 100644 vendor/go.uber.org/multierr/glide.yaml create mode 100644 vendor/go.uber.org/zap/.golangci.yml rename vendor/go.uber.org/zap/{LICENSE.txt => LICENSE} (100%) delete mode 100644 vendor/go.uber.org/zap/array_go118.go create mode 100644 vendor/go.uber.org/zap/internal/pool/pool.go rename vendor/go.uber.org/zap/{stacktrace.go => internal/stacktrace/stack.go} (72%) create mode 100644 vendor/go.uber.org/zap/zapcore/lazy_with.go delete mode 100644 vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go delete mode 100644 vendor/golang.org/x/oauth2/AUTHORS delete mode 100644 vendor/golang.org/x/oauth2/CONTRIBUTORS create mode 100644 vendor/golang.org/x/oauth2/deviceauth.go create mode 100644 vendor/golang.org/x/oauth2/pkce.go create mode 100644 vendor/golang.org/x/sys/unix/bpxsvc_zos.go create mode 100644 vendor/golang.org/x/sys/unix/bpxsvc_zos.s delete mode 100644 vendor/golang.org/x/sys/unix/epoll_zos.go delete mode 100644 vendor/golang.org/x/sys/unix/fstatfs_zos.go create mode 100644 vendor/golang.org/x/sys/unix/sockcmsg_zos.go create mode 100644 vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s create mode 100644 vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s delete mode 100644 vendor/golang.org/x/sys/windows/empty.s create mode 100644 vendor/google.golang.org/protobuf/encoding/protodelim/protodelim.go create mode 100644 vendor/google.golang.org/protobuf/internal/editiondefaults/defaults.go create mode 100644 vendor/google.golang.org/protobuf/internal/editiondefaults/editions_defaults.binpb create mode 100644 vendor/google.golang.org/protobuf/internal/editionssupport/editions.go create mode 100644 vendor/google.golang.org/protobuf/internal/filedesc/editions.go create mode 100644 vendor/google.golang.org/protobuf/internal/genid/go_features_gen.go rename vendor/google.golang.org/protobuf/internal/strs/{strings_unsafe.go => strings_unsafe_go120.go} (96%) create mode 100644 vendor/google.golang.org/protobuf/internal/strs/strings_unsafe_go121.go create mode 100644 vendor/google.golang.org/protobuf/reflect/protodesc/editions.go rename vendor/google.golang.org/protobuf/reflect/protoreflect/{value_unsafe.go => value_unsafe_go120.go} (97%) create mode 100644 vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe_go121.go create mode 100644 vendor/google.golang.org/protobuf/types/gofeaturespb/go_features.pb.go delete mode 100644 vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go delete mode 100644 vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go create mode 100644 vendor/gopkg.in/JX3BOX/golib.v1/exttypes/date.go HEAD is now at 409dcfb summary download [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [] ****************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [shell] ******************************************************************* changed: [localhost] => (item=next2) changed: [localhost] => (item=j3cx) changed: [localhost] => (item=gs-content-monitor) PLAY RECAP ********************************************************************* localhost : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 j3cx: stopped j3cx: started dbm: stopped dbm: started)
24-09-02 23:04:44.162253: Start to execute local command. /data/scripts/update.sh
24-09-02 23:04:44.161735: Start to process server: {"SCRIPT": "/data/scripts/update.sh"}
24-09-02 23:04:44.161172: Starting to execute /data/scripts/update.sh
24-09-02 23:04:33.101568: Completed execute: (True, From github.com:JX3BOX/service-api * [new tag] v3.2.4 -> v3.2.4 Updating 409dcfb..c83c5eb Fast-forward .vscode/settings.json | 3 +- README.md | 7 +- ansible/docs.playbook.yml | 2 +- apps/common/constants/permission.go | 1 + apps/common/dbutils/date_params.go | 12 + apps/modules/community/api/topic_req.go | 2 + .../controller/discussionctrl/manager_topic.go | 21 +- .../internal/model/discussionmodel/curd.go | 46 +- apps/modules/community/tests/topic_test.go | 6 +- apps/modules/security/init.go | 24 + .../security/internal/api/reject_ip_form.go | 16 + .../security/internal/api/reject_path_form.go | 16 + .../internal/controller/rejectipctrl/curd.go | 158 + .../internal/controller/rejectpathctrl/curd.go | 159 + .../security/internal/model/rejectipmodel/curd.go | 75 + .../internal/model/rejectloghistorymodel/curd.go | 64 + .../internal/model/rejectpathmodel/curd.go | 75 + .../internal/model/visitehistorymodel/curd.go | 72 + .../internal/model/visitehistorymodel/curd_hour.go | 72 + .../internal/services/reject_ip_service.go | 158 + .../internal/services/reject_path_service.go | 152 + apps/modules/security/router/inject.go | 23 + apps/modules/security/schemas/reject_ip.go | 21 + .../modules/security/schemas/reject_log_history.go | 16 + apps/modules/security/schemas/reject_path.go | 18 + apps/modules/security/schemas/visite_history.go | 29 + apps/modules/voteprogram/init.go | 21 + .../voteprogram/internal/api/vote_program_form.go | 37 + .../internal/model/voteprogramitemmodel/curd.go | 98 + .../internal/model/voteprogrammodel/curd.go | 60 + apps/modules/voteprogram/schemas/vote_history.go | 30 + apps/modules/voteprogram/schemas/vote_program.go | 28 + .../voteprogram/schemas/vote_program_item.go | 34 + .../modules/voteprogram/schemas/vote_user_votes.go | 13 + go.mod | 56 +- go.sum | 393 +- server/mainapi.go | 4 + vendor/github.com/BurntSushi/toml/decode.go | 4 +- vendor/github.com/BurntSushi/toml/deprecated.go | 8 + vendor/github.com/BurntSushi/toml/encode.go | 53 +- vendor/github.com/BurntSushi/toml/error.go | 4 +- vendor/github.com/BurntSushi/toml/lex.go | 82 +- vendor/github.com/BurntSushi/toml/meta.go | 2 +- vendor/github.com/BurntSushi/toml/parse.go | 136 +- .../JX3BOX/caddy_plugins/constants/keys.go | 51 + .../schema/point_experience_action_type_setting.go | 2 +- vendor/github.com/cespare/xxhash/v2/README.md | 31 +- vendor/github.com/cespare/xxhash/v2/testall.sh | 10 + vendor/github.com/cespare/xxhash/v2/xxhash.go | 47 +- vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s | 336 +- vendor/github.com/cespare/xxhash/v2/xxhash_arm64.s | 183 + .../xxhash/v2/{xxhash_amd64.go => xxhash_asm.go} | 2 + .../github.com/cespare/xxhash/v2/xxhash_other.go | 22 +- vendor/github.com/cespare/xxhash/v2/xxhash_safe.go | 1 + .../github.com/cespare/xxhash/v2/xxhash_unsafe.go | 3 +- vendor/github.com/go-sql-driver/mysql/AUTHORS | 9 + vendor/github.com/go-sql-driver/mysql/CHANGELOG.md | 34 + vendor/github.com/go-sql-driver/mysql/README.md | 21 +- .../github.com/go-sql-driver/mysql/atomic_bool.go | 19 + .../go-sql-driver/mysql/atomic_bool_go118.go | 47 + vendor/github.com/go-sql-driver/mysql/auth.go | 56 +- .../github.com/go-sql-driver/mysql/collations.go | 3 +- vendor/github.com/go-sql-driver/mysql/conncheck.go | 1 + .../go-sql-driver/mysql/conncheck_dummy.go | 1 + .../github.com/go-sql-driver/mysql/connection.go | 26 +- vendor/github.com/go-sql-driver/mysql/const.go | 2 +- vendor/github.com/go-sql-driver/mysql/driver.go | 6 +- vendor/github.com/go-sql-driver/mysql/dsn.go | 73 +- vendor/github.com/go-sql-driver/mysql/errors.go | 18 +- vendor/github.com/go-sql-driver/mysql/fields.go | 14 +- vendor/github.com/go-sql-driver/mysql/fuzz.go | 1 + vendor/github.com/go-sql-driver/mysql/infile.go | 32 +- vendor/github.com/go-sql-driver/mysql/nulltime.go | 21 + .../go-sql-driver/mysql/nulltime_go113.go | 40 - .../go-sql-driver/mysql/nulltime_legacy.go | 39 - vendor/github.com/go-sql-driver/mysql/packets.go | 90 +- vendor/github.com/go-sql-driver/mysql/statement.go | 8 +- .../github.com/go-sql-driver/mysql/transaction.go | 4 +- vendor/github.com/go-sql-driver/mysql/utils.go | 122 +- vendor/github.com/golang/protobuf/ptypes/any.go | 179 - .../golang/protobuf/ptypes/any/any.pb.go | 62 - vendor/github.com/golang/protobuf/ptypes/doc.go | 10 - .../github.com/golang/protobuf/ptypes/duration.go | 76 - .../golang/protobuf/ptypes/duration/duration.pb.go | 63 - .../github.com/golang/protobuf/ptypes/timestamp.go | 112 - .../protobuf/ptypes/timestamp/timestamp.pb.go | 64 - vendor/github.com/google/uuid/.travis.yml | 9 - vendor/github.com/google/uuid/CHANGELOG.md | 41 + vendor/github.com/google/uuid/CONTRIBUTING.md | 16 + vendor/github.com/google/uuid/README.md | 10 +- vendor/github.com/google/uuid/hash.go | 6 + vendor/github.com/google/uuid/node_js.go | 2 +- vendor/github.com/google/uuid/time.go | 21 +- vendor/github.com/google/uuid/uuid.go | 89 +- vendor/github.com/google/uuid/version6.go | 56 + vendor/github.com/google/uuid/version7.go | 104 + .../github.com/klauspost/compress/.goreleaser.yml | 22 +- vendor/github.com/klauspost/compress/README.md | 114 +- vendor/github.com/klauspost/compress/SECURITY.md | 25 + .../github.com/klauspost/compress/flate/deflate.go | 159 +- .../klauspost/compress/flate/fast_encoder.go | 23 - .../klauspost/compress/flate/huffman_bit_writer.go | 5 - .../klauspost/compress/flate/huffman_sortByFreq.go | 19 - .../github.com/klauspost/compress/flate/inflate.go | 66 +- .../klauspost/compress/flate/inflate_gen.go | 34 +- .../github.com/klauspost/compress/flate/level5.go | 398 + .../klauspost/compress/flate/matchlen_amd64.go | 16 + .../klauspost/compress/flate/matchlen_amd64.s | 68 + .../klauspost/compress/flate/matchlen_generic.go | 33 + .../klauspost/compress/flate/stateless.go | 19 +- .../github.com/klauspost/compress/fse/bitwriter.go | 3 +- .../github.com/klauspost/compress/fse/compress.go | 36 +- .../klauspost/compress/fse/decompress.go | 4 +- .../github.com/klauspost/compress/gzip/gunzip.go | 35 +- vendor/github.com/klauspost/compress/gzip/gzip.go | 21 + .../klauspost/compress/huff0/bitreader.go | 8 +- .../klauspost/compress/huff0/bitwriter.go | 27 +- .../klauspost/compress/huff0/bytereader.go | 44 - .../klauspost/compress/huff0/compress.go | 118 +- .../klauspost/compress/huff0/decompress.go | 4 +- .../klauspost/compress/huff0/decompress_amd64.s | 584 +- .../github.com/klauspost/compress/huff0/huff0.go | 4 +- .../klauspost/compress/internal/race/norace.go | 13 + .../klauspost/compress/internal/race/race.go | 26 + .../compress/internal/snapref/encode_other.go | 36 +- vendor/github.com/klauspost/compress/s2/README.md | 186 +- vendor/github.com/klauspost/compress/s2/decode.go | 1221 +- .../klauspost/compress/s2/decode_other.go | 13 + vendor/github.com/klauspost/compress/s2/dict.go | 350 + vendor/github.com/klauspost/compress/s2/encode.go | 1042 +- .../github.com/klauspost/compress/s2/encode_all.go | 613 +- .../klauspost/compress/s2/encode_amd64.go | 16 + .../klauspost/compress/s2/encode_best.go | 193 +- .../klauspost/compress/s2/encode_better.go | 646 +- .../github.com/klauspost/compress/s2/encode_go.go | 415 + .../klauspost/compress/s2/encodeblock_amd64.go | 34 + .../klauspost/compress/s2/encodeblock_amd64.s | 20597 +++++++++++-------- vendor/github.com/klauspost/compress/s2/index.go | 20 +- .../github.com/klauspost/compress/s2/lz4convert.go | 585 + .../klauspost/compress/s2/lz4sconvert.go | 467 + vendor/github.com/klauspost/compress/s2/reader.go | 1075 + vendor/github.com/klauspost/compress/s2/s2.go | 4 + vendor/github.com/klauspost/compress/s2/writer.go | 1033 + vendor/github.com/klauspost/compress/s2sx.mod | 2 +- .../github.com/klauspost/compress/zstd/README.md | 4 +- .../klauspost/compress/zstd/bitreader.go | 34 +- .../klauspost/compress/zstd/bitwriter.go | 3 +- .../github.com/klauspost/compress/zstd/blockdec.go | 18 +- .../github.com/klauspost/compress/zstd/blockenc.go | 58 +- .../github.com/klauspost/compress/zstd/bytebuf.go | 4 +- .../klauspost/compress/zstd/decodeheader.go | 60 +- .../github.com/klauspost/compress/zstd/decoder.go | 63 +- .../klauspost/compress/zstd/decoder_options.go | 26 +- vendor/github.com/klauspost/compress/zstd/dict.go | 425 +- .../github.com/klauspost/compress/zstd/enc_base.go | 3 +- .../github.com/klauspost/compress/zstd/enc_best.go | 326 +- .../klauspost/compress/zstd/enc_better.go | 30 +- .../klauspost/compress/zstd/enc_dfast.go | 2 +- .../github.com/klauspost/compress/zstd/enc_fast.go | 17 +- .../github.com/klauspost/compress/zstd/encoder.go | 91 +- .../klauspost/compress/zstd/encoder_options.go | 33 +- .../github.com/klauspost/compress/zstd/framedec.go | 57 +- .../github.com/klauspost/compress/zstd/frameenc.go | 6 +- .../klauspost/compress/zstd/fse_decoder_generic.go | 11 +- .../klauspost/compress/zstd/matchlen_amd64.go | 16 + .../klauspost/compress/zstd/matchlen_amd64.s | 68 + .../klauspost/compress/zstd/matchlen_generic.go | 33 + .../github.com/klauspost/compress/zstd/seqdec.go | 28 +- .../klauspost/compress/zstd/seqdec_amd64.go | 17 +- .../klauspost/compress/zstd/seqdec_amd64.s | 400 +- .../klauspost/compress/zstd/seqdec_generic.go | 2 +- .../github.com/klauspost/compress/zstd/snappy.go | 5 +- vendor/github.com/klauspost/compress/zstd/zstd.go | 27 +- .../matttproud/golang_protobuf_extensions/LICENSE | 201 - .../matttproud/golang_protobuf_extensions/NOTICE | 1 - .../golang_protobuf_extensions/pbutil/.gitignore | 1 - .../golang_protobuf_extensions/pbutil/Makefile | 7 - .../golang_protobuf_extensions/pbutil/decode.go | 75 - .../golang_protobuf_extensions/pbutil/encode.go | 46 - .../prometheus/client_golang/prometheus/README.md | 2 +- .../prometheus/build_info_collector.go | 38 + .../client_golang/prometheus/collector.go | 14 +- .../prometheus/client_golang/prometheus/counter.go | 65 +- .../prometheus/client_golang/prometheus/desc.go | 57 +- .../prometheus/client_golang/prometheus/doc.go | 107 +- .../client_golang/prometheus/expvar_collector.go | 2 +- .../prometheus/client_golang/prometheus/gauge.go | 36 +- .../prometheus/client_golang/prometheus/get_pid.go | 26 + .../client_golang/prometheus/get_pid_gopherjs.go | 23 + .../client_golang/prometheus/go_collector.go | 496 +- .../client_golang/prometheus/go_collector_go116.go | 122 + .../prometheus/go_collector_latest.go | 567 + .../client_golang/prometheus/histogram.go | 1123 +- .../prometheus/internal/almost_equal.go | 60 + .../client_golang/prometheus/internal/difflib.go | 654 + .../prometheus/internal/go_collector_options.go | 32 + .../prometheus/internal/go_runtime_metrics.go | 142 + .../client_golang/prometheus/internal/metric.go | 28 +- .../prometheus/client_golang/prometheus/labels.go | 109 +- .../prometheus/client_golang/prometheus/metric.go | 121 +- .../client_golang/prometheus/num_threads.go | 25 + .../prometheus/num_threads_gopherjs.go | 22 + .../client_golang/prometheus/observer.go | 2 +- .../client_golang/prometheus/process_collector.go | 10 +- .../prometheus/process_collector_js.go | 26 + .../prometheus/process_collector_other.go | 3 +- .../prometheus/process_collector_wasip1.go | 26 + .../client_golang/prometheus/registry.go | 171 +- .../prometheus/client_golang/prometheus/summary.go | 81 +- .../prometheus/client_golang/prometheus/timer.go | 39 +- .../prometheus/client_golang/prometheus/value.go | 108 +- .../prometheus/client_golang/prometheus/vec.go | 181 +- .../prometheus/client_golang/prometheus/vnext.go | 23 + .../prometheus/client_golang/prometheus/wrap.go | 8 +- .../prometheus/client_model/go/metrics.pb.go | 1579 +- .../github.com/prometheus/common/expfmt/decode.go | 66 +- .../github.com/prometheus/common/expfmt/encode.go | 79 +- .../github.com/prometheus/common/expfmt/expfmt.go | 156 +- vendor/github.com/prometheus/common/expfmt/fuzz.go | 5 +- .../prometheus/common/expfmt/openmetrics_create.go | 111 +- .../prometheus/common/expfmt/text_create.go | 121 +- .../prometheus/common/expfmt/text_parse.go | 16 +- .../internal/bitbucket.org/ww/goautoneg/autoneg.go | 22 +- vendor/github.com/prometheus/common/model/alert.go | 4 +- .../github.com/prometheus/common/model/labels.go | 22 +- .../github.com/prometheus/common/model/metadata.go | 28 + .../github.com/prometheus/common/model/metric.go | 368 +- .../prometheus/common/model/signature.go | 6 +- .../github.com/prometheus/common/model/silence.go | 2 +- vendor/github.com/prometheus/common/model/time.go | 91 +- vendor/github.com/prometheus/common/model/value.go | 262 +- .../prometheus/common/model/value_float.go | 98 + .../prometheus/common/model/value_histogram.go | 178 + .../prometheus/common/model/value_type.go | 83 + vendor/github.com/prometheus/procfs/.gitignore | 3 +- vendor/github.com/prometheus/procfs/.golangci.yml | 13 +- .../prometheus/procfs/CODE_OF_CONDUCT.md | 4 +- .../github.com/prometheus/procfs/CONTRIBUTING.md | 4 +- vendor/github.com/prometheus/procfs/Makefile | 10 +- .../github.com/prometheus/procfs/Makefile.common | 117 +- vendor/github.com/prometheus/procfs/README.md | 8 +- vendor/github.com/prometheus/procfs/SECURITY.md | 2 +- vendor/github.com/prometheus/procfs/arp.go | 51 +- vendor/github.com/prometheus/procfs/buddyinfo.go | 6 +- vendor/github.com/prometheus/procfs/cmdline.go | 30 + vendor/github.com/prometheus/procfs/cpuinfo.go | 58 +- .../github.com/prometheus/procfs/cpuinfo_armx.go | 1 + .../procfs/cpuinfo_loong64.go} | 13 +- .../github.com/prometheus/procfs/cpuinfo_mipsx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_others.go | 4 +- .../github.com/prometheus/procfs/cpuinfo_ppcx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_riscvx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_s390x.go | 1 + vendor/github.com/prometheus/procfs/cpuinfo_x86.go | 1 + vendor/github.com/prometheus/procfs/crypto.go | 7 +- vendor/github.com/prometheus/procfs/doc.go | 51 +- vendor/github.com/prometheus/procfs/fixtures.ttar | 6553 ------ vendor/github.com/prometheus/procfs/fs.go | 11 +- .../prometheus/procfs/fs_statfs_notype.go | 23 + .../github.com/prometheus/procfs/fs_statfs_type.go | 33 + vendor/github.com/prometheus/procfs/fscache.go | 6 +- .../github.com/prometheus/procfs/internal/fs/fs.go | 2 +- .../prometheus/procfs/internal/util/parse.go | 21 +- .../prometheus/procfs/internal/util/readfile.go | 11 +- .../prometheus/procfs/internal/util/sysreadfile.go | 8 +- .../procfs/internal/util/sysreadfile_compat.go | 3 +- vendor/github.com/prometheus/procfs/ipvs.go | 10 +- .../github.com/prometheus/procfs/kernel_random.go | 1 + vendor/github.com/prometheus/procfs/loadavg.go | 6 +- vendor/github.com/prometheus/procfs/mdstat.go | 125 +- vendor/github.com/prometheus/procfs/meminfo.go | 4 +- vendor/github.com/prometheus/procfs/mountinfo.go | 10 +- vendor/github.com/prometheus/procfs/mountstats.go | 120 +- .../prometheus/procfs/net_conntrackstat.go | 101 +- vendor/github.com/prometheus/procfs/net_dev.go | 8 +- .../github.com/prometheus/procfs/net_ip_socket.go | 40 +- .../github.com/prometheus/procfs/net_protocols.go | 8 +- vendor/github.com/prometheus/procfs/net_route.go | 143 + .../github.com/prometheus/procfs/net_sockstat.go | 9 +- vendor/github.com/prometheus/procfs/net_softnet.go | 87 +- vendor/github.com/prometheus/procfs/net_unix.go | 16 +- .../github.com/prometheus/procfs/net_wireless.go | 182 + .../prometheus/procfs/{xfrm.go => net_xfrm.go} | 11 +- vendor/github.com/prometheus/procfs/netstat.go | 82 + vendor/github.com/prometheus/procfs/proc.go | 47 +- vendor/github.com/prometheus/procfs/proc_cgroup.go | 14 +- .../github.com/prometheus/procfs/proc_cgroups.go | 98 + .../github.com/prometheus/procfs/proc_environ.go | 2 +- vendor/github.com/prometheus/procfs/proc_fdinfo.go | 13 +- .../prometheus/procfs/proc_interrupts.go | 98 + vendor/github.com/prometheus/procfs/proc_limits.go | 6 +- vendor/github.com/prometheus/procfs/proc_maps.go | 36 +- .../github.com/prometheus/procfs/proc_netstat.go | 443 + vendor/github.com/prometheus/procfs/proc_ns.go | 6 +- vendor/github.com/prometheus/procfs/proc_psi.go | 20 +- vendor/github.com/prometheus/procfs/proc_smaps.go | 27 +- vendor/github.com/prometheus/procfs/proc_snmp.go | 353 + vendor/github.com/prometheus/procfs/proc_snmp6.go | 381 + vendor/github.com/prometheus/procfs/proc_stat.go | 55 +- vendor/github.com/prometheus/procfs/proc_status.go | 91 +- vendor/github.com/prometheus/procfs/proc_sys.go | 51 + vendor/github.com/prometheus/procfs/schedstat.go | 6 +- vendor/github.com/prometheus/procfs/slab.go | 4 +- vendor/github.com/prometheus/procfs/softirqs.go | 160 + vendor/github.com/prometheus/procfs/stat.go | 60 +- vendor/github.com/prometheus/procfs/swaps.go | 8 +- vendor/github.com/prometheus/procfs/thread.go | 80 + vendor/github.com/prometheus/procfs/vm.go | 12 +- vendor/github.com/prometheus/procfs/zoneinfo.go | 10 +- vendor/github.com/sirupsen/logrus/README.md | 8 +- vendor/github.com/sirupsen/logrus/writer.go | 34 +- vendor/go.uber.org/multierr/.travis.yml | 23 - vendor/go.uber.org/multierr/CHANGELOG.md | 35 + vendor/go.uber.org/multierr/LICENSE.txt | 2 +- vendor/go.uber.org/multierr/Makefile | 6 +- vendor/go.uber.org/multierr/README.md | 30 +- vendor/go.uber.org/multierr/error.go | 415 +- vendor/go.uber.org/multierr/error_post_go120.go | 48 + .../multierr/{go113.go => error_pre_go120.go} | 31 +- vendor/go.uber.org/multierr/glide.yaml | 8 - vendor/go.uber.org/zap/.golangci.yml | 77 + vendor/go.uber.org/zap/.readme.tmpl | 10 +- vendor/go.uber.org/zap/CHANGELOG.md | 305 +- vendor/go.uber.org/zap/{LICENSE.txt => LICENSE} | 0 vendor/go.uber.org/zap/Makefile | 87 +- vendor/go.uber.org/zap/README.md | 78 +- vendor/go.uber.org/zap/array.go | 127 + vendor/go.uber.org/zap/array_go118.go | 156 - vendor/go.uber.org/zap/buffer/buffer.go | 5 + vendor/go.uber.org/zap/buffer/pool.go | 20 +- vendor/go.uber.org/zap/config.go | 84 +- vendor/go.uber.org/zap/error.go | 14 +- vendor/go.uber.org/zap/field.go | 196 +- vendor/go.uber.org/zap/http_handler.go | 19 +- vendor/go.uber.org/zap/internal/level_enabler.go | 2 + vendor/go.uber.org/zap/internal/pool/pool.go | 58 + .../stacktrace/stack.go} | 83 +- vendor/go.uber.org/zap/level.go | 9 +- vendor/go.uber.org/zap/logger.go | 94 +- vendor/go.uber.org/zap/options.go | 18 +- vendor/go.uber.org/zap/sink.go | 101 +- vendor/go.uber.org/zap/sugar.go | 139 +- vendor/go.uber.org/zap/writer.go | 14 +- vendor/go.uber.org/zap/zapcore/console_encoder.go | 16 +- vendor/go.uber.org/zap/zapcore/core.go | 6 +- vendor/go.uber.org/zap/zapcore/encoder.go | 15 + vendor/go.uber.org/zap/zapcore/entry.go | 25 +- vendor/go.uber.org/zap/zapcore/error.go | 14 +- vendor/go.uber.org/zap/zapcore/field.go | 2 +- vendor/go.uber.org/zap/zapcore/json_encoder.go | 157 +- vendor/go.uber.org/zap/zapcore/lazy_with.go | 54 + vendor/go.uber.org/zap/zapcore/sampler.go | 9 +- vendor/golang.org/x/mod/semver/semver.go | 6 +- vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go | 71 - vendor/golang.org/x/net/html/doc.go | 2 +- vendor/golang.org/x/oauth2/AUTHORS | 3 - vendor/golang.org/x/oauth2/CONTRIBUTORS | 3 - vendor/golang.org/x/oauth2/README.md | 12 +- vendor/golang.org/x/oauth2/deviceauth.go | 198 + .../x/oauth2/internal/client_appengine.go | 1 - vendor/golang.org/x/oauth2/internal/oauth2.go | 2 +- vendor/golang.org/x/oauth2/internal/token.go | 134 +- vendor/golang.org/x/oauth2/oauth2.go | 64 +- vendor/golang.org/x/oauth2/pkce.go | 68 + vendor/golang.org/x/oauth2/token.go | 35 +- vendor/golang.org/x/sys/unix/asm_zos_s390x.s | 665 +- vendor/golang.org/x/sys/unix/bpxsvc_zos.go | 657 + vendor/golang.org/x/sys/unix/bpxsvc_zos.s | 192 + vendor/golang.org/x/sys/unix/epoll_zos.go | 220 - vendor/golang.org/x/sys/unix/fstatfs_zos.go | 163 - vendor/golang.org/x/sys/unix/pagesize_unix.go | 2 +- .../x/sys/unix/readdirent_getdirentries.go | 2 +- vendor/golang.org/x/sys/unix/sockcmsg_zos.go | 58 + vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s | 75 + vendor/golang.org/x/sys/unix/syscall_zos_s390x.go | 1507 +- vendor/golang.org/x/sys/unix/sysvshm_unix.go | 2 +- vendor/golang.org/x/sys/unix/sysvshm_unix_other.go | 2 +- vendor/golang.org/x/sys/unix/zerrors_linux.go | 9 + vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go | 233 +- vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s | 364 + vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go | 3113 ++- vendor/golang.org/x/sys/unix/zsysnum_linux_386.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 5 + .../x/sys/unix/zsysnum_linux_mips64le.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go | 5507 ++--- vendor/golang.org/x/sys/unix/ztypes_linux.go | 26 +- vendor/golang.org/x/sys/unix/ztypes_linux_386.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_arm.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_loong64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_mips.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go | 146 +- vendor/golang.org/x/sys/windows/aliases.go | 2 +- vendor/golang.org/x/sys/windows/empty.s | 8 - vendor/golang.org/x/time/rate/rate.go | 2 + .../protobuf/encoding/protodelim/protodelim.go | 160 + .../protobuf/encoding/protojson/decode.go | 38 +- .../protobuf/encoding/protojson/doc.go | 2 +- .../protobuf/encoding/protojson/encode.go | 73 +- .../encoding/protojson/well_known_types.go | 59 +- .../protobuf/encoding/prototext/decode.go | 8 +- .../protobuf/encoding/prototext/encode.go | 38 +- .../protobuf/encoding/protowire/wire.go | 28 +- .../protobuf/internal/descfmt/stringer.go | 184 +- .../protobuf/internal/editiondefaults/defaults.go | 12 + .../editiondefaults/editions_defaults.binpb | Bin 0 -> 93 bytes .../protobuf/internal/editionssupport/editions.go | 13 + .../protobuf/internal/encoding/json/decode.go | 2 +- .../protobuf/internal/encoding/json/encode.go | 10 +- .../protobuf/internal/encoding/tag/tag.go | 4 +- .../protobuf/internal/encoding/text/encode.go | 10 +- .../protobuf/internal/errors/errors.go | 15 + .../protobuf/internal/filedesc/desc.go | 162 +- .../protobuf/internal/filedesc/desc_init.go | 87 + .../protobuf/internal/filedesc/desc_lazy.go | 40 +- .../protobuf/internal/filedesc/desc_list_gen.go | 11 + .../protobuf/internal/filedesc/editions.go | 156 + .../protobuf/internal/filedesc/placeholder.go | 1 + .../protobuf/internal/genid/descriptor_gen.go | 410 +- .../protobuf/internal/genid/go_features_gen.go | 31 + .../protobuf/internal/genid/struct_gen.go | 5 + .../protobuf/internal/genid/type_gen.go | 44 + .../protobuf/internal/impl/codec_extension.go | 22 +- .../protobuf/internal/impl/codec_field.go | 64 +- .../protobuf/internal/impl/codec_gen.go | 113 +- .../protobuf/internal/impl/codec_map.go | 15 +- .../protobuf/internal/impl/codec_tables.go | 2 +- .../protobuf/internal/impl/legacy_enum.go | 1 + .../protobuf/internal/impl/legacy_extension.go | 2 +- .../protobuf/internal/impl/legacy_file.go | 4 +- .../protobuf/internal/impl/legacy_message.go | 29 +- .../protobuf/internal/impl/message.go | 17 +- .../protobuf/internal/impl/message_reflect.go | 31 +- .../internal/impl/message_reflect_field.go | 2 +- .../protobuf/internal/impl/message_reflect_gen.go | 142 +- .../protobuf/internal/impl/pointer_reflect.go | 36 + .../protobuf/internal/impl/pointer_unsafe.go | 40 + .../protobuf/internal/order/order.go | 2 +- .../protobuf/internal/strs/strings.go | 2 +- .../{strings_unsafe.go => strings_unsafe_go120.go} | 4 +- .../protobuf/internal/strs/strings_unsafe_go121.go | 74 + .../protobuf/internal/version/version.go | 4 +- vendor/google.golang.org/protobuf/proto/decode.go | 4 +- vendor/google.golang.org/protobuf/proto/doc.go | 58 +- vendor/google.golang.org/protobuf/proto/encode.go | 46 +- .../google.golang.org/protobuf/proto/extension.go | 13 +- vendor/google.golang.org/protobuf/proto/merge.go | 2 +- .../google.golang.org/protobuf/proto/messageset.go | 7 +- vendor/google.golang.org/protobuf/proto/proto.go | 18 +- vendor/google.golang.org/protobuf/proto/size.go | 12 +- .../protobuf/reflect/protodesc/desc.go | 34 +- .../protobuf/reflect/protodesc/desc_init.go | 43 +- .../protobuf/reflect/protodesc/desc_resolve.go | 4 +- .../protobuf/reflect/protodesc/desc_validate.go | 63 +- .../protobuf/reflect/protodesc/editions.go | 145 + .../protobuf/reflect/protodesc/proto.go | 40 +- .../protobuf/reflect/protoreflect/proto.go | 87 +- .../protobuf/reflect/protoreflect/source_gen.go | 106 +- .../protobuf/reflect/protoreflect/type.go | 50 +- .../protobuf/reflect/protoreflect/value.go | 24 +- .../protobuf/reflect/protoreflect/value_equal.go | 8 +- .../protobuf/reflect/protoreflect/value_union.go | 44 +- .../{value_unsafe.go => value_unsafe_go120.go} | 4 +- .../reflect/protoreflect/value_unsafe_go121.go | 87 + .../protobuf/reflect/protoregistry/registry.go | 24 +- .../protobuf/types/descriptorpb/descriptor.pb.go | 3206 ++- .../protobuf/types/gofeaturespb/go_features.pb.go | 181 + .../protobuf/types/known/anypb/any.pb.go | 495 - .../protobuf/types/known/durationpb/duration.pb.go | 374 - .../types/known/timestamppb/timestamp.pb.go | 2 +- vendor/gopkg.in/JX3BOX/golib.v1/exttypes/date.go | 76 + vendor/gopkg.in/JX3BOX/golib.v1/exttypes/time.go | 14 + vendor/modules.txt | 96 +- 495 files changed, 49395 insertions(+), 29806 deletions(-) create mode 100644 apps/common/dbutils/date_params.go create mode 100644 apps/modules/security/init.go create mode 100644 apps/modules/security/internal/api/reject_ip_form.go create mode 100644 apps/modules/security/internal/api/reject_path_form.go create mode 100644 apps/modules/security/internal/controller/rejectipctrl/curd.go create mode 100644 apps/modules/security/internal/controller/rejectpathctrl/curd.go create mode 100644 apps/modules/security/internal/model/rejectipmodel/curd.go create mode 100644 apps/modules/security/internal/model/rejectloghistorymodel/curd.go create mode 100644 apps/modules/security/internal/model/rejectpathmodel/curd.go create mode 100644 apps/modules/security/internal/model/visitehistorymodel/curd.go create mode 100644 apps/modules/security/internal/model/visitehistorymodel/curd_hour.go create mode 100644 apps/modules/security/internal/services/reject_ip_service.go create mode 100644 apps/modules/security/internal/services/reject_path_service.go create mode 100644 apps/modules/security/router/inject.go create mode 100644 apps/modules/security/schemas/reject_ip.go create mode 100644 apps/modules/security/schemas/reject_log_history.go create mode 100644 apps/modules/security/schemas/reject_path.go create mode 100644 apps/modules/security/schemas/visite_history.go create mode 100644 apps/modules/voteprogram/init.go create mode 100644 apps/modules/voteprogram/internal/api/vote_program_form.go create mode 100644 apps/modules/voteprogram/internal/model/voteprogramitemmodel/curd.go create mode 100644 apps/modules/voteprogram/internal/model/voteprogrammodel/curd.go create mode 100644 apps/modules/voteprogram/schemas/vote_history.go create mode 100644 apps/modules/voteprogram/schemas/vote_program.go create mode 100644 apps/modules/voteprogram/schemas/vote_program_item.go create mode 100644 apps/modules/voteprogram/schemas/vote_user_votes.go create mode 100644 vendor/github.com/JX3BOX/caddy_plugins/constants/keys.go create mode 100644 vendor/github.com/cespare/xxhash/v2/testall.sh create mode 100644 vendor/github.com/cespare/xxhash/v2/xxhash_arm64.s rename vendor/github.com/cespare/xxhash/v2/{xxhash_amd64.go => xxhash_asm.go} (73%) create mode 100644 vendor/github.com/go-sql-driver/mysql/atomic_bool.go create mode 100644 vendor/github.com/go-sql-driver/mysql/atomic_bool_go118.go delete mode 100644 vendor/github.com/go-sql-driver/mysql/nulltime_go113.go delete mode 100644 vendor/github.com/go-sql-driver/mysql/nulltime_legacy.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/any.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/any/any.pb.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/doc.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/duration.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/timestamp.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go delete mode 100644 vendor/github.com/google/uuid/.travis.yml create mode 100644 vendor/github.com/google/uuid/CHANGELOG.md create mode 100644 vendor/github.com/google/uuid/version6.go create mode 100644 vendor/github.com/google/uuid/version7.go create mode 100644 vendor/github.com/klauspost/compress/SECURITY.md create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_amd64.go create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_amd64.s create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_generic.go delete mode 100644 vendor/github.com/klauspost/compress/huff0/bytereader.go create mode 100644 vendor/github.com/klauspost/compress/internal/race/norace.go create mode 100644 vendor/github.com/klauspost/compress/internal/race/race.go create mode 100644 vendor/github.com/klauspost/compress/s2/dict.go create mode 100644 vendor/github.com/klauspost/compress/s2/lz4convert.go create mode 100644 vendor/github.com/klauspost/compress/s2/lz4sconvert.go create mode 100644 vendor/github.com/klauspost/compress/s2/reader.go create mode 100644 vendor/github.com/klauspost/compress/s2/writer.go create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_amd64.go create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_amd64.s create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_generic.go delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/NOTICE delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/build_info_collector.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/get_pid.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/get_pid_gopherjs.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/go_collector_go116.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/go_collector_latest.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/almost_equal.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/difflib.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/go_collector_options.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/num_threads.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/num_threads_gopherjs.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/process_collector_js.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/process_collector_wasip1.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/vnext.go create mode 100644 vendor/github.com/prometheus/common/model/metadata.go create mode 100644 vendor/github.com/prometheus/common/model/value_float.go create mode 100644 vendor/github.com/prometheus/common/model/value_histogram.go create mode 100644 vendor/github.com/prometheus/common/model/value_type.go create mode 100644 vendor/github.com/prometheus/procfs/cmdline.go rename vendor/github.com/{matttproud/golang_protobuf_extensions/pbutil/doc.go => prometheus/procfs/cpuinfo_loong64.go} (73%) delete mode 100644 vendor/github.com/prometheus/procfs/fixtures.ttar create mode 100644 vendor/github.com/prometheus/procfs/fs_statfs_notype.go create mode 100644 vendor/github.com/prometheus/procfs/fs_statfs_type.go create mode 100644 vendor/github.com/prometheus/procfs/net_route.go create mode 100644 vendor/github.com/prometheus/procfs/net_wireless.go rename vendor/github.com/prometheus/procfs/{xfrm.go => net_xfrm.go} (94%) create mode 100644 vendor/github.com/prometheus/procfs/netstat.go create mode 100644 vendor/github.com/prometheus/procfs/proc_cgroups.go create mode 100644 vendor/github.com/prometheus/procfs/proc_interrupts.go create mode 100644 vendor/github.com/prometheus/procfs/proc_netstat.go create mode 100644 vendor/github.com/prometheus/procfs/proc_snmp.go create mode 100644 vendor/github.com/prometheus/procfs/proc_snmp6.go create mode 100644 vendor/github.com/prometheus/procfs/proc_sys.go create mode 100644 vendor/github.com/prometheus/procfs/softirqs.go create mode 100644 vendor/github.com/prometheus/procfs/thread.go delete mode 100644 vendor/go.uber.org/multierr/.travis.yml create mode 100644 vendor/go.uber.org/multierr/error_post_go120.go rename vendor/go.uber.org/multierr/{go113.go => error_pre_go120.go} (66%) delete mode 100644 vendor/go.uber.org/multierr/glide.yaml create mode 100644 vendor/go.uber.org/zap/.golangci.yml rename vendor/go.uber.org/zap/{LICENSE.txt => LICENSE} (100%) delete mode 100644 vendor/go.uber.org/zap/array_go118.go create mode 100644 vendor/go.uber.org/zap/internal/pool/pool.go rename vendor/go.uber.org/zap/{stacktrace.go => internal/stacktrace/stack.go} (72%) create mode 100644 vendor/go.uber.org/zap/zapcore/lazy_with.go delete mode 100644 vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go delete mode 100644 vendor/golang.org/x/oauth2/AUTHORS delete mode 100644 vendor/golang.org/x/oauth2/CONTRIBUTORS create mode 100644 vendor/golang.org/x/oauth2/deviceauth.go create mode 100644 vendor/golang.org/x/oauth2/pkce.go create mode 100644 vendor/golang.org/x/sys/unix/bpxsvc_zos.go create mode 100644 vendor/golang.org/x/sys/unix/bpxsvc_zos.s delete mode 100644 vendor/golang.org/x/sys/unix/epoll_zos.go delete mode 100644 vendor/golang.org/x/sys/unix/fstatfs_zos.go create mode 100644 vendor/golang.org/x/sys/unix/sockcmsg_zos.go create mode 100644 vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s create mode 100644 vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s delete mode 100644 vendor/golang.org/x/sys/windows/empty.s create mode 100644 vendor/google.golang.org/protobuf/encoding/protodelim/protodelim.go create mode 100644 vendor/google.golang.org/protobuf/internal/editiondefaults/defaults.go create mode 100644 vendor/google.golang.org/protobuf/internal/editiondefaults/editions_defaults.binpb create mode 100644 vendor/google.golang.org/protobuf/internal/editionssupport/editions.go create mode 100644 vendor/google.golang.org/protobuf/internal/filedesc/editions.go create mode 100644 vendor/google.golang.org/protobuf/internal/genid/go_features_gen.go rename vendor/google.golang.org/protobuf/internal/strs/{strings_unsafe.go => strings_unsafe_go120.go} (96%) create mode 100644 vendor/google.golang.org/protobuf/internal/strs/strings_unsafe_go121.go create mode 100644 vendor/google.golang.org/protobuf/reflect/protodesc/editions.go rename vendor/google.golang.org/protobuf/reflect/protoreflect/{value_unsafe.go => value_unsafe_go120.go} (97%) create mode 100644 vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe_go121.go create mode 100644 vendor/google.golang.org/protobuf/types/gofeaturespb/go_features.pb.go delete mode 100644 vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go delete mode 100644 vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go create mode 100644 vendor/gopkg.in/JX3BOX/golib.v1/exttypes/date.go HEAD is now at 409dcfb summary download [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [] ****************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [shell] ******************************************************************* changed: [localhost] => (item=next2) changed: [localhost] => (item=j3cx) changed: [localhost] => (item=gs-content-monitor) PLAY RECAP ********************************************************************* localhost : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 j3cx: stopped j3cx: started dbm: stopped dbm: started)
24-09-02 23:03:08.383155: Start to execute local command. /data/scripts/update.sh
24-09-02 23:03:08.381769: Start to process server: {"SCRIPT": "/data/scripts/update.sh"}
24-09-02 23:03:08.381055: Starting to execute /data/scripts/update.sh
24-09-02 23:03:02.671241: Completed execute: (True, From github.com:JX3BOX/service-api * [new tag] V3.2.4 -> V3.2.4 Updating 409dcfb..c83c5eb Fast-forward .vscode/settings.json | 3 +- README.md | 7 +- ansible/docs.playbook.yml | 2 +- apps/common/constants/permission.go | 1 + apps/common/dbutils/date_params.go | 12 + apps/modules/community/api/topic_req.go | 2 + .../controller/discussionctrl/manager_topic.go | 21 +- .../internal/model/discussionmodel/curd.go | 46 +- apps/modules/community/tests/topic_test.go | 6 +- apps/modules/security/init.go | 24 + .../security/internal/api/reject_ip_form.go | 16 + .../security/internal/api/reject_path_form.go | 16 + .../internal/controller/rejectipctrl/curd.go | 158 + .../internal/controller/rejectpathctrl/curd.go | 159 + .../security/internal/model/rejectipmodel/curd.go | 75 + .../internal/model/rejectloghistorymodel/curd.go | 64 + .../internal/model/rejectpathmodel/curd.go | 75 + .../internal/model/visitehistorymodel/curd.go | 72 + .../internal/model/visitehistorymodel/curd_hour.go | 72 + .../internal/services/reject_ip_service.go | 158 + .../internal/services/reject_path_service.go | 152 + apps/modules/security/router/inject.go | 23 + apps/modules/security/schemas/reject_ip.go | 21 + .../modules/security/schemas/reject_log_history.go | 16 + apps/modules/security/schemas/reject_path.go | 18 + apps/modules/security/schemas/visite_history.go | 29 + apps/modules/voteprogram/init.go | 21 + .../voteprogram/internal/api/vote_program_form.go | 37 + .../internal/model/voteprogramitemmodel/curd.go | 98 + .../internal/model/voteprogrammodel/curd.go | 60 + apps/modules/voteprogram/schemas/vote_history.go | 30 + apps/modules/voteprogram/schemas/vote_program.go | 28 + .../voteprogram/schemas/vote_program_item.go | 34 + .../modules/voteprogram/schemas/vote_user_votes.go | 13 + go.mod | 56 +- go.sum | 393 +- server/mainapi.go | 4 + vendor/github.com/BurntSushi/toml/decode.go | 4 +- vendor/github.com/BurntSushi/toml/deprecated.go | 8 + vendor/github.com/BurntSushi/toml/encode.go | 53 +- vendor/github.com/BurntSushi/toml/error.go | 4 +- vendor/github.com/BurntSushi/toml/lex.go | 82 +- vendor/github.com/BurntSushi/toml/meta.go | 2 +- vendor/github.com/BurntSushi/toml/parse.go | 136 +- .../JX3BOX/caddy_plugins/constants/keys.go | 51 + .../schema/point_experience_action_type_setting.go | 2 +- vendor/github.com/cespare/xxhash/v2/README.md | 31 +- vendor/github.com/cespare/xxhash/v2/testall.sh | 10 + vendor/github.com/cespare/xxhash/v2/xxhash.go | 47 +- vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s | 336 +- vendor/github.com/cespare/xxhash/v2/xxhash_arm64.s | 183 + .../xxhash/v2/{xxhash_amd64.go => xxhash_asm.go} | 2 + .../github.com/cespare/xxhash/v2/xxhash_other.go | 22 +- vendor/github.com/cespare/xxhash/v2/xxhash_safe.go | 1 + .../github.com/cespare/xxhash/v2/xxhash_unsafe.go | 3 +- vendor/github.com/go-sql-driver/mysql/AUTHORS | 9 + vendor/github.com/go-sql-driver/mysql/CHANGELOG.md | 34 + vendor/github.com/go-sql-driver/mysql/README.md | 21 +- .../github.com/go-sql-driver/mysql/atomic_bool.go | 19 + .../go-sql-driver/mysql/atomic_bool_go118.go | 47 + vendor/github.com/go-sql-driver/mysql/auth.go | 56 +- .../github.com/go-sql-driver/mysql/collations.go | 3 +- vendor/github.com/go-sql-driver/mysql/conncheck.go | 1 + .../go-sql-driver/mysql/conncheck_dummy.go | 1 + .../github.com/go-sql-driver/mysql/connection.go | 26 +- vendor/github.com/go-sql-driver/mysql/const.go | 2 +- vendor/github.com/go-sql-driver/mysql/driver.go | 6 +- vendor/github.com/go-sql-driver/mysql/dsn.go | 73 +- vendor/github.com/go-sql-driver/mysql/errors.go | 18 +- vendor/github.com/go-sql-driver/mysql/fields.go | 14 +- vendor/github.com/go-sql-driver/mysql/fuzz.go | 1 + vendor/github.com/go-sql-driver/mysql/infile.go | 32 +- vendor/github.com/go-sql-driver/mysql/nulltime.go | 21 + .../go-sql-driver/mysql/nulltime_go113.go | 40 - .../go-sql-driver/mysql/nulltime_legacy.go | 39 - vendor/github.com/go-sql-driver/mysql/packets.go | 90 +- vendor/github.com/go-sql-driver/mysql/statement.go | 8 +- .../github.com/go-sql-driver/mysql/transaction.go | 4 +- vendor/github.com/go-sql-driver/mysql/utils.go | 122 +- vendor/github.com/golang/protobuf/ptypes/any.go | 179 - .../golang/protobuf/ptypes/any/any.pb.go | 62 - vendor/github.com/golang/protobuf/ptypes/doc.go | 10 - .../github.com/golang/protobuf/ptypes/duration.go | 76 - .../golang/protobuf/ptypes/duration/duration.pb.go | 63 - .../github.com/golang/protobuf/ptypes/timestamp.go | 112 - .../protobuf/ptypes/timestamp/timestamp.pb.go | 64 - vendor/github.com/google/uuid/.travis.yml | 9 - vendor/github.com/google/uuid/CHANGELOG.md | 41 + vendor/github.com/google/uuid/CONTRIBUTING.md | 16 + vendor/github.com/google/uuid/README.md | 10 +- vendor/github.com/google/uuid/hash.go | 6 + vendor/github.com/google/uuid/node_js.go | 2 +- vendor/github.com/google/uuid/time.go | 21 +- vendor/github.com/google/uuid/uuid.go | 89 +- vendor/github.com/google/uuid/version6.go | 56 + vendor/github.com/google/uuid/version7.go | 104 + .../github.com/klauspost/compress/.goreleaser.yml | 22 +- vendor/github.com/klauspost/compress/README.md | 114 +- vendor/github.com/klauspost/compress/SECURITY.md | 25 + .../github.com/klauspost/compress/flate/deflate.go | 159 +- .../klauspost/compress/flate/fast_encoder.go | 23 - .../klauspost/compress/flate/huffman_bit_writer.go | 5 - .../klauspost/compress/flate/huffman_sortByFreq.go | 19 - .../github.com/klauspost/compress/flate/inflate.go | 66 +- .../klauspost/compress/flate/inflate_gen.go | 34 +- .../github.com/klauspost/compress/flate/level5.go | 398 + .../klauspost/compress/flate/matchlen_amd64.go | 16 + .../klauspost/compress/flate/matchlen_amd64.s | 68 + .../klauspost/compress/flate/matchlen_generic.go | 33 + .../klauspost/compress/flate/stateless.go | 19 +- .../github.com/klauspost/compress/fse/bitwriter.go | 3 +- .../github.com/klauspost/compress/fse/compress.go | 36 +- .../klauspost/compress/fse/decompress.go | 4 +- .../github.com/klauspost/compress/gzip/gunzip.go | 35 +- vendor/github.com/klauspost/compress/gzip/gzip.go | 21 + .../klauspost/compress/huff0/bitreader.go | 8 +- .../klauspost/compress/huff0/bitwriter.go | 27 +- .../klauspost/compress/huff0/bytereader.go | 44 - .../klauspost/compress/huff0/compress.go | 118 +- .../klauspost/compress/huff0/decompress.go | 4 +- .../klauspost/compress/huff0/decompress_amd64.s | 584 +- .../github.com/klauspost/compress/huff0/huff0.go | 4 +- .../klauspost/compress/internal/race/norace.go | 13 + .../klauspost/compress/internal/race/race.go | 26 + .../compress/internal/snapref/encode_other.go | 36 +- vendor/github.com/klauspost/compress/s2/README.md | 186 +- vendor/github.com/klauspost/compress/s2/decode.go | 1221 +- .../klauspost/compress/s2/decode_other.go | 13 + vendor/github.com/klauspost/compress/s2/dict.go | 350 + vendor/github.com/klauspost/compress/s2/encode.go | 1042 +- .../github.com/klauspost/compress/s2/encode_all.go | 613 +- .../klauspost/compress/s2/encode_amd64.go | 16 + .../klauspost/compress/s2/encode_best.go | 193 +- .../klauspost/compress/s2/encode_better.go | 646 +- .../github.com/klauspost/compress/s2/encode_go.go | 415 + .../klauspost/compress/s2/encodeblock_amd64.go | 34 + .../klauspost/compress/s2/encodeblock_amd64.s | 20597 +++++++++++-------- vendor/github.com/klauspost/compress/s2/index.go | 20 +- .../github.com/klauspost/compress/s2/lz4convert.go | 585 + .../klauspost/compress/s2/lz4sconvert.go | 467 + vendor/github.com/klauspost/compress/s2/reader.go | 1075 + vendor/github.com/klauspost/compress/s2/s2.go | 4 + vendor/github.com/klauspost/compress/s2/writer.go | 1033 + vendor/github.com/klauspost/compress/s2sx.mod | 2 +- .../github.com/klauspost/compress/zstd/README.md | 4 +- .../klauspost/compress/zstd/bitreader.go | 34 +- .../klauspost/compress/zstd/bitwriter.go | 3 +- .../github.com/klauspost/compress/zstd/blockdec.go | 18 +- .../github.com/klauspost/compress/zstd/blockenc.go | 58 +- .../github.com/klauspost/compress/zstd/bytebuf.go | 4 +- .../klauspost/compress/zstd/decodeheader.go | 60 +- .../github.com/klauspost/compress/zstd/decoder.go | 63 +- .../klauspost/compress/zstd/decoder_options.go | 26 +- vendor/github.com/klauspost/compress/zstd/dict.go | 425 +- .../github.com/klauspost/compress/zstd/enc_base.go | 3 +- .../github.com/klauspost/compress/zstd/enc_best.go | 326 +- .../klauspost/compress/zstd/enc_better.go | 30 +- .../klauspost/compress/zstd/enc_dfast.go | 2 +- .../github.com/klauspost/compress/zstd/enc_fast.go | 17 +- .../github.com/klauspost/compress/zstd/encoder.go | 91 +- .../klauspost/compress/zstd/encoder_options.go | 33 +- .../github.com/klauspost/compress/zstd/framedec.go | 57 +- .../github.com/klauspost/compress/zstd/frameenc.go | 6 +- .../klauspost/compress/zstd/fse_decoder_generic.go | 11 +- .../klauspost/compress/zstd/matchlen_amd64.go | 16 + .../klauspost/compress/zstd/matchlen_amd64.s | 68 + .../klauspost/compress/zstd/matchlen_generic.go | 33 + .../github.com/klauspost/compress/zstd/seqdec.go | 28 +- .../klauspost/compress/zstd/seqdec_amd64.go | 17 +- .../klauspost/compress/zstd/seqdec_amd64.s | 400 +- .../klauspost/compress/zstd/seqdec_generic.go | 2 +- .../github.com/klauspost/compress/zstd/snappy.go | 5 +- vendor/github.com/klauspost/compress/zstd/zstd.go | 27 +- .../matttproud/golang_protobuf_extensions/LICENSE | 201 - .../matttproud/golang_protobuf_extensions/NOTICE | 1 - .../golang_protobuf_extensions/pbutil/.gitignore | 1 - .../golang_protobuf_extensions/pbutil/Makefile | 7 - .../golang_protobuf_extensions/pbutil/decode.go | 75 - .../golang_protobuf_extensions/pbutil/encode.go | 46 - .../prometheus/client_golang/prometheus/README.md | 2 +- .../prometheus/build_info_collector.go | 38 + .../client_golang/prometheus/collector.go | 14 +- .../prometheus/client_golang/prometheus/counter.go | 65 +- .../prometheus/client_golang/prometheus/desc.go | 57 +- .../prometheus/client_golang/prometheus/doc.go | 107 +- .../client_golang/prometheus/expvar_collector.go | 2 +- .../prometheus/client_golang/prometheus/gauge.go | 36 +- .../prometheus/client_golang/prometheus/get_pid.go | 26 + .../client_golang/prometheus/get_pid_gopherjs.go | 23 + .../client_golang/prometheus/go_collector.go | 496 +- .../client_golang/prometheus/go_collector_go116.go | 122 + .../prometheus/go_collector_latest.go | 567 + .../client_golang/prometheus/histogram.go | 1123 +- .../prometheus/internal/almost_equal.go | 60 + .../client_golang/prometheus/internal/difflib.go | 654 + .../prometheus/internal/go_collector_options.go | 32 + .../prometheus/internal/go_runtime_metrics.go | 142 + .../client_golang/prometheus/internal/metric.go | 28 +- .../prometheus/client_golang/prometheus/labels.go | 109 +- .../prometheus/client_golang/prometheus/metric.go | 121 +- .../client_golang/prometheus/num_threads.go | 25 + .../prometheus/num_threads_gopherjs.go | 22 + .../client_golang/prometheus/observer.go | 2 +- .../client_golang/prometheus/process_collector.go | 10 +- .../prometheus/process_collector_js.go | 26 + .../prometheus/process_collector_other.go | 3 +- .../prometheus/process_collector_wasip1.go | 26 + .../client_golang/prometheus/registry.go | 171 +- .../prometheus/client_golang/prometheus/summary.go | 81 +- .../prometheus/client_golang/prometheus/timer.go | 39 +- .../prometheus/client_golang/prometheus/value.go | 108 +- .../prometheus/client_golang/prometheus/vec.go | 181 +- .../prometheus/client_golang/prometheus/vnext.go | 23 + .../prometheus/client_golang/prometheus/wrap.go | 8 +- .../prometheus/client_model/go/metrics.pb.go | 1579 +- .../github.com/prometheus/common/expfmt/decode.go | 66 +- .../github.com/prometheus/common/expfmt/encode.go | 79 +- .../github.com/prometheus/common/expfmt/expfmt.go | 156 +- vendor/github.com/prometheus/common/expfmt/fuzz.go | 5 +- .../prometheus/common/expfmt/openmetrics_create.go | 111 +- .../prometheus/common/expfmt/text_create.go | 121 +- .../prometheus/common/expfmt/text_parse.go | 16 +- .../internal/bitbucket.org/ww/goautoneg/autoneg.go | 22 +- vendor/github.com/prometheus/common/model/alert.go | 4 +- .../github.com/prometheus/common/model/labels.go | 22 +- .../github.com/prometheus/common/model/metadata.go | 28 + .../github.com/prometheus/common/model/metric.go | 368 +- .../prometheus/common/model/signature.go | 6 +- .../github.com/prometheus/common/model/silence.go | 2 +- vendor/github.com/prometheus/common/model/time.go | 91 +- vendor/github.com/prometheus/common/model/value.go | 262 +- .../prometheus/common/model/value_float.go | 98 + .../prometheus/common/model/value_histogram.go | 178 + .../prometheus/common/model/value_type.go | 83 + vendor/github.com/prometheus/procfs/.gitignore | 3 +- vendor/github.com/prometheus/procfs/.golangci.yml | 13 +- .../prometheus/procfs/CODE_OF_CONDUCT.md | 4 +- .../github.com/prometheus/procfs/CONTRIBUTING.md | 4 +- vendor/github.com/prometheus/procfs/Makefile | 10 +- .../github.com/prometheus/procfs/Makefile.common | 117 +- vendor/github.com/prometheus/procfs/README.md | 8 +- vendor/github.com/prometheus/procfs/SECURITY.md | 2 +- vendor/github.com/prometheus/procfs/arp.go | 51 +- vendor/github.com/prometheus/procfs/buddyinfo.go | 6 +- vendor/github.com/prometheus/procfs/cmdline.go | 30 + vendor/github.com/prometheus/procfs/cpuinfo.go | 58 +- .../github.com/prometheus/procfs/cpuinfo_armx.go | 1 + .../procfs/cpuinfo_loong64.go} | 13 +- .../github.com/prometheus/procfs/cpuinfo_mipsx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_others.go | 4 +- .../github.com/prometheus/procfs/cpuinfo_ppcx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_riscvx.go | 1 + .../github.com/prometheus/procfs/cpuinfo_s390x.go | 1 + vendor/github.com/prometheus/procfs/cpuinfo_x86.go | 1 + vendor/github.com/prometheus/procfs/crypto.go | 7 +- vendor/github.com/prometheus/procfs/doc.go | 51 +- vendor/github.com/prometheus/procfs/fixtures.ttar | 6553 ------ vendor/github.com/prometheus/procfs/fs.go | 11 +- .../prometheus/procfs/fs_statfs_notype.go | 23 + .../github.com/prometheus/procfs/fs_statfs_type.go | 33 + vendor/github.com/prometheus/procfs/fscache.go | 6 +- .../github.com/prometheus/procfs/internal/fs/fs.go | 2 +- .../prometheus/procfs/internal/util/parse.go | 21 +- .../prometheus/procfs/internal/util/readfile.go | 11 +- .../prometheus/procfs/internal/util/sysreadfile.go | 8 +- .../procfs/internal/util/sysreadfile_compat.go | 3 +- vendor/github.com/prometheus/procfs/ipvs.go | 10 +- .../github.com/prometheus/procfs/kernel_random.go | 1 + vendor/github.com/prometheus/procfs/loadavg.go | 6 +- vendor/github.com/prometheus/procfs/mdstat.go | 125 +- vendor/github.com/prometheus/procfs/meminfo.go | 4 +- vendor/github.com/prometheus/procfs/mountinfo.go | 10 +- vendor/github.com/prometheus/procfs/mountstats.go | 120 +- .../prometheus/procfs/net_conntrackstat.go | 101 +- vendor/github.com/prometheus/procfs/net_dev.go | 8 +- .../github.com/prometheus/procfs/net_ip_socket.go | 40 +- .../github.com/prometheus/procfs/net_protocols.go | 8 +- vendor/github.com/prometheus/procfs/net_route.go | 143 + .../github.com/prometheus/procfs/net_sockstat.go | 9 +- vendor/github.com/prometheus/procfs/net_softnet.go | 87 +- vendor/github.com/prometheus/procfs/net_unix.go | 16 +- .../github.com/prometheus/procfs/net_wireless.go | 182 + .../prometheus/procfs/{xfrm.go => net_xfrm.go} | 11 +- vendor/github.com/prometheus/procfs/netstat.go | 82 + vendor/github.com/prometheus/procfs/proc.go | 47 +- vendor/github.com/prometheus/procfs/proc_cgroup.go | 14 +- .../github.com/prometheus/procfs/proc_cgroups.go | 98 + .../github.com/prometheus/procfs/proc_environ.go | 2 +- vendor/github.com/prometheus/procfs/proc_fdinfo.go | 13 +- .../prometheus/procfs/proc_interrupts.go | 98 + vendor/github.com/prometheus/procfs/proc_limits.go | 6 +- vendor/github.com/prometheus/procfs/proc_maps.go | 36 +- .../github.com/prometheus/procfs/proc_netstat.go | 443 + vendor/github.com/prometheus/procfs/proc_ns.go | 6 +- vendor/github.com/prometheus/procfs/proc_psi.go | 20 +- vendor/github.com/prometheus/procfs/proc_smaps.go | 27 +- vendor/github.com/prometheus/procfs/proc_snmp.go | 353 + vendor/github.com/prometheus/procfs/proc_snmp6.go | 381 + vendor/github.com/prometheus/procfs/proc_stat.go | 55 +- vendor/github.com/prometheus/procfs/proc_status.go | 91 +- vendor/github.com/prometheus/procfs/proc_sys.go | 51 + vendor/github.com/prometheus/procfs/schedstat.go | 6 +- vendor/github.com/prometheus/procfs/slab.go | 4 +- vendor/github.com/prometheus/procfs/softirqs.go | 160 + vendor/github.com/prometheus/procfs/stat.go | 60 +- vendor/github.com/prometheus/procfs/swaps.go | 8 +- vendor/github.com/prometheus/procfs/thread.go | 80 + vendor/github.com/prometheus/procfs/vm.go | 12 +- vendor/github.com/prometheus/procfs/zoneinfo.go | 10 +- vendor/github.com/sirupsen/logrus/README.md | 8 +- vendor/github.com/sirupsen/logrus/writer.go | 34 +- vendor/go.uber.org/multierr/.travis.yml | 23 - vendor/go.uber.org/multierr/CHANGELOG.md | 35 + vendor/go.uber.org/multierr/LICENSE.txt | 2 +- vendor/go.uber.org/multierr/Makefile | 6 +- vendor/go.uber.org/multierr/README.md | 30 +- vendor/go.uber.org/multierr/error.go | 415 +- vendor/go.uber.org/multierr/error_post_go120.go | 48 + .../multierr/{go113.go => error_pre_go120.go} | 31 +- vendor/go.uber.org/multierr/glide.yaml | 8 - vendor/go.uber.org/zap/.golangci.yml | 77 + vendor/go.uber.org/zap/.readme.tmpl | 10 +- vendor/go.uber.org/zap/CHANGELOG.md | 305 +- vendor/go.uber.org/zap/{LICENSE.txt => LICENSE} | 0 vendor/go.uber.org/zap/Makefile | 87 +- vendor/go.uber.org/zap/README.md | 78 +- vendor/go.uber.org/zap/array.go | 127 + vendor/go.uber.org/zap/array_go118.go | 156 - vendor/go.uber.org/zap/buffer/buffer.go | 5 + vendor/go.uber.org/zap/buffer/pool.go | 20 +- vendor/go.uber.org/zap/config.go | 84 +- vendor/go.uber.org/zap/error.go | 14 +- vendor/go.uber.org/zap/field.go | 196 +- vendor/go.uber.org/zap/http_handler.go | 19 +- vendor/go.uber.org/zap/internal/level_enabler.go | 2 + vendor/go.uber.org/zap/internal/pool/pool.go | 58 + .../stacktrace/stack.go} | 83 +- vendor/go.uber.org/zap/level.go | 9 +- vendor/go.uber.org/zap/logger.go | 94 +- vendor/go.uber.org/zap/options.go | 18 +- vendor/go.uber.org/zap/sink.go | 101 +- vendor/go.uber.org/zap/sugar.go | 139 +- vendor/go.uber.org/zap/writer.go | 14 +- vendor/go.uber.org/zap/zapcore/console_encoder.go | 16 +- vendor/go.uber.org/zap/zapcore/core.go | 6 +- vendor/go.uber.org/zap/zapcore/encoder.go | 15 + vendor/go.uber.org/zap/zapcore/entry.go | 25 +- vendor/go.uber.org/zap/zapcore/error.go | 14 +- vendor/go.uber.org/zap/zapcore/field.go | 2 +- vendor/go.uber.org/zap/zapcore/json_encoder.go | 157 +- vendor/go.uber.org/zap/zapcore/lazy_with.go | 54 + vendor/go.uber.org/zap/zapcore/sampler.go | 9 +- vendor/golang.org/x/mod/semver/semver.go | 6 +- vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go | 71 - vendor/golang.org/x/net/html/doc.go | 2 +- vendor/golang.org/x/oauth2/AUTHORS | 3 - vendor/golang.org/x/oauth2/CONTRIBUTORS | 3 - vendor/golang.org/x/oauth2/README.md | 12 +- vendor/golang.org/x/oauth2/deviceauth.go | 198 + .../x/oauth2/internal/client_appengine.go | 1 - vendor/golang.org/x/oauth2/internal/oauth2.go | 2 +- vendor/golang.org/x/oauth2/internal/token.go | 134 +- vendor/golang.org/x/oauth2/oauth2.go | 64 +- vendor/golang.org/x/oauth2/pkce.go | 68 + vendor/golang.org/x/oauth2/token.go | 35 +- vendor/golang.org/x/sys/unix/asm_zos_s390x.s | 665 +- vendor/golang.org/x/sys/unix/bpxsvc_zos.go | 657 + vendor/golang.org/x/sys/unix/bpxsvc_zos.s | 192 + vendor/golang.org/x/sys/unix/epoll_zos.go | 220 - vendor/golang.org/x/sys/unix/fstatfs_zos.go | 163 - vendor/golang.org/x/sys/unix/pagesize_unix.go | 2 +- .../x/sys/unix/readdirent_getdirentries.go | 2 +- vendor/golang.org/x/sys/unix/sockcmsg_zos.go | 58 + vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s | 75 + vendor/golang.org/x/sys/unix/syscall_zos_s390x.go | 1507 +- vendor/golang.org/x/sys/unix/sysvshm_unix.go | 2 +- vendor/golang.org/x/sys/unix/sysvshm_unix_other.go | 2 +- vendor/golang.org/x/sys/unix/zerrors_linux.go | 9 + vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go | 233 +- vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s | 364 + vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go | 3113 ++- vendor/golang.org/x/sys/unix/zsysnum_linux_386.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 5 + .../x/sys/unix/zsysnum_linux_mips64le.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 5 + .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 5 + vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go | 5507 ++--- vendor/golang.org/x/sys/unix/ztypes_linux.go | 26 +- vendor/golang.org/x/sys/unix/ztypes_linux_386.go | 8 - vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_arm.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_loong64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_mips.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go | 9 - .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 9 - vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go | 146 +- vendor/golang.org/x/sys/windows/aliases.go | 2 +- vendor/golang.org/x/sys/windows/empty.s | 8 - vendor/golang.org/x/time/rate/rate.go | 2 + .../protobuf/encoding/protodelim/protodelim.go | 160 + .../protobuf/encoding/protojson/decode.go | 38 +- .../protobuf/encoding/protojson/doc.go | 2 +- .../protobuf/encoding/protojson/encode.go | 73 +- .../encoding/protojson/well_known_types.go | 59 +- .../protobuf/encoding/prototext/decode.go | 8 +- .../protobuf/encoding/prototext/encode.go | 38 +- .../protobuf/encoding/protowire/wire.go | 28 +- .../protobuf/internal/descfmt/stringer.go | 184 +- .../protobuf/internal/editiondefaults/defaults.go | 12 + .../editiondefaults/editions_defaults.binpb | Bin 0 -> 93 bytes .../protobuf/internal/editionssupport/editions.go | 13 + .../protobuf/internal/encoding/json/decode.go | 2 +- .../protobuf/internal/encoding/json/encode.go | 10 +- .../protobuf/internal/encoding/tag/tag.go | 4 +- .../protobuf/internal/encoding/text/encode.go | 10 +- .../protobuf/internal/errors/errors.go | 15 + .../protobuf/internal/filedesc/desc.go | 162 +- .../protobuf/internal/filedesc/desc_init.go | 87 + .../protobuf/internal/filedesc/desc_lazy.go | 40 +- .../protobuf/internal/filedesc/desc_list_gen.go | 11 + .../protobuf/internal/filedesc/editions.go | 156 + .../protobuf/internal/filedesc/placeholder.go | 1 + .../protobuf/internal/genid/descriptor_gen.go | 410 +- .../protobuf/internal/genid/go_features_gen.go | 31 + .../protobuf/internal/genid/struct_gen.go | 5 + .../protobuf/internal/genid/type_gen.go | 44 + .../protobuf/internal/impl/codec_extension.go | 22 +- .../protobuf/internal/impl/codec_field.go | 64 +- .../protobuf/internal/impl/codec_gen.go | 113 +- .../protobuf/internal/impl/codec_map.go | 15 +- .../protobuf/internal/impl/codec_tables.go | 2 +- .../protobuf/internal/impl/legacy_enum.go | 1 + .../protobuf/internal/impl/legacy_extension.go | 2 +- .../protobuf/internal/impl/legacy_file.go | 4 +- .../protobuf/internal/impl/legacy_message.go | 29 +- .../protobuf/internal/impl/message.go | 17 +- .../protobuf/internal/impl/message_reflect.go | 31 +- .../internal/impl/message_reflect_field.go | 2 +- .../protobuf/internal/impl/message_reflect_gen.go | 142 +- .../protobuf/internal/impl/pointer_reflect.go | 36 + .../protobuf/internal/impl/pointer_unsafe.go | 40 + .../protobuf/internal/order/order.go | 2 +- .../protobuf/internal/strs/strings.go | 2 +- .../{strings_unsafe.go => strings_unsafe_go120.go} | 4 +- .../protobuf/internal/strs/strings_unsafe_go121.go | 74 + .../protobuf/internal/version/version.go | 4 +- vendor/google.golang.org/protobuf/proto/decode.go | 4 +- vendor/google.golang.org/protobuf/proto/doc.go | 58 +- vendor/google.golang.org/protobuf/proto/encode.go | 46 +- .../google.golang.org/protobuf/proto/extension.go | 13 +- vendor/google.golang.org/protobuf/proto/merge.go | 2 +- .../google.golang.org/protobuf/proto/messageset.go | 7 +- vendor/google.golang.org/protobuf/proto/proto.go | 18 +- vendor/google.golang.org/protobuf/proto/size.go | 12 +- .../protobuf/reflect/protodesc/desc.go | 34 +- .../protobuf/reflect/protodesc/desc_init.go | 43 +- .../protobuf/reflect/protodesc/desc_resolve.go | 4 +- .../protobuf/reflect/protodesc/desc_validate.go | 63 +- .../protobuf/reflect/protodesc/editions.go | 145 + .../protobuf/reflect/protodesc/proto.go | 40 +- .../protobuf/reflect/protoreflect/proto.go | 87 +- .../protobuf/reflect/protoreflect/source_gen.go | 106 +- .../protobuf/reflect/protoreflect/type.go | 50 +- .../protobuf/reflect/protoreflect/value.go | 24 +- .../protobuf/reflect/protoreflect/value_equal.go | 8 +- .../protobuf/reflect/protoreflect/value_union.go | 44 +- .../{value_unsafe.go => value_unsafe_go120.go} | 4 +- .../reflect/protoreflect/value_unsafe_go121.go | 87 + .../protobuf/reflect/protoregistry/registry.go | 24 +- .../protobuf/types/descriptorpb/descriptor.pb.go | 3206 ++- .../protobuf/types/gofeaturespb/go_features.pb.go | 181 + .../protobuf/types/known/anypb/any.pb.go | 495 - .../protobuf/types/known/durationpb/duration.pb.go | 374 - .../types/known/timestamppb/timestamp.pb.go | 2 +- vendor/gopkg.in/JX3BOX/golib.v1/exttypes/date.go | 76 + vendor/gopkg.in/JX3BOX/golib.v1/exttypes/time.go | 14 + vendor/modules.txt | 96 +- 495 files changed, 49395 insertions(+), 29806 deletions(-) create mode 100644 apps/common/dbutils/date_params.go create mode 100644 apps/modules/security/init.go create mode 100644 apps/modules/security/internal/api/reject_ip_form.go create mode 100644 apps/modules/security/internal/api/reject_path_form.go create mode 100644 apps/modules/security/internal/controller/rejectipctrl/curd.go create mode 100644 apps/modules/security/internal/controller/rejectpathctrl/curd.go create mode 100644 apps/modules/security/internal/model/rejectipmodel/curd.go create mode 100644 apps/modules/security/internal/model/rejectloghistorymodel/curd.go create mode 100644 apps/modules/security/internal/model/rejectpathmodel/curd.go create mode 100644 apps/modules/security/internal/model/visitehistorymodel/curd.go create mode 100644 apps/modules/security/internal/model/visitehistorymodel/curd_hour.go create mode 100644 apps/modules/security/internal/services/reject_ip_service.go create mode 100644 apps/modules/security/internal/services/reject_path_service.go create mode 100644 apps/modules/security/router/inject.go create mode 100644 apps/modules/security/schemas/reject_ip.go create mode 100644 apps/modules/security/schemas/reject_log_history.go create mode 100644 apps/modules/security/schemas/reject_path.go create mode 100644 apps/modules/security/schemas/visite_history.go create mode 100644 apps/modules/voteprogram/init.go create mode 100644 apps/modules/voteprogram/internal/api/vote_program_form.go create mode 100644 apps/modules/voteprogram/internal/model/voteprogramitemmodel/curd.go create mode 100644 apps/modules/voteprogram/internal/model/voteprogrammodel/curd.go create mode 100644 apps/modules/voteprogram/schemas/vote_history.go create mode 100644 apps/modules/voteprogram/schemas/vote_program.go create mode 100644 apps/modules/voteprogram/schemas/vote_program_item.go create mode 100644 apps/modules/voteprogram/schemas/vote_user_votes.go create mode 100644 vendor/github.com/JX3BOX/caddy_plugins/constants/keys.go create mode 100644 vendor/github.com/cespare/xxhash/v2/testall.sh create mode 100644 vendor/github.com/cespare/xxhash/v2/xxhash_arm64.s rename vendor/github.com/cespare/xxhash/v2/{xxhash_amd64.go => xxhash_asm.go} (73%) create mode 100644 vendor/github.com/go-sql-driver/mysql/atomic_bool.go create mode 100644 vendor/github.com/go-sql-driver/mysql/atomic_bool_go118.go delete mode 100644 vendor/github.com/go-sql-driver/mysql/nulltime_go113.go delete mode 100644 vendor/github.com/go-sql-driver/mysql/nulltime_legacy.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/any.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/any/any.pb.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/doc.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/duration.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/timestamp.go delete mode 100644 vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go delete mode 100644 vendor/github.com/google/uuid/.travis.yml create mode 100644 vendor/github.com/google/uuid/CHANGELOG.md create mode 100644 vendor/github.com/google/uuid/version6.go create mode 100644 vendor/github.com/google/uuid/version7.go create mode 100644 vendor/github.com/klauspost/compress/SECURITY.md create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_amd64.go create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_amd64.s create mode 100644 vendor/github.com/klauspost/compress/flate/matchlen_generic.go delete mode 100644 vendor/github.com/klauspost/compress/huff0/bytereader.go create mode 100644 vendor/github.com/klauspost/compress/internal/race/norace.go create mode 100644 vendor/github.com/klauspost/compress/internal/race/race.go create mode 100644 vendor/github.com/klauspost/compress/s2/dict.go create mode 100644 vendor/github.com/klauspost/compress/s2/lz4convert.go create mode 100644 vendor/github.com/klauspost/compress/s2/lz4sconvert.go create mode 100644 vendor/github.com/klauspost/compress/s2/reader.go create mode 100644 vendor/github.com/klauspost/compress/s2/writer.go create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_amd64.go create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_amd64.s create mode 100644 vendor/github.com/klauspost/compress/zstd/matchlen_generic.go delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/LICENSE delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/NOTICE delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go delete mode 100644 vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/build_info_collector.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/get_pid.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/get_pid_gopherjs.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/go_collector_go116.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/go_collector_latest.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/almost_equal.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/difflib.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/go_collector_options.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/num_threads.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/num_threads_gopherjs.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/process_collector_js.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/process_collector_wasip1.go create mode 100644 vendor/github.com/prometheus/client_golang/prometheus/vnext.go create mode 100644 vendor/github.com/prometheus/common/model/metadata.go create mode 100644 vendor/github.com/prometheus/common/model/value_float.go create mode 100644 vendor/github.com/prometheus/common/model/value_histogram.go create mode 100644 vendor/github.com/prometheus/common/model/value_type.go create mode 100644 vendor/github.com/prometheus/procfs/cmdline.go rename vendor/github.com/{matttproud/golang_protobuf_extensions/pbutil/doc.go => prometheus/procfs/cpuinfo_loong64.go} (73%) delete mode 100644 vendor/github.com/prometheus/procfs/fixtures.ttar create mode 100644 vendor/github.com/prometheus/procfs/fs_statfs_notype.go create mode 100644 vendor/github.com/prometheus/procfs/fs_statfs_type.go create mode 100644 vendor/github.com/prometheus/procfs/net_route.go create mode 100644 vendor/github.com/prometheus/procfs/net_wireless.go rename vendor/github.com/prometheus/procfs/{xfrm.go => net_xfrm.go} (94%) create mode 100644 vendor/github.com/prometheus/procfs/netstat.go create mode 100644 vendor/github.com/prometheus/procfs/proc_cgroups.go create mode 100644 vendor/github.com/prometheus/procfs/proc_interrupts.go create mode 100644 vendor/github.com/prometheus/procfs/proc_netstat.go create mode 100644 vendor/github.com/prometheus/procfs/proc_snmp.go create mode 100644 vendor/github.com/prometheus/procfs/proc_snmp6.go create mode 100644 vendor/github.com/prometheus/procfs/proc_sys.go create mode 100644 vendor/github.com/prometheus/procfs/softirqs.go create mode 100644 vendor/github.com/prometheus/procfs/thread.go delete mode 100644 vendor/go.uber.org/multierr/.travis.yml create mode 100644 vendor/go.uber.org/multierr/error_post_go120.go rename vendor/go.uber.org/multierr/{go113.go => error_pre_go120.go} (66%) delete mode 100644 vendor/go.uber.org/multierr/glide.yaml create mode 100644 vendor/go.uber.org/zap/.golangci.yml rename vendor/go.uber.org/zap/{LICENSE.txt => LICENSE} (100%) delete mode 100644 vendor/go.uber.org/zap/array_go118.go create mode 100644 vendor/go.uber.org/zap/internal/pool/pool.go rename vendor/go.uber.org/zap/{stacktrace.go => internal/stacktrace/stack.go} (72%) create mode 100644 vendor/go.uber.org/zap/zapcore/lazy_with.go delete mode 100644 vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go delete mode 100644 vendor/golang.org/x/oauth2/AUTHORS delete mode 100644 vendor/golang.org/x/oauth2/CONTRIBUTORS create mode 100644 vendor/golang.org/x/oauth2/deviceauth.go create mode 100644 vendor/golang.org/x/oauth2/pkce.go create mode 100644 vendor/golang.org/x/sys/unix/bpxsvc_zos.go create mode 100644 vendor/golang.org/x/sys/unix/bpxsvc_zos.s delete mode 100644 vendor/golang.org/x/sys/unix/epoll_zos.go delete mode 100644 vendor/golang.org/x/sys/unix/fstatfs_zos.go create mode 100644 vendor/golang.org/x/sys/unix/sockcmsg_zos.go create mode 100644 vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s create mode 100644 vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s delete mode 100644 vendor/golang.org/x/sys/windows/empty.s create mode 100644 vendor/google.golang.org/protobuf/encoding/protodelim/protodelim.go create mode 100644 vendor/google.golang.org/protobuf/internal/editiondefaults/defaults.go create mode 100644 vendor/google.golang.org/protobuf/internal/editiondefaults/editions_defaults.binpb create mode 100644 vendor/google.golang.org/protobuf/internal/editionssupport/editions.go create mode 100644 vendor/google.golang.org/protobuf/internal/filedesc/editions.go create mode 100644 vendor/google.golang.org/protobuf/internal/genid/go_features_gen.go rename vendor/google.golang.org/protobuf/internal/strs/{strings_unsafe.go => strings_unsafe_go120.go} (96%) create mode 100644 vendor/google.golang.org/protobuf/internal/strs/strings_unsafe_go121.go create mode 100644 vendor/google.golang.org/protobuf/reflect/protodesc/editions.go rename vendor/google.golang.org/protobuf/reflect/protoreflect/{value_unsafe.go => value_unsafe_go120.go} (97%) create mode 100644 vendor/google.golang.org/protobuf/reflect/protoreflect/value_unsafe_go121.go create mode 100644 vendor/google.golang.org/protobuf/types/gofeaturespb/go_features.pb.go delete mode 100644 vendor/google.golang.org/protobuf/types/known/anypb/any.pb.go delete mode 100644 vendor/google.golang.org/protobuf/types/known/durationpb/duration.pb.go create mode 100644 vendor/gopkg.in/JX3BOX/golib.v1/exttypes/date.go HEAD is now at 409dcfb summary download [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' PLAY [] ****************************************************************** TASK [Gathering Facts] ********************************************************* ok: [localhost] TASK [shell] ******************************************************************* changed: [localhost] => (item=next2) changed: [localhost] => (item=j3cx) changed: [localhost] => (item=gs-content-monitor) PLAY RECAP ********************************************************************* localhost : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 j3cx: stopped j3cx: started dbm: stopped dbm: started)
24-09-02 23:01:34.902563: Start to execute local command. /data/scripts/update.sh
{
"service-api": [
{
"SCRIPT": "/data/scripts/update.sh"
}
],
"service-team": [
{
"SCRIPT": "/data/scripts/update_team.sh"
}
]
}
Code of hustcc/webhookit hosted on github. Authored by hustcc.
Current running version: v0.0.10