@colin4k1024/tsp 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +676 -0
- package/agents/roles/architect.md +119 -0
- package/agents/roles/backend-engineer.md +131 -0
- package/agents/roles/devops-engineer.md +113 -0
- package/agents/roles/frontend-engineer.md +118 -0
- package/agents/roles/product-manager.md +120 -0
- package/agents/roles/project-manager.md +104 -0
- package/agents/roles/qa-engineer.md +128 -0
- package/agents/roles/tech-lead.md +137 -0
- package/agents/specialists/architect.md +37 -0
- package/agents/specialists/build-error-resolver.md +38 -0
- package/agents/specialists/chief-of-staff.md +35 -0
- package/agents/specialists/code-reviewer.md +35 -0
- package/agents/specialists/cpp-build-resolver.md +34 -0
- package/agents/specialists/cpp-reviewer.md +33 -0
- package/agents/specialists/database-reviewer.md +36 -0
- package/agents/specialists/doc-updater.md +34 -0
- package/agents/specialists/docs-lookup.md +34 -0
- package/agents/specialists/e2e-runner.md +39 -0
- package/agents/specialists/go-build-resolver.md +34 -0
- package/agents/specialists/go-reviewer.md +34 -0
- package/agents/specialists/harness-optimizer.md +35 -0
- package/agents/specialists/java-build-resolver.md +34 -0
- package/agents/specialists/java-reviewer.md +36 -0
- package/agents/specialists/kotlin-build-resolver.md +34 -0
- package/agents/specialists/kotlin-reviewer.md +33 -0
- package/agents/specialists/loop-operator.md +38 -0
- package/agents/specialists/planner.md +35 -0
- package/agents/specialists/python-reviewer.md +34 -0
- package/agents/specialists/pytorch-build-resolver.md +34 -0
- package/agents/specialists/refactor-cleaner.md +35 -0
- package/agents/specialists/rust-build-resolver.md +34 -0
- package/agents/specialists/rust-reviewer.md +33 -0
- package/agents/specialists/security-reviewer.md +35 -0
- package/agents/specialists/tdd-guide.md +38 -0
- package/agents/specialists/typescript-reviewer.md +35 -0
- package/bin/lib/embedded-installer.js +93 -0
- package/bin/lib/install-surface.js +157 -0
- package/bin/lib/post-install-bridge.js +325 -0
- package/bin/lib/post-install-rtk.js +80 -0
- package/bin/lib/source-installer.js +151 -0
- package/bin/lib/ui.js +88 -0
- package/bin/lib/wizard.js +114 -0
- package/bin/prebuilt/README.md +11 -0
- package/bin/prebuilt/darwin-arm64/oris-claude-bridge +0 -0
- package/bin/prebuilt/darwin-x64/oris-claude-bridge +0 -0
- package/bin/prebuilt/linux-arm64/oris-claude-bridge +0 -0
- package/bin/prebuilt/linux-x64/oris-claude-bridge +0 -0
- package/bin/prebuilt/win32-x64/oris-claude-bridge.exe +0 -0
- package/bin/tsp-create.js +218 -0
- package/bin/tsp-install.js +6 -0
- package/commands/agent-dev.md +44 -0
- package/commands/aside.md +164 -0
- package/commands/build-fix.md +31 -0
- package/commands/checkpoint.md +74 -0
- package/commands/claw.md +23 -0
- package/commands/code-review.md +49 -0
- package/commands/context-budget.md +23 -0
- package/commands/cpp-build.md +173 -0
- package/commands/cpp-review.md +132 -0
- package/commands/cpp-test.md +251 -0
- package/commands/devfleet.md +23 -0
- package/commands/docs.md +23 -0
- package/commands/e2e.md +268 -0
- package/commands/eval.md +23 -0
- package/commands/evolve.md +210 -0
- package/commands/gan-build.md +99 -0
- package/commands/gan-design.md +35 -0
- package/commands/go-build.md +183 -0
- package/commands/go-review.md +148 -0
- package/commands/go-test.md +268 -0
- package/commands/gradle-build.md +70 -0
- package/commands/handoff.md +46 -0
- package/commands/harness-audit.md +35 -0
- package/commands/instinct-export.md +66 -0
- package/commands/instinct-import.md +114 -0
- package/commands/instinct-status.md +59 -0
- package/commands/kotlin-build.md +174 -0
- package/commands/kotlin-review.md +140 -0
- package/commands/kotlin-test.md +312 -0
- package/commands/learn-eval.md +152 -0
- package/commands/learn.md +104 -0
- package/commands/loop-start.md +32 -0
- package/commands/loop-status.md +24 -0
- package/commands/model-route.md +26 -0
- package/commands/multi-backend.md +31 -0
- package/commands/multi-execute.md +315 -0
- package/commands/multi-frontend.md +31 -0
- package/commands/multi-plan.md +268 -0
- package/commands/multi-workflow.md +191 -0
- package/commands/orchestrate.md +135 -0
- package/commands/pause.md +29 -0
- package/commands/plan.md +30 -0
- package/commands/pm2.md +272 -0
- package/commands/projects.md +39 -0
- package/commands/promote.md +41 -0
- package/commands/prompt-optimize.md +23 -0
- package/commands/prp-commit.md +112 -0
- package/commands/prp-implement.md +385 -0
- package/commands/prp-plan.md +502 -0
- package/commands/prp-pr.md +184 -0
- package/commands/prp-prd.md +447 -0
- package/commands/prune.md +31 -0
- package/commands/pua.md +37 -0
- package/commands/python-review.md +297 -0
- package/commands/quality-gate.md +29 -0
- package/commands/quick.md +33 -0
- package/commands/refactor-clean.md +80 -0
- package/commands/replay.md +46 -0
- package/commands/resume-session.md +156 -0
- package/commands/resume.md +31 -0
- package/commands/rules-distill.md +20 -0
- package/commands/rust-build.md +187 -0
- package/commands/rust-review.md +142 -0
- package/commands/rust-test.md +308 -0
- package/commands/santa-loop.md +175 -0
- package/commands/save-session.md +275 -0
- package/commands/sessions.md +333 -0
- package/commands/setup-pm.md +80 -0
- package/commands/skill-create.md +174 -0
- package/commands/skill-health.md +54 -0
- package/commands/tdd.md +31 -0
- package/commands/team-closeout.md +49 -0
- package/commands/team-execute.md +83 -0
- package/commands/team-help.md +41 -0
- package/commands/team-intake.md +50 -0
- package/commands/team-plan.md +105 -0
- package/commands/team-release.md +71 -0
- package/commands/team-review.md +80 -0
- package/commands/test-coverage.md +69 -0
- package/commands/trigger-pipeline.md +25 -0
- package/commands/update-codemaps.md +32 -0
- package/commands/update-docs.md +84 -0
- package/commands/verify.md +32 -0
- package/contexts/dev.md +5 -0
- package/contexts/research.md +5 -0
- package/contexts/review.md +5 -0
- package/crates/oris-claude-bridge/Cargo.lock +4187 -0
- package/crates/oris-claude-bridge/Cargo.toml +36 -0
- package/crates/oris-claude-bridge/Cross.toml +35 -0
- package/crates/oris-claude-bridge/src/claude_gene.rs +85 -0
- package/crates/oris-claude-bridge/src/env_fingerprint.rs +47 -0
- package/crates/oris-claude-bridge/src/evolution_state.rs +120 -0
- package/crates/oris-claude-bridge/src/gene_store.rs +290 -0
- package/crates/oris-claude-bridge/src/governor.rs +89 -0
- package/crates/oris-claude-bridge/src/main.rs +85 -0
- package/crates/oris-claude-bridge/src/replay.rs +81 -0
- package/crates/oris-claude-bridge/src/replay_graph.rs +105 -0
- package/crates/oris-claude-bridge/src/signal.rs +150 -0
- package/crates/oris-claude-bridge/src/solidify.rs +89 -0
- package/crates/oris-claude-bridge/src/solidify_graph.rs +201 -0
- package/crates/oris-claude-bridge/src/stats.rs +83 -0
- package/crates/oris-claude-bridge/src/store.rs +177 -0
- package/examples/INDEX.md +232 -0
- package/examples/ai-eval-platform-CLAUDE.md +82 -0
- package/examples/claude-conversation-script.md +107 -0
- package/examples/claude-scenario-playbook.md +113 -0
- package/examples/codex-conversation-script.md +111 -0
- package/examples/codex-scenario-playbook.md +123 -0
- package/examples/data-analytics-dashboard-CLAUDE.md +86 -0
- package/examples/data-ml-pipeline-CLAUDE.md +81 -0
- package/examples/data-observability-quality-CLAUDE.md +77 -0
- package/examples/enterprise-overlay-output-playbook.md +5 -0
- package/examples/enterprise-overlay-scenario-playbook.md +5 -0
- package/examples/full-lifecycle-demo-30min.md +458 -0
- package/examples/full-lifecycle-demo.md +446 -0
- package/examples/github-actions-supply-chain-CLAUDE.md +83 -0
- package/examples/iac-kubernetes-platform-CLAUDE.md +81 -0
- package/examples/internal-developer-platform-CLAUDE.md +79 -0
- package/examples/mobile-miniapp-CLAUDE.md +83 -0
- package/examples/platform-governance-CLAUDE.md +82 -0
- package/examples/plugin-extension-platform-CLAUDE.md +80 -0
- package/examples/project-CLAUDE.md +97 -0
- package/examples/project-type-starter-playbook.md +435 -0
- package/examples/role-conversation-scripts.md +65 -0
- package/examples/saas-nextjs-CLAUDE.md +106 -0
- package/examples/security-compliance-platform-CLAUDE.md +78 -0
- package/examples/springboot-service-CLAUDE.md +111 -0
- package/examples/user-CLAUDE.md +39 -0
- package/examples/vertical-project-conversation-scripts.md +427 -0
- package/examples/workflow-enterprise-CLAUDE.md +5 -0
- package/hooks/README.md +227 -0
- package/hooks/harness-context-monitor.js +113 -0
- package/hooks/harness-prompt-guard.js +97 -0
- package/hooks/harness-statusline.js +112 -0
- package/hooks/hooks.json +499 -0
- package/hooks/memory-persistence/README.md +97 -0
- package/hooks/memory-persistence/session-end.js +183 -0
- package/hooks/memory-persistence/session-start.js +327 -0
- package/hooks/pre-bash-block-no-verify.js +51 -0
- package/hooks/rtk-rewrite.sh +76 -0
- package/hooks/strategic-compact/README.md +71 -0
- package/hooks/strategic-compact/pre-compact.js +169 -0
- package/hooks/strategic-compact/suggest-compact.js +190 -0
- package/install.ps1 +76 -0
- package/install.sh +48 -0
- package/manifests/install-components.json +448 -0
- package/manifests/install-modules.json +825 -0
- package/manifests/install-profiles.json +110 -0
- package/manifests/model-profiles.json +66 -0
- package/marketplace.json +51 -0
- package/mcp-configs/mcp-servers.json +32 -0
- package/package.json +116 -0
- package/roles/architect/role.yaml +102 -0
- package/roles/backend-engineer/role.yaml +128 -0
- package/roles/devops-engineer/role.yaml +96 -0
- package/roles/frontend-engineer/role.yaml +101 -0
- package/roles/product-manager/role.yaml +103 -0
- package/roles/project-manager/role.yaml +87 -0
- package/roles/qa-engineer/role.yaml +125 -0
- package/roles/tech-lead/role.yaml +149 -0
- package/rules/README.md +31 -0
- package/rules/artifact-standards.md +139 -0
- package/rules/common/README.md +9 -0
- package/rules/common/agents.md +19 -0
- package/rules/common/coding-style.md +20 -0
- package/rules/common/development-workflow.md +45 -0
- package/rules/common/enterprise-architecture-governance.md +40 -0
- package/rules/common/enterprise-component-baseline.md +35 -0
- package/rules/common/git-workflow.md +15 -0
- package/rules/common/hooks.md +13 -0
- package/rules/common/patterns.md +14 -0
- package/rules/common/performance.md +13 -0
- package/rules/common/quality-gates-taxonomy.md +96 -0
- package/rules/common/security.md +33 -0
- package/rules/common/testing.md +22 -0
- package/rules/cpp/coding-style.md +44 -0
- package/rules/cpp/hooks.md +39 -0
- package/rules/cpp/patterns.md +51 -0
- package/rules/cpp/security.md +51 -0
- package/rules/cpp/testing.md +44 -0
- package/rules/csharp/coding-style.md +72 -0
- package/rules/csharp/hooks.md +25 -0
- package/rules/csharp/patterns.md +50 -0
- package/rules/csharp/security.md +58 -0
- package/rules/csharp/testing.md +46 -0
- package/rules/escalation-policy.md +16 -0
- package/rules/frontend-design-knowledge-base.md +43 -0
- package/rules/frontend-engineering-standards.md +55 -0
- package/rules/frontend-quality-gates.md +38 -0
- package/rules/frontend-ui-ux-standards.md +49 -0
- package/rules/golang/README.md +8 -0
- package/rules/golang/coding-style.md +12 -0
- package/rules/golang/testing.md +12 -0
- package/rules/handoff-contract.md +50 -0
- package/rules/java/README.md +14 -0
- package/rules/java/coding-style.md +15 -0
- package/rules/java/database.md +44 -0
- package/rules/java/enterprise-java.md +29 -0
- package/rules/java/jpa.md +13 -0
- package/rules/java/redis.md +29 -0
- package/rules/java/security.md +13 -0
- package/rules/java/springboot.md +14 -0
- package/rules/java/testing.md +13 -0
- package/rules/kotlin/coding-style.md +86 -0
- package/rules/kotlin/hooks.md +17 -0
- package/rules/kotlin/patterns.md +146 -0
- package/rules/kotlin/security.md +82 -0
- package/rules/kotlin/testing.md +128 -0
- package/rules/perl/coding-style.md +46 -0
- package/rules/perl/hooks.md +22 -0
- package/rules/perl/patterns.md +76 -0
- package/rules/perl/security.md +69 -0
- package/rules/perl/testing.md +54 -0
- package/rules/php/coding-style.md +40 -0
- package/rules/php/hooks.md +24 -0
- package/rules/php/patterns.md +33 -0
- package/rules/php/security.md +37 -0
- package/rules/php/testing.md +39 -0
- package/rules/python/README.md +9 -0
- package/rules/python/coding-style.md +12 -0
- package/rules/python/security.md +7 -0
- package/rules/python/testing.md +12 -0
- package/rules/rust/coding-style.md +151 -0
- package/rules/rust/hooks.md +16 -0
- package/rules/rust/patterns.md +168 -0
- package/rules/rust/security.md +141 -0
- package/rules/rust/testing.md +154 -0
- package/rules/swift/coding-style.md +47 -0
- package/rules/swift/hooks.md +20 -0
- package/rules/swift/patterns.md +66 -0
- package/rules/swift/security.md +33 -0
- package/rules/swift/testing.md +45 -0
- package/rules/team-operating-model.md +30 -0
- package/rules/typescript/README.md +11 -0
- package/rules/typescript/coding-style.md +13 -0
- package/rules/typescript/frontend.md +13 -0
- package/rules/typescript/testing.md +12 -0
- package/rules/zh/README.md +108 -0
- package/rules/zh/agents.md +50 -0
- package/rules/zh/code-review.md +124 -0
- package/rules/zh/coding-style.md +48 -0
- package/rules/zh/development-workflow.md +44 -0
- package/rules/zh/git-workflow.md +24 -0
- package/rules/zh/hooks.md +30 -0
- package/rules/zh/patterns.md +31 -0
- package/rules/zh/performance.md +55 -0
- package/rules/zh/security.md +29 -0
- package/rules/zh/testing.md +29 -0
- package/schemas/ecc-install-config.schema.json +67 -0
- package/schemas/hooks.schema.json +197 -0
- package/schemas/install-components.schema.json +58 -0
- package/schemas/install-modules.schema.json +107 -0
- package/schemas/install-profiles.schema.json +45 -0
- package/schemas/install-state.schema.json +218 -0
- package/schemas/package-manager.schema.json +23 -0
- package/schemas/plugin.schema.json +58 -0
- package/schemas/provenance.schema.json +31 -0
- package/schemas/state-store.schema.json +394 -0
- package/schemas/workflow-definition.schema.json +210 -0
- package/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
- package/scripts/__pycache__/build_platform_artifacts.cpython-311.pyc +0 -0
- package/scripts/__pycache__/install_platform.cpython-311.pyc +0 -0
- package/scripts/__pycache__/langfuse_trace.cpython-311.pyc +0 -0
- package/scripts/__pycache__/query_audit_logs.cpython-311.pyc +0 -0
- package/scripts/__pycache__/scan_leaked_keys.cpython-311.pyc +0 -0
- package/scripts/__pycache__/team_skills_platform.cpython-311.pyc +0 -0
- package/scripts/__pycache__/team_skills_platform.cpython-313.pyc +0 -0
- package/scripts/__pycache__/validate_library.cpython-311.pyc +0 -0
- package/scripts/__pycache__/validate_workflow_state.cpython-311.pyc +0 -0
- package/scripts/artifact-persistence.js +970 -0
- package/scripts/build-platform-artifacts.js +84 -0
- package/scripts/build-platform-artifacts.ps1 +4 -0
- package/scripts/build-platform-artifacts.sh +7 -0
- package/scripts/build-prebuilt.sh +247 -0
- package/scripts/evolution/__pycache__/__init__.cpython-311.pyc +0 -0
- package/scripts/evolution/__pycache__/store.cpython-311.pyc +0 -0
- package/scripts/graphify-preflight.js +134 -0
- package/scripts/harness-audit.js +725 -0
- package/scripts/hooks/__pycache__/__init__.cpython-311.pyc +0 -0
- package/scripts/hooks/__pycache__/mcp_health_check.cpython-311.pyc +0 -0
- package/scripts/hooks/__pycache__/observe.cpython-311.pyc +0 -0
- package/scripts/hooks/__pycache__/session_end.cpython-311.pyc +0 -0
- package/scripts/hooks/__pycache__/session_start.cpython-311.pyc +0 -0
- package/scripts/hooks/auto-tmux-dev.js +88 -0
- package/scripts/hooks/check-console-log.js +71 -0
- package/scripts/hooks/check-hook-enabled.js +12 -0
- package/scripts/hooks/config-protection.js +140 -0
- package/scripts/hooks/cost-tracker.js +78 -0
- package/scripts/hooks/desktop-notify.js +168 -0
- package/scripts/hooks/doc-file-warning.js +90 -0
- package/scripts/hooks/evaluate-session.js +100 -0
- package/scripts/hooks/governance-capture.js +334 -0
- package/scripts/hooks/insaits-security-wrapper.js +90 -0
- package/scripts/hooks/mcp-health-check.js +619 -0
- package/scripts/hooks/post-bash-build-complete.js +27 -0
- package/scripts/hooks/post-bash-command-log.js +73 -0
- package/scripts/hooks/post-bash-pr-created.js +36 -0
- package/scripts/hooks/post-edit-accumulator.js +78 -0
- package/scripts/hooks/post-edit-console-warn.js +54 -0
- package/scripts/hooks/post-edit-format.js +109 -0
- package/scripts/hooks/post-edit-typecheck.js +96 -0
- package/scripts/hooks/pre-bash-block-no-verify.js +51 -0
- package/scripts/hooks/pre-bash-commit-quality.js +405 -0
- package/scripts/hooks/pre-bash-dev-server-block.js +187 -0
- package/scripts/hooks/pre-bash-git-push-reminder.js +28 -0
- package/scripts/hooks/pre-bash-tmux-reminder.js +33 -0
- package/scripts/hooks/pre-compact.js +48 -0
- package/scripts/hooks/pre-write-doc-warn.js +9 -0
- package/scripts/hooks/pua-post-tool-failure.js +50 -0
- package/scripts/hooks/pua-post-tool-use.js +40 -0
- package/scripts/hooks/pua-pre-compact.js +35 -0
- package/scripts/hooks/pua-stop.js +40 -0
- package/scripts/hooks/quality-gate.js +168 -0
- package/scripts/hooks/rtk-rewrite-wrapper.js +66 -0
- package/scripts/hooks/run-with-flags-shell.sh +41 -0
- package/scripts/hooks/run-with-flags.js +181 -0
- package/scripts/hooks/session-end-marker.js +29 -0
- package/scripts/hooks/session-end.js +301 -0
- package/scripts/hooks/session-start-bootstrap.js +149 -0
- package/scripts/hooks/session-start.js +275 -0
- package/scripts/hooks/stop-format-typecheck.js +209 -0
- package/scripts/hooks/stop-hook-bootstrap.js +111 -0
- package/scripts/hooks/suggest-compact.js +80 -0
- package/scripts/install-apply.js +511 -0
- package/scripts/install-claude.ps1 +10 -0
- package/scripts/install-claude.sh +16 -0
- package/scripts/install-codex.ps1 +13 -0
- package/scripts/install-codex.sh +19 -0
- package/scripts/install-cursor.sh +16 -0
- package/scripts/install-opencode.sh +16 -0
- package/scripts/install-plan.js +266 -0
- package/scripts/install-platform.js +1082 -0
- package/scripts/langfuse-trace.js +328 -0
- package/scripts/lib/__pycache__/audit_logger.cpython-311.pyc +0 -0
- package/scripts/lib/__pycache__/audit_query.cpython-311.pyc +0 -0
- package/scripts/lib/__pycache__/hook_contract.cpython-311.pyc +0 -0
- package/scripts/lib/__pycache__/memory_store.cpython-311.pyc +0 -0
- package/scripts/lib/__pycache__/utils.cpython-311.pyc +0 -0
- package/scripts/lib/agent-compress.js +244 -0
- package/scripts/lib/audit-logger.js +82 -0
- package/scripts/lib/audit-query.js +194 -0
- package/scripts/lib/hook-flags.js +74 -0
- package/scripts/lib/inspection.js +212 -0
- package/scripts/lib/install/apply.js +214 -0
- package/scripts/lib/install/config.js +90 -0
- package/scripts/lib/install/request.js +138 -0
- package/scripts/lib/install/runtime.js +55 -0
- package/scripts/lib/install-audit-manifest.js +225 -0
- package/scripts/lib/install-executor.js +684 -0
- package/scripts/lib/install-lifecycle.js +1317 -0
- package/scripts/lib/install-manifests.js +659 -0
- package/scripts/lib/install-state.js +315 -0
- package/scripts/lib/install-targets/antigravity-project.js +85 -0
- package/scripts/lib/install-targets/augment-project.js +47 -0
- package/scripts/lib/install-targets/claude-home.js +10 -0
- package/scripts/lib/install-targets/codebuddy-project.js +47 -0
- package/scripts/lib/install-targets/codex-home.js +10 -0
- package/scripts/lib/install-targets/copilot-home.js +10 -0
- package/scripts/lib/install-targets/cursor-project.js +47 -0
- package/scripts/lib/install-targets/gemini-project.js +10 -0
- package/scripts/lib/install-targets/helpers.js +314 -0
- package/scripts/lib/install-targets/opencode-home.js +10 -0
- package/scripts/lib/install-targets/registry.js +76 -0
- package/scripts/lib/install-targets/windsurf-project.js +47 -0
- package/scripts/lib/orchestration-session.js +299 -0
- package/scripts/lib/package-manager.d.ts +119 -0
- package/scripts/lib/package-manager.js +431 -0
- package/scripts/lib/project-detect.js +428 -0
- package/scripts/lib/pua-state.js +123 -0
- package/scripts/lib/release-health.js +82 -0
- package/scripts/lib/resolve-ecc-root.js +104 -0
- package/scripts/lib/resolve-formatter.js +185 -0
- package/scripts/lib/session-adapters/canonical-session.js +531 -0
- package/scripts/lib/session-adapters/claude-history.js +160 -0
- package/scripts/lib/session-adapters/dmux-tmux.js +90 -0
- package/scripts/lib/session-adapters/registry.js +127 -0
- package/scripts/lib/session-aliases.d.ts +136 -0
- package/scripts/lib/session-aliases.js +481 -0
- package/scripts/lib/session-manager.d.ts +132 -0
- package/scripts/lib/session-manager.js +533 -0
- package/scripts/lib/shell-split.js +86 -0
- package/scripts/lib/skill-evolution/dashboard.js +401 -0
- package/scripts/lib/skill-evolution/health.js +263 -0
- package/scripts/lib/skill-evolution/index.js +20 -0
- package/scripts/lib/skill-evolution/provenance.js +187 -0
- package/scripts/lib/skill-evolution/tracker.js +146 -0
- package/scripts/lib/skill-evolution/versioning.js +237 -0
- package/scripts/lib/skill-improvement/amendify.js +89 -0
- package/scripts/lib/skill-improvement/evaluate.js +59 -0
- package/scripts/lib/skill-improvement/health.js +118 -0
- package/scripts/lib/skill-improvement/observations.js +108 -0
- package/scripts/lib/state-store/index.js +191 -0
- package/scripts/lib/state-store/migrations.js +295 -0
- package/scripts/lib/state-store/queries.js +852 -0
- package/scripts/lib/state-store/schema.js +93 -0
- package/scripts/lib/team-skills-data.json +1318 -0
- package/scripts/lib/team-skills-platform.js +581 -0
- package/scripts/lib/tmux-worktree-orchestrator.js +598 -0
- package/scripts/lib/utils.d.ts +196 -0
- package/scripts/lib/utils.js +625 -0
- package/scripts/lib/workflow/discovery.js +105 -0
- package/scripts/lib/workflow/errors.js +33 -0
- package/scripts/lib/workflow/executor.js +350 -0
- package/scripts/lib/workflow/loader.js +173 -0
- package/scripts/lib/workflow/registry.js +102 -0
- package/scripts/lib/workflow/schema.js +66 -0
- package/scripts/lib/workflow/template.js +149 -0
- package/scripts/lib/workflow/types.d.ts +177 -0
- package/scripts/lib/workflow/types.js +27 -0
- package/scripts/lib/workflow-help-catalog.json +208 -0
- package/scripts/post-install-bridge.js +46 -0
- package/scripts/query-audit-logs.js +171 -0
- package/scripts/release-health-summary.js +297 -0
- package/scripts/release.sh +106 -0
- package/scripts/scan-leaked-keys.js +166 -0
- package/scripts/sync-prebuilt-from-github.js +521 -0
- package/scripts/trigger-gitlab-pipeline.js +165 -0
- package/scripts/validate-doc-freshness.js +321 -0
- package/scripts/validate-file-references.js +356 -0
- package/scripts/validate-library.js +487 -0
- package/scripts/validate-library.ps1 +4 -0
- package/scripts/validate-library.sh +7 -0
- package/scripts/validate-packed-tarball.js +149 -0
- package/scripts/validate-prebuilt.js +113 -0
- package/scripts/validate-skill-structure.js +256 -0
- package/scripts/validate-workflow-state.js +378 -0
- package/scripts/validate-workflows.js +99 -0
- package/scripts/workflow-help.js +648 -0
- package/scripts/workflow-list.js +133 -0
- package/scripts/workflow-readiness.js +259 -0
- package/scripts/workflow-run.js +553 -0
- package/scripts/workflow-runs.js +217 -0
- package/skills/adk-framework-adapters/SKILL.md +76 -0
- package/skills/adk-framework-adapters/references/agentscope.md +261 -0
- package/skills/adk-framework-adapters/references/autogen.md +206 -0
- package/skills/adk-framework-adapters/references/crewai.md +251 -0
- package/skills/adk-framework-adapters/references/eino.md +264 -0
- package/skills/adk-framework-adapters/references/langchain.md +193 -0
- package/skills/agent-dev-workshop/SKILL.md +296 -0
- package/skills/agent-dev-workshop/agents/openai.yaml +4 -0
- package/skills/agent-dev-workshop/references/phase1-discovery.md +124 -0
- package/skills/agent-dev-workshop/references/phase2-architecture.md +146 -0
- package/skills/agent-dev-workshop/references/phase3-tools.md +174 -0
- package/skills/agent-dev-workshop/references/phase4-prompts.md +269 -0
- package/skills/agent-dev-workshop/references/phase5-codegen.md +182 -0
- package/skills/agent-dev-workshop/references/phase6-verification.md +160 -0
- package/skills/agent-dev-workshop/references/shared.md +123 -0
- package/skills/agent-eval/SKILL.md +145 -0
- package/skills/agent-harness-construction/SKILL.md +73 -0
- package/skills/agent-patterns-catalog/SKILL.md +74 -0
- package/skills/agent-patterns-catalog/references/autonomous-agent.md +151 -0
- package/skills/agent-patterns-catalog/references/multi-agent-conversation.md +102 -0
- package/skills/agent-patterns-catalog/references/multi-agent-workflow.md +124 -0
- package/skills/agent-patterns-catalog/references/rag-agent.md +128 -0
- package/skills/agent-patterns-catalog/references/react-agent.md +72 -0
- package/skills/agent-patterns-catalog/references/tool-use-agent.md +139 -0
- package/skills/agent-payment-x402/SKILL.md +178 -0
- package/skills/agentic-engineering/SKILL.md +63 -0
- package/skills/ai-first-engineering/SKILL.md +51 -0
- package/skills/ai-regression-testing/SKILL.md +385 -0
- package/skills/ai-regression-testing/agents/openai.yaml +4 -0
- package/skills/android-clean-architecture/SKILL.md +339 -0
- package/skills/api-contract/SKILL.md +21 -0
- package/skills/api-contract/agents/openai.yaml +4 -0
- package/skills/api-design/SKILL.md +523 -0
- package/skills/architecture-decision-records/SKILL.md +179 -0
- package/skills/article-writing/SKILL.md +106 -0
- package/skills/autonomous-agent-harness/SKILL.md +267 -0
- package/skills/autonomous-loops/SKILL.md +610 -0
- package/skills/backend-patterns/SKILL.md +598 -0
- package/skills/benchmark/SKILL.md +93 -0
- package/skills/blueprint/SKILL.md +105 -0
- package/skills/brainstorming/SKILL.md +74 -0
- package/skills/brand-voice/SKILL.md +97 -0
- package/skills/brand-voice/references/voice-profile-schema.md +55 -0
- package/skills/browser-qa/SKILL.md +87 -0
- package/skills/browser-smoke-testing/SKILL.md +36 -0
- package/skills/browser-smoke-testing/agents/openai.yaml +4 -0
- package/skills/bun-runtime/SKILL.md +84 -0
- package/skills/canary-watch/SKILL.md +99 -0
- package/skills/carrier-relationship-management/SKILL.md +212 -0
- package/skills/ck/SKILL.md +147 -0
- package/skills/ck/commands/forget.mjs +44 -0
- package/skills/ck/commands/info.mjs +24 -0
- package/skills/ck/commands/init.mjs +143 -0
- package/skills/ck/commands/list.mjs +40 -0
- package/skills/ck/commands/migrate.mjs +202 -0
- package/skills/ck/commands/resume.mjs +36 -0
- package/skills/ck/commands/save.mjs +210 -0
- package/skills/ck/commands/shared.mjs +387 -0
- package/skills/ck/hooks/session-start.mjs +224 -0
- package/skills/claude-api/SKILL.md +337 -0
- package/skills/claude-devfleet/SKILL.md +103 -0
- package/skills/click-path-audit/SKILL.md +244 -0
- package/skills/clickhouse-io/SKILL.md +439 -0
- package/skills/codebase-onboarding/SKILL.md +233 -0
- package/skills/coding-standards/SKILL.md +530 -0
- package/skills/compose-multiplatform-patterns/SKILL.md +299 -0
- package/skills/configure-ecc/SKILL.md +367 -0
- package/skills/configure-ecc/agents/openai.yaml +4 -0
- package/skills/connections-optimizer/SKILL.md +187 -0
- package/skills/content-engine/SKILL.md +153 -0
- package/skills/content-hash-cache-pattern/SKILL.md +161 -0
- package/skills/context-budget/SKILL.md +135 -0
- package/skills/context-engineering/SKILL.md +198 -0
- package/skills/context-lifecycle/SKILL.md +164 -0
- package/skills/context-recall/SKILL.md +154 -0
- package/skills/continuous-agent-loop/SKILL.md +45 -0
- package/skills/continuous-learning/SKILL.md +140 -0
- package/skills/continuous-learning/agents/openai.yaml +4 -0
- package/skills/continuous-learning-v2/SKILL.md +140 -0
- package/skills/continuous-learning-v2/agents/observer-loop.sh +210 -0
- package/skills/continuous-learning-v2/agents/observer.md +198 -0
- package/skills/continuous-learning-v2/agents/openai.yaml +4 -0
- package/skills/continuous-learning-v2/agents/session-guardian.sh +150 -0
- package/skills/continuous-learning-v2/agents/start-observer.sh +244 -0
- package/skills/continuous-learning-v2/config.json +8 -0
- package/skills/continuous-learning-v2/hooks/observe.sh +414 -0
- package/skills/continuous-learning-v2/scripts/detect-project.sh +228 -0
- package/skills/continuous-learning-v2/scripts/instinct-cli.py +1477 -0
- package/skills/continuous-learning-v2/scripts/test_parse_instinct.py +984 -0
- package/skills/cost-aware-llm-pipeline/SKILL.md +138 -0
- package/skills/cpp-coding-standards/SKILL.md +723 -0
- package/skills/cpp-testing/SKILL.md +324 -0
- package/skills/cross-model-review/SKILL.md +107 -0
- package/skills/crosspost/SKILL.md +117 -0
- package/skills/customer-billing-ops/SKILL.md +140 -0
- package/skills/customs-trade-compliance/SKILL.md +263 -0
- package/skills/data-scraper-agent/SKILL.md +764 -0
- package/skills/database-migrations/SKILL.md +429 -0
- package/skills/deep-research/SKILL.md +155 -0
- package/skills/deployment-patterns/SKILL.md +427 -0
- package/skills/design-system/SKILL.md +82 -0
- package/skills/discuss-phase/SKILL.md +73 -0
- package/skills/django-patterns/SKILL.md +734 -0
- package/skills/django-security/SKILL.md +593 -0
- package/skills/django-tdd/SKILL.md +729 -0
- package/skills/django-verification/SKILL.md +469 -0
- package/skills/dmux-workflows/SKILL.md +191 -0
- package/skills/doc-architecture/SKILL.md +93 -0
- package/skills/doc-architecture/agents/openai.yaml +4 -0
- package/skills/doc-architecture/references/artifact-mapping.md +16 -0
- package/skills/doc-architecture/references/audit-checklist.md +34 -0
- package/skills/doc-architecture/references/discovery-questionnaire.md +40 -0
- package/skills/doc-architecture/references/doc-evolution-guide.md +23 -0
- package/skills/doc-architecture/references/service-decomposition-guide.md +32 -0
- package/skills/doc-architecture/references/tech-stack-profiles.md +31 -0
- package/skills/doc-architecture/references/templates/agents-md.tmpl.md +7 -0
- package/skills/doc-architecture/references/templates/architecture.tmpl.md +8 -0
- package/skills/doc-architecture/references/templates/domain.tmpl.md +7 -0
- package/skills/doc-architecture/references/templates/frontend.tmpl.md +7 -0
- package/skills/doc-architecture/references/templates/plan.tmpl.md +6 -0
- package/skills/doc-architecture/references/templates/runbook.tmpl.md +6 -0
- package/skills/doc-architecture/references/templates/spec.tmpl.md +8 -0
- package/skills/docker-patterns/SKILL.md +364 -0
- package/skills/documentation-lookup/SKILL.md +90 -0
- package/skills/e2e-testing/SKILL.md +326 -0
- package/skills/e2e-testing/agents/openai.yaml +4 -0
- package/skills/energy-procurement/SKILL.md +228 -0
- package/skills/enterprise-agent-ops/SKILL.md +50 -0
- package/skills/error-experience-library/SKILL.md +81 -0
- package/skills/error-experience-library/agents/openai.yaml +59 -0
- package/skills/eval-harness/SKILL.md +187 -0
- package/skills/eval-harness/agents/openai.yaml +4 -0
- package/skills/evolution-core/SKILL.md +280 -0
- package/skills/evolution-network/SKILL.md +110 -0
- package/skills/exa-search/SKILL.md +103 -0
- package/skills/fal-ai-media/SKILL.md +284 -0
- package/skills/flutter-dart-code-review/SKILL.md +435 -0
- package/skills/foundation-models-on-device/SKILL.md +243 -0
- package/skills/frontend-engineering/SKILL.md +31 -0
- package/skills/frontend-engineering/agents/openai.yaml +4 -0
- package/skills/frontend-engineering/references/component-patterns.md +19 -0
- package/skills/frontend-engineering/references/quality-checklist.md +18 -0
- package/skills/frontend-engineering/references/react-next-baseline.md +24 -0
- package/skills/frontend-patterns/SKILL.md +642 -0
- package/skills/frontend-slides/SKILL.md +184 -0
- package/skills/frontend-slides/STYLE_PRESETS.md +330 -0
- package/skills/frontend-ui-ux-system/SKILL.md +31 -0
- package/skills/frontend-ui-ux-system/agents/openai.yaml +4 -0
- package/skills/frontend-ui-ux-system/references/delivery-checklist.md +16 -0
- package/skills/frontend-ui-ux-system/references/design-md-integration.md +123 -0
- package/skills/frontend-ui-ux-system/references/design-tokens.md +22 -0
- package/skills/frontend-ui-ux-system/references/interaction-accessibility.md +19 -0
- package/skills/frontend-ui-ux-system/references/product-style-map.md +20 -0
- package/skills/gan-style-harness/SKILL.md +278 -0
- package/skills/git-workflow/SKILL.md +715 -0
- package/skills/git-worktree-isolation/SKILL.md +137 -0
- package/skills/goframe-v2/SKILL.md +136 -0
- package/skills/goframe-v2/examples/README.MD +53 -0
- package/skills/goframe-v2/examples/balancer/http/README.MD +91 -0
- package/skills/goframe-v2/examples/balancer/http/README.ZH.MD +44 -0
- package/skills/goframe-v2/examples/balancer/http/client/client.go +48 -0
- package/skills/goframe-v2/examples/balancer/http/go.mod +53 -0
- package/skills/goframe-v2/examples/balancer/http/go.sum +155 -0
- package/skills/goframe-v2/examples/balancer/http/server/server.go +43 -0
- package/skills/goframe-v2/examples/balancer/polaris/README.ZH.MD +71 -0
- package/skills/goframe-v2/examples/balancer/polaris/README.md +102 -0
- package/skills/goframe-v2/examples/balancer/polaris/client/client.go +84 -0
- package/skills/goframe-v2/examples/balancer/polaris/go.mod +63 -0
- package/skills/goframe-v2/examples/balancer/polaris/go.sum +1036 -0
- package/skills/goframe-v2/examples/balancer/polaris/server/server.go +65 -0
- package/skills/goframe-v2/examples/config/apollo/README.MD +160 -0
- package/skills/goframe-v2/examples/config/apollo/README.ZH.MD +51 -0
- package/skills/goframe-v2/examples/config/apollo/boot/boot.go +53 -0
- package/skills/goframe-v2/examples/config/apollo/go.mod +50 -0
- package/skills/goframe-v2/examples/config/apollo/go.sum +658 -0
- package/skills/goframe-v2/examples/config/apollo/main.go +42 -0
- package/skills/goframe-v2/examples/config/consul/README.MD +130 -0
- package/skills/goframe-v2/examples/config/consul/README.ZH.MD +50 -0
- package/skills/goframe-v2/examples/config/consul/boot/boot.go +63 -0
- package/skills/goframe-v2/examples/config/consul/go.mod +51 -0
- package/skills/goframe-v2/examples/config/consul/go.sum +285 -0
- package/skills/goframe-v2/examples/config/consul/main.go +45 -0
- package/skills/goframe-v2/examples/config/kubecm/README.MD +142 -0
- package/skills/goframe-v2/examples/config/kubecm/README.ZH.MD +40 -0
- package/skills/goframe-v2/examples/config/kubecm/boot_in_pod/boot.go +63 -0
- package/skills/goframe-v2/examples/config/kubecm/boot_out_pod/boot.go +85 -0
- package/skills/goframe-v2/examples/config/kubecm/go.mod +72 -0
- package/skills/goframe-v2/examples/config/kubecm/go.sum +209 -0
- package/skills/goframe-v2/examples/config/kubecm/main.go +45 -0
- package/skills/goframe-v2/examples/config/nacos/README.MD +110 -0
- package/skills/goframe-v2/examples/config/nacos/README.ZH.MD +52 -0
- package/skills/goframe-v2/examples/config/nacos/boot/boot.go +74 -0
- package/skills/goframe-v2/examples/config/nacos/go.mod +90 -0
- package/skills/goframe-v2/examples/config/nacos/go.sum +760 -0
- package/skills/goframe-v2/examples/config/nacos/main.go +45 -0
- package/skills/goframe-v2/examples/config/polaris/README.MD +135 -0
- package/skills/goframe-v2/examples/config/polaris/README.ZH.MD +47 -0
- package/skills/goframe-v2/examples/config/polaris/boot/boot.go +67 -0
- package/skills/goframe-v2/examples/config/polaris/go.mod +63 -0
- package/skills/goframe-v2/examples/config/polaris/go.sum +1036 -0
- package/skills/goframe-v2/examples/config/polaris/main.go +45 -0
- package/skills/goframe-v2/examples/config/polaris/testdata/polaris.yaml +11 -0
- package/skills/goframe-v2/examples/database/encoded-pass/README.MD +107 -0
- package/skills/goframe-v2/examples/database/encoded-pass/README.ZH.MD +108 -0
- package/skills/goframe-v2/examples/database/encoded-pass/config.yaml +3 -0
- package/skills/goframe-v2/examples/database/encoded-pass/dbdriver/dbdriver.go +77 -0
- package/skills/goframe-v2/examples/database/encoded-pass/dbdriver/dbdriver_test.go +46 -0
- package/skills/goframe-v2/examples/database/encoded-pass/go.mod +39 -0
- package/skills/goframe-v2/examples/database/encoded-pass/go.sum +86 -0
- package/skills/goframe-v2/examples/database/encoded-pass/main.go +26 -0
- package/skills/goframe-v2/examples/grpc/balancer/README.MD +104 -0
- package/skills/goframe-v2/examples/grpc/balancer/README.ZH.MD +60 -0
- package/skills/goframe-v2/examples/grpc/balancer/client/client.go +71 -0
- package/skills/goframe-v2/examples/grpc/balancer/controller/helloworld.go +28 -0
- package/skills/goframe-v2/examples/grpc/balancer/go.mod +43 -0
- package/skills/goframe-v2/examples/grpc/balancer/go.sum +94 -0
- package/skills/goframe-v2/examples/grpc/balancer/protobuf/helloworld.pb.go +124 -0
- package/skills/goframe-v2/examples/grpc/balancer/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/grpc/balancer/protobuf/helloworld_grpc.pb.go +129 -0
- package/skills/goframe-v2/examples/grpc/balancer/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/grpc/balancer/server/server.go +45 -0
- package/skills/goframe-v2/examples/grpc/basic/README.MD +100 -0
- package/skills/goframe-v2/examples/grpc/basic/README.ZH.MD +53 -0
- package/skills/goframe-v2/examples/grpc/basic/client/client.go +60 -0
- package/skills/goframe-v2/examples/grpc/basic/controller/helloworld.go +28 -0
- package/skills/goframe-v2/examples/grpc/basic/go.mod +42 -0
- package/skills/goframe-v2/examples/grpc/basic/go.sum +94 -0
- package/skills/goframe-v2/examples/grpc/basic/protobuf/helloworld.pb.go +217 -0
- package/skills/goframe-v2/examples/grpc/basic/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/grpc/basic/protobuf/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/grpc/basic/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/grpc/basic/server/server.go +47 -0
- package/skills/goframe-v2/examples/grpc/ctx/README.MD +100 -0
- package/skills/goframe-v2/examples/grpc/ctx/README.ZH.MD +51 -0
- package/skills/goframe-v2/examples/grpc/ctx/client/client.go +73 -0
- package/skills/goframe-v2/examples/grpc/ctx/controller/helloworld.go +66 -0
- package/skills/goframe-v2/examples/grpc/ctx/go.mod +42 -0
- package/skills/goframe-v2/examples/grpc/ctx/go.sum +94 -0
- package/skills/goframe-v2/examples/grpc/ctx/protobuf/helloworld.pb.go +217 -0
- package/skills/goframe-v2/examples/grpc/ctx/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/grpc/ctx/protobuf/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/grpc/ctx/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/grpc/ctx/server/server.go +47 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/README.MD +98 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/README.ZH.MD +54 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/client/client.go +76 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/go.mod +42 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/go.sum +94 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/helloworld/helloworld.pb.go +234 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/helloworld/helloworld.proto +25 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/helloworld/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/grpc/rawgrpc/server/server.go +89 -0
- package/skills/goframe-v2/examples/grpc/resolver/README.MD +105 -0
- package/skills/goframe-v2/examples/grpc/resolver/README.ZH.MD +61 -0
- package/skills/goframe-v2/examples/grpc/resolver/client/client.go +63 -0
- package/skills/goframe-v2/examples/grpc/resolver/controller/helloworld.go +61 -0
- package/skills/goframe-v2/examples/grpc/resolver/go.mod +54 -0
- package/skills/goframe-v2/examples/grpc/resolver/go.sum +157 -0
- package/skills/goframe-v2/examples/grpc/resolver/protobuf/helloworld.pb.go +217 -0
- package/skills/goframe-v2/examples/grpc/resolver/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/grpc/resolver/protobuf/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/grpc/resolver/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/grpc/resolver/server/server.go +50 -0
- package/skills/goframe-v2/examples/httpserver/basic-auth/README.MD +104 -0
- package/skills/goframe-v2/examples/httpserver/basic-auth/README.ZH.MD +104 -0
- package/skills/goframe-v2/examples/httpserver/basic-auth/go.mod +35 -0
- package/skills/goframe-v2/examples/httpserver/basic-auth/go.sum +81 -0
- package/skills/goframe-v2/examples/httpserver/basic-auth/main.go +34 -0
- package/skills/goframe-v2/examples/httpserver/jwt/README.MD +86 -0
- package/skills/goframe-v2/examples/httpserver/jwt/README.ZH.MD +86 -0
- package/skills/goframe-v2/examples/httpserver/jwt/api/v1/auth.go +30 -0
- package/skills/goframe-v2/examples/httpserver/jwt/go.mod +38 -0
- package/skills/goframe-v2/examples/httpserver/jwt/go.sum +83 -0
- package/skills/goframe-v2/examples/httpserver/jwt/internal/controller/auth.go +64 -0
- package/skills/goframe-v2/examples/httpserver/jwt/internal/middleware/jwt.go +55 -0
- package/skills/goframe-v2/examples/httpserver/jwt/main.go +39 -0
- package/skills/goframe-v2/examples/httpserver/mcp-http/README.MD +134 -0
- package/skills/goframe-v2/examples/httpserver/mcp-http/README.ZH.MD +134 -0
- package/skills/goframe-v2/examples/httpserver/mcp-http/go.mod +45 -0
- package/skills/goframe-v2/examples/httpserver/mcp-http/go.sum +100 -0
- package/skills/goframe-v2/examples/httpserver/mcp-http/main.go +51 -0
- package/skills/goframe-v2/examples/httpserver/mcp-sse/README.MD +99 -0
- package/skills/goframe-v2/examples/httpserver/mcp-sse/README.ZH.MD +101 -0
- package/skills/goframe-v2/examples/httpserver/mcp-sse/go.mod +45 -0
- package/skills/goframe-v2/examples/httpserver/mcp-sse/go.sum +100 -0
- package/skills/goframe-v2/examples/httpserver/mcp-sse/main.go +55 -0
- package/skills/goframe-v2/examples/httpserver/proxy/README.MD +92 -0
- package/skills/goframe-v2/examples/httpserver/proxy/README.ZH.MD +47 -0
- package/skills/goframe-v2/examples/httpserver/proxy/go.mod +35 -0
- package/skills/goframe-v2/examples/httpserver/proxy/go.sum +81 -0
- package/skills/goframe-v2/examples/httpserver/proxy/main.go +90 -0
- package/skills/goframe-v2/examples/httpserver/rate-limit/README.MD +77 -0
- package/skills/goframe-v2/examples/httpserver/rate-limit/README.ZH.MD +43 -0
- package/skills/goframe-v2/examples/httpserver/rate-limit/go.mod +38 -0
- package/skills/goframe-v2/examples/httpserver/rate-limit/go.sum +83 -0
- package/skills/goframe-v2/examples/httpserver/rate-limit/main.go +80 -0
- package/skills/goframe-v2/examples/httpserver/response-json-array/README.MD +80 -0
- package/skills/goframe-v2/examples/httpserver/response-json-array/README.ZH.MD +42 -0
- package/skills/goframe-v2/examples/httpserver/response-json-array/go.mod +35 -0
- package/skills/goframe-v2/examples/httpserver/response-json-array/go.sum +81 -0
- package/skills/goframe-v2/examples/httpserver/response-json-array/main.go +76 -0
- package/skills/goframe-v2/examples/httpserver/sse/README.MD +87 -0
- package/skills/goframe-v2/examples/httpserver/sse/README.ZH.MD +85 -0
- package/skills/goframe-v2/examples/httpserver/sse/go.mod +35 -0
- package/skills/goframe-v2/examples/httpserver/sse/go.sum +81 -0
- package/skills/goframe-v2/examples/httpserver/sse/main.go +84 -0
- package/skills/goframe-v2/examples/httpserver/swagger-auth/README.MD +104 -0
- package/skills/goframe-v2/examples/httpserver/swagger-auth/README.ZH.MD +104 -0
- package/skills/goframe-v2/examples/httpserver/swagger-auth/go.mod +35 -0
- package/skills/goframe-v2/examples/httpserver/swagger-auth/go.sum +81 -0
- package/skills/goframe-v2/examples/httpserver/swagger-auth/main.go +73 -0
- package/skills/goframe-v2/examples/httpserver/upload-file/README.MD +99 -0
- package/skills/goframe-v2/examples/httpserver/upload-file/README.ZH.MD +47 -0
- package/skills/goframe-v2/examples/httpserver/upload-file/go.mod +35 -0
- package/skills/goframe-v2/examples/httpserver/upload-file/go.sum +81 -0
- package/skills/goframe-v2/examples/httpserver/upload-file/main.go +78 -0
- package/skills/goframe-v2/examples/httpserver/upload-file/static/index.html +151 -0
- package/skills/goframe-v2/examples/nosql/mongodb/README.MD +101 -0
- package/skills/goframe-v2/examples/nosql/mongodb/README.ZH.MD +91 -0
- package/skills/goframe-v2/examples/nosql/mongodb/config.yaml +3 -0
- package/skills/goframe-v2/examples/nosql/mongodb/go.mod +47 -0
- package/skills/goframe-v2/examples/nosql/mongodb/go.sum +125 -0
- package/skills/goframe-v2/examples/nosql/mongodb/main.go +119 -0
- package/skills/goframe-v2/examples/nosql/redis/README.MD +100 -0
- package/skills/goframe-v2/examples/nosql/redis/README.ZH.MD +89 -0
- package/skills/goframe-v2/examples/nosql/redis/config.yaml +3 -0
- package/skills/goframe-v2/examples/nosql/redis/go.mod +40 -0
- package/skills/goframe-v2/examples/nosql/redis/go.sum +91 -0
- package/skills/goframe-v2/examples/nosql/redis/main.go +68 -0
- package/skills/goframe-v2/examples/observability/metric/basic/README.MD +101 -0
- package/skills/goframe-v2/examples/observability/metric/basic/README.ZH.MD +145 -0
- package/skills/goframe-v2/examples/observability/metric/basic/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/basic/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/basic/main.go +167 -0
- package/skills/goframe-v2/examples/observability/metric/callback/README.MD +94 -0
- package/skills/goframe-v2/examples/observability/metric/callback/README.ZH.MD +110 -0
- package/skills/goframe-v2/examples/observability/metric/callback/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/callback/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/callback/main.go +99 -0
- package/skills/goframe-v2/examples/observability/metric/dynamic_attributes/README.MD +94 -0
- package/skills/goframe-v2/examples/observability/metric/dynamic_attributes/README.ZH.MD +127 -0
- package/skills/goframe-v2/examples/observability/metric/dynamic_attributes/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/dynamic_attributes/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/dynamic_attributes/main.go +107 -0
- package/skills/goframe-v2/examples/observability/metric/global_attributes/README.MD +94 -0
- package/skills/goframe-v2/examples/observability/metric/global_attributes/README.ZH.MD +115 -0
- package/skills/goframe-v2/examples/observability/metric/global_attributes/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/global_attributes/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/global_attributes/main.go +118 -0
- package/skills/goframe-v2/examples/observability/metric/http_client/README.MD +100 -0
- package/skills/goframe-v2/examples/observability/metric/http_client/README.ZH.MD +115 -0
- package/skills/goframe-v2/examples/observability/metric/http_client/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/http_client/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/http_client/main.go +67 -0
- package/skills/goframe-v2/examples/observability/metric/http_server/README.MD +120 -0
- package/skills/goframe-v2/examples/observability/metric/http_server/README.ZH.MD +147 -0
- package/skills/goframe-v2/examples/observability/metric/http_server/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/http_server/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/http_server/main.go +89 -0
- package/skills/goframe-v2/examples/observability/metric/meter_attributes/README.MD +95 -0
- package/skills/goframe-v2/examples/observability/metric/meter_attributes/README.ZH.MD +116 -0
- package/skills/goframe-v2/examples/observability/metric/meter_attributes/go.mod +52 -0
- package/skills/goframe-v2/examples/observability/metric/meter_attributes/go.sum +114 -0
- package/skills/goframe-v2/examples/observability/metric/meter_attributes/main.go +118 -0
- package/skills/goframe-v2/examples/observability/metric/prometheus/README.MD +99 -0
- package/skills/goframe-v2/examples/observability/metric/prometheus/README.ZH.MD +126 -0
- package/skills/goframe-v2/examples/observability/metric/prometheus/go.mod +46 -0
- package/skills/goframe-v2/examples/observability/metric/prometheus/go.sum +101 -0
- package/skills/goframe-v2/examples/observability/metric/prometheus/prometheus.go +84 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/README.MD +192 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/README.ZH.MD +175 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/client/client.go +114 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/go.mod +67 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/go.sum +187 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/protobuf/user/user.pb.go +469 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/protobuf/user/user.proto +35 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/protobuf/user/user_grpc.pb.go +188 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/server/config.yaml +31 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/server/server.go +138 -0
- package/skills/goframe-v2/examples/observability/trace/grpc-with-db/sql.sql +6 -0
- package/skills/goframe-v2/examples/observability/trace/http/README.MD +113 -0
- package/skills/goframe-v2/examples/observability/trace/http/README.ZH.MD +119 -0
- package/skills/goframe-v2/examples/observability/trace/http/client/client.go +71 -0
- package/skills/goframe-v2/examples/observability/trace/http/go.mod +47 -0
- package/skills/goframe-v2/examples/observability/trace/http/go.sum +106 -0
- package/skills/goframe-v2/examples/observability/trace/http/server/server.go +70 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/README.MD +192 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/README.ZH.MD +190 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/client/client.go +107 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/go.mod +49 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/go.sum +110 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/server/config.yaml +23 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/server/server.go +161 -0
- package/skills/goframe-v2/examples/observability/trace/http-with-db/sql.sql +6 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess/README.MD +145 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess/README.ZH.MD +182 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess/go.mod +47 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess/go.sum +106 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess/main.go +135 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess-grpc/README.MD +147 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess-grpc/README.ZH.MD +131 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess-grpc/go.mod +47 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess-grpc/go.sum +106 -0
- package/skills/goframe-v2/examples/observability/trace/inprocess-grpc/main.go +139 -0
- package/skills/goframe-v2/examples/observability/trace/otlp/README.MD +160 -0
- package/skills/goframe-v2/examples/observability/trace/otlp/README.ZH.MD +166 -0
- package/skills/goframe-v2/examples/observability/trace/otlp/go.mod +49 -0
- package/skills/goframe-v2/examples/observability/trace/otlp/go.sum +110 -0
- package/skills/goframe-v2/examples/observability/trace/otlp/grpc/main.go +67 -0
- package/skills/goframe-v2/examples/observability/trace/otlp/http/main.go +67 -0
- package/skills/goframe-v2/examples/observability/trace/processes/README.MD +151 -0
- package/skills/goframe-v2/examples/observability/trace/processes/README.ZH.MD +164 -0
- package/skills/goframe-v2/examples/observability/trace/processes/gcmd/main.go +43 -0
- package/skills/goframe-v2/examples/observability/trace/processes/gcmd/sub/sub.go +41 -0
- package/skills/goframe-v2/examples/observability/trace/processes/go.mod +35 -0
- package/skills/goframe-v2/examples/observability/trace/processes/go.sum +81 -0
- package/skills/goframe-v2/examples/observability/trace/processes/gproc/main.go +40 -0
- package/skills/goframe-v2/examples/observability/trace/processes/gproc/sub/sub.go +33 -0
- package/skills/goframe-v2/examples/observability/trace/provider/README.MD +189 -0
- package/skills/goframe-v2/examples/observability/trace/provider/README.ZH.MD +210 -0
- package/skills/goframe-v2/examples/observability/trace/provider/go.mod +47 -0
- package/skills/goframe-v2/examples/observability/trace/provider/go.sum +103 -0
- package/skills/goframe-v2/examples/observability/trace/provider/grpc/main.go +114 -0
- package/skills/goframe-v2/examples/observability/trace/provider/http/main.go +111 -0
- package/skills/goframe-v2/examples/observability/trace/provider/internal/consts.go +34 -0
- package/skills/goframe-v2/examples/observability/trace/provider/internal/provider.go +84 -0
- package/skills/goframe-v2/examples/observability/trace/provider/internal/request.go +36 -0
- package/skills/goframe-v2/examples/practices/injection/Makefile +1 -0
- package/skills/goframe-v2/examples/practices/injection/README.MD +148 -0
- package/skills/goframe-v2/examples/practices/injection/README.ZH.MD +149 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/Makefile +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/README.MD +7 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/api/hello/hello.go +15 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/api/hello/v1/hello.go +12 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/api/user/user.go +18 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/api/user/v1/user.go +39 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/hack/config.yaml +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/cmd/cmd.go +9 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/cmd/cmd_server.go +34 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/cmd/cmd_worker.go +22 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/consts/consts.go +1 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/hello/hello.go +5 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/hello/hello_new.go +15 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/hello/hello_v1_hello.go +13 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user.go +5 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_new.go +21 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_v1.go +5 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_v1_create.go +21 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_v1_delete.go +16 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_v1_get_list.go +29 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_v1_get_one.go +26 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/controller/user/user_v1_test.go +31 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/model/.gitkeep +0 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/internal/service/.gitkeep +0 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/main.go +17 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/config/config.yaml +14 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/base/configmap.yaml +16 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/base/deployment.yaml +31 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/base/kustomization.yaml +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/base/service.yaml +12 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/overlays/develop/configmap.yaml +16 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/overlays/develop/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/overlays/develop/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/overlays/product/configmap.yaml +16 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/overlays/product/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/deploy/kustomize/overlays/product/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/docker/Dockerfile +15 -0
- package/skills/goframe-v2/examples/practices/injection/app/gateway/manifest/docker/docker.sh +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/Makefile +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/README.MD +5 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/api/entity/user.pb.go +107 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/api/user/v1/user.pb.go +378 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/api/user/v1/user_grpc.pb.go +248 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/hack/config.yaml +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/cmd/cmd.go +9 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/cmd/cmd_server.go +34 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/cmd/cmd_worker.go +22 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/consts/consts.go +1 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/controller/user/user.go +78 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/controller/user/user_test.go +108 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/dao/user/user.go +170 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/dao/user/user_test.go +98 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/model/.gitkeep +0 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/model/entity/user.go +10 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/service/user/user.go +114 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/internal/service/user/user_test.go +90 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/main.go +17 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/config/config.yaml +26 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/base/configmap.yaml +30 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/base/deployment.yaml +31 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/base/kustomization.yaml +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/base/service.yaml +12 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/overlays/develop/configmap.yaml +30 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/overlays/develop/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/overlays/develop/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/overlays/product/configmap.yaml +30 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/overlays/product/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/deploy/kustomize/overlays/product/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/docker/Dockerfile +15 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/docker/docker.sh +8 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/protobuf/entity/user.proto +12 -0
- package/skills/goframe-v2/examples/practices/injection/app/user/manifest/protobuf/user/v1/user.proto +62 -0
- package/skills/goframe-v2/examples/practices/injection/go.mod +58 -0
- package/skills/goframe-v2/examples/practices/injection/go.sum +152 -0
- package/skills/goframe-v2/examples/practices/injection/hack/hack-cli.mk +18 -0
- package/skills/goframe-v2/examples/practices/injection/hack/hack.mk +64 -0
- package/skills/goframe-v2/examples/practices/injection/utility/.gitkeep +0 -0
- package/skills/goframe-v2/examples/practices/injection/utility/injection/injection.go +107 -0
- package/skills/goframe-v2/examples/practices/injection/utility/injection/injection_grpc_clients.go +29 -0
- package/skills/goframe-v2/examples/practices/injection/utility/injection/injection_mongo.go +43 -0
- package/skills/goframe-v2/examples/practices/injection/utility/injection/injection_redis.go +40 -0
- package/skills/goframe-v2/examples/practices/injection/utility/mongohelper/mongohelper.go +24 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/Makefile +6 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/README.MD +297 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/README.ZH.MD +296 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/api/v1/chat.go +27 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/go.mod +35 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/go.sum +81 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/hack/config.yaml +13 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/hack/hack-cli.mk +18 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/hack/hack.mk +77 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/internal/cmd/cmd.go +32 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/internal/consts/consts.go +1 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/internal/consts/consts_chat.go +15 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/internal/controller/chat.go +183 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/internal/model/chat.go +7 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/main.go +11 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/config/config.yaml +14 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/deploy/kustomize/base/deployment.yaml +21 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/deploy/kustomize/base/kustomization.yaml +8 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/deploy/kustomize/base/service.yaml +12 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/deploy/kustomize/overlays/develop/configmap.yaml +14 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/deploy/kustomize/overlays/develop/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/deploy/kustomize/overlays/develop/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/docker/Dockerfile +16 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/manifest/docker/docker.sh +8 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/layer.js +2 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/mobile/layer.js +2 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/mobile/need/layer.css +1 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/theme/default/icon-ext.png +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/theme/default/icon.png +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/theme/default/layer.css +1 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/theme/default/loading-0.gif +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/theme/default/loading-1.gif +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/plugin/layer-3.1.1/theme/default/loading-2.gif +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/resource/image/favicon.ico +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/public/resource/image/gf.ico +0 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/template/chat/include/chat.html +146 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/template/chat/include/main.html +65 -0
- package/skills/goframe-v2/examples/practices/mvc-demo-chat/resource/template/chat/index.html +18 -0
- package/skills/goframe-v2/examples/practices/quick-demo/Makefile +6 -0
- package/skills/goframe-v2/examples/practices/quick-demo/README.MD +282 -0
- package/skills/goframe-v2/examples/practices/quick-demo/README.ZH.MD +285 -0
- package/skills/goframe-v2/examples/practices/quick-demo/api/user/user.go +19 -0
- package/skills/goframe-v2/examples/practices/quick-demo/api/user/v1/user.go +61 -0
- package/skills/goframe-v2/examples/practices/quick-demo/go.mod +39 -0
- package/skills/goframe-v2/examples/practices/quick-demo/go.sum +86 -0
- package/skills/goframe-v2/examples/practices/quick-demo/hack/config.yaml +13 -0
- package/skills/goframe-v2/examples/practices/quick-demo/hack/hack-cli.mk +18 -0
- package/skills/goframe-v2/examples/practices/quick-demo/hack/hack.mk +77 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/cmd/cmd.go +33 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/consts/consts.go +1 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user.go +5 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user_new.go +15 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user_v1_create.go +25 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user_v1_delete.go +14 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user_v1_get_list.go +19 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user_v1_get_one.go +15 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/controller/user/user_v1_update.go +19 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/dao/internal/user.go +79 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/dao/user.go +27 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/model/.gitkeep +0 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/model/do/user.go +18 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/model/entity/user.go +13 -0
- package/skills/goframe-v2/examples/practices/quick-demo/internal/service/.gitkeep +0 -0
- package/skills/goframe-v2/examples/practices/quick-demo/main.go +13 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/config/config.yaml +15 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/deploy/kustomize/base/deployment.yaml +21 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/deploy/kustomize/base/kustomization.yaml +8 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/deploy/kustomize/base/service.yaml +12 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/deploy/kustomize/overlays/develop/configmap.yaml +14 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/deploy/kustomize/overlays/develop/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/deploy/kustomize/overlays/develop/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/docker/Dockerfile +16 -0
- package/skills/goframe-v2/examples/practices/quick-demo/manifest/docker/docker.sh +8 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/Makefile +81 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/README.MD +360 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/README.ZH.MD +363 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/api/pbentity/user.pb.go +219 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/api/user/v1/user.pb.go +619 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/api/user/v1/user_grpc.pb.go +223 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/go.mod +44 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/go.sum +95 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/hack/config.yaml +13 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/cmd/cmd.go +35 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/consts/consts.go +1 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/controller/user/user.go +63 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/dao/internal/user.go +83 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/dao/user.go +27 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/model/do/user.go +21 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/model/entity/user.go +19 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/internal/service/user/user.go +36 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/main.go +13 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/config/config.yaml +27 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/deploy/kustomize/base/deployment.yaml +21 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/deploy/kustomize/base/kustomization.yaml +8 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/deploy/kustomize/base/service.yaml +12 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/deploy/kustomize/overlays/develop/configmap.yaml +14 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/deploy/kustomize/overlays/develop/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/deploy/kustomize/overlays/develop/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/docker/Dockerfile +15 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/docker/docker.sh +8 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/protobuf/pbentity/user.proto +21 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/protobuf/user/v1/user.proto +45 -0
- package/skills/goframe-v2/examples/practices/user-grpc-service/manifest/sql/create.sql +11 -0
- package/skills/goframe-v2/examples/practices/user-http-service/Makefile +6 -0
- package/skills/goframe-v2/examples/practices/user-http-service/README.MD +476 -0
- package/skills/goframe-v2/examples/practices/user-http-service/README.ZH.MD +475 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/user.go +21 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_check_nick_name.go +10 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_check_passport.go +10 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_is_signed_in.go +11 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_profile.go +15 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_sign_in.go +11 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_sign_out.go +9 -0
- package/skills/goframe-v2/examples/practices/user-http-service/api/user/v1/user_sign_up.go +13 -0
- package/skills/goframe-v2/examples/practices/user-http-service/go.mod +39 -0
- package/skills/goframe-v2/examples/practices/user-http-service/go.sum +86 -0
- package/skills/goframe-v2/examples/practices/user-http-service/hack/config.yaml +9 -0
- package/skills/goframe-v2/examples/practices/user-http-service/hack/hack-cli.mk +18 -0
- package/skills/goframe-v2/examples/practices/user-http-service/hack/hack.mk +75 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/cmd/cmd.go +82 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/consts/consts.go +3 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user.go +6 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_new.go +21 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_check_nick_name.go +21 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_check_passport.go +21 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_is_signed_in.go +15 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_profile.go +15 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_sign_in.go +17 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_sign_out.go +13 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/controller/user/user_v1_sign_up.go +18 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/dao/internal/user.go +83 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/dao/user.go +27 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/model/do/user.go +21 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/model/entity/user.go +19 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/service/bizctx/bizctx.go +57 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/service/middleware/middleware.go +59 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/service/session/session.go +53 -0
- package/skills/goframe-v2/examples/practices/user-http-service/internal/service/user/user.go +140 -0
- package/skills/goframe-v2/examples/practices/user-http-service/main.go +13 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/config/config.yaml +24 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/deploy/kustomize/base/deployment.yaml +21 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/deploy/kustomize/base/kustomization.yaml +8 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/deploy/kustomize/base/service.yaml +12 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/deploy/kustomize/overlays/develop/configmap.yaml +14 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/deploy/kustomize/overlays/develop/deployment.yaml +10 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/deploy/kustomize/overlays/develop/kustomization.yaml +14 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/docker/Dockerfile +15 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/docker/docker.sh +8 -0
- package/skills/goframe-v2/examples/practices/user-http-service/manifest/sql/create.sql +10 -0
- package/skills/goframe-v2/examples/registry/consul/README.MD +110 -0
- package/skills/goframe-v2/examples/registry/consul/README.ZH.MD +92 -0
- package/skills/goframe-v2/examples/registry/consul/docker-compose/client.json +7 -0
- package/skills/goframe-v2/examples/registry/consul/docker-compose/docker-compose.yml +31 -0
- package/skills/goframe-v2/examples/registry/consul/docker-compose/server.json +12 -0
- package/skills/goframe-v2/examples/registry/consul/go.mod +56 -0
- package/skills/goframe-v2/examples/registry/consul/go.sum +297 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/client/client.go +38 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/controller/helloworld.go +28 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/protobuf/helloworld.pb.go +217 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/protobuf/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/registry/consul/grpc/server/server.go +30 -0
- package/skills/goframe-v2/examples/registry/consul/http/client/client.go +33 -0
- package/skills/goframe-v2/examples/registry/consul/http/server/server.go +32 -0
- package/skills/goframe-v2/examples/registry/etcd/README.MD +127 -0
- package/skills/goframe-v2/examples/registry/etcd/README.ZH.MD +105 -0
- package/skills/goframe-v2/examples/registry/etcd/go.mod +54 -0
- package/skills/goframe-v2/examples/registry/etcd/go.sum +157 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/client/client.go +44 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/controller/helloworld.go +28 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/protobuf/helloworld.pb.go +217 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/protobuf/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/registry/etcd/grpc/server/server.go +23 -0
- package/skills/goframe-v2/examples/registry/etcd/http/client/client.go +53 -0
- package/skills/goframe-v2/examples/registry/etcd/http/server/server.go +56 -0
- package/skills/goframe-v2/examples/registry/file/README.MD +97 -0
- package/skills/goframe-v2/examples/registry/file/README.ZH.MD +91 -0
- package/skills/goframe-v2/examples/registry/file/client/client.go +66 -0
- package/skills/goframe-v2/examples/registry/file/go.mod +38 -0
- package/skills/goframe-v2/examples/registry/file/go.sum +84 -0
- package/skills/goframe-v2/examples/registry/file/server/server.go +56 -0
- package/skills/goframe-v2/examples/registry/nacos/README.MD +118 -0
- package/skills/goframe-v2/examples/registry/nacos/README.ZH.MD +110 -0
- package/skills/goframe-v2/examples/registry/nacos/docker-compose/docker-compose.yml +24 -0
- package/skills/goframe-v2/examples/registry/nacos/docker-compose/env/nacos.env +2 -0
- package/skills/goframe-v2/examples/registry/nacos/go.mod +97 -0
- package/skills/goframe-v2/examples/registry/nacos/go.sum +737 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/client/client.go +33 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/controller/helloworld.go +28 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/protobuf/helloworld.pb.go +217 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/protobuf/helloworld.proto +24 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/protobuf/helloworld_grpc.pb.go +107 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/server/config.yaml +8 -0
- package/skills/goframe-v2/examples/registry/nacos/grpc/server/server.go +24 -0
- package/skills/goframe-v2/examples/registry/nacos/http/client/client.go +53 -0
- package/skills/goframe-v2/examples/registry/nacos/http/server/server.go +56 -0
- package/skills/goframe-v2/examples/registry/polaris/README.MD +98 -0
- package/skills/goframe-v2/examples/registry/polaris/README.ZH.MD +119 -0
- package/skills/goframe-v2/examples/registry/polaris/client/client.go +92 -0
- package/skills/goframe-v2/examples/registry/polaris/go.mod +63 -0
- package/skills/goframe-v2/examples/registry/polaris/go.sum +1036 -0
- package/skills/goframe-v2/examples/registry/polaris/server/server.go +79 -0
- package/skills/goframe-v2/references/README.MD +402 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Cookie.md +82 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/344/273/243/347/220/206Proxy/350/256/276/347/275/256.md +40 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/345/237/272/346/234/254/344/275/277/347/224/250.md +149 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/345/270/270/350/247/201/351/227/256/351/242/230.md +37 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/346/213/246/346/210/252/345/231/250/344/270/255/351/227/264/344/273/266.md +171 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/346/226/207/344/273/266/344/270/212/344/274/240.md +187 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/347/233/221/346/216/247/346/214/207/346/240/207.md +24 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/350/207/252/345/256/232/344/271/211ContentType.md +82 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/350/207/252/345/256/232/344/271/211Cookie.md +98 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/350/207/252/345/256/232/344/271/211Header.md +103 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/350/207/252/345/256/232/344/271/211Transport.md +77 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient-/350/257/267/346/261/202/344/277/241/346/201/257/346/211/223/345/215/260.md +68 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/HTTPClient/HTTPClient.md +74 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session-File.md +54 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session-Memory.md +44 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session-Redis-HashTable.md +45 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session-Redis-KeyValue.md +49 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session-RegenerateId.md +156 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session-Storage/346/216/245/345/217/243/345/274/200/345/217/221.md +63 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221/Session/Session.md +42 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/210/206/351/241/265/347/256/241/347/220/206//345/210/206/351/241/265/347/256/241/347/220/206-Ajax/345/210/206/351/241/265.md +63 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/210/206/351/241/265/347/256/241/347/220/206//345/210/206/351/241/265/347/256/241/347/220/206-URL/346/250/241/346/235/277.md +45 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/210/206/351/241/265/347/256/241/347/220/206//345/210/206/351/241/265/347/256/241/347/220/206-/345/212/250/346/200/201/345/210/206/351/241/265.md +46 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/210/206/351/241/265/347/256/241/347/220/206//345/210/206/351/241/265/347/256/241/347/220/206-/350/207/252/345/256/232/344/271/211/345/210/206/351/241/265.md +112 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/210/206/351/241/265/347/256/241/347/220/206//345/210/206/351/241/265/347/256/241/347/220/206-/351/235/231/346/200/201/345/210/206/351/241/265.md +91 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/210/206/351/241/265/347/256/241/347/220/206//345/210/206/351/241/265/347/256/241/347/220/206.md +79 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/274/200/345/247/213/344/275/277/347/224/250.md +211 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//345/274/202/345/270/270/345/244/204/347/220/206.md +266 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/216/245/345/217/243/346/226/207/346/241/243//346/216/245/345/217/243/346/226/207/346/241/243-OpenAPIv3.md +304 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/216/245/345/217/243/346/226/207/346/241/243//346/216/245/345/217/243/346/226/207/346/241/243-/346/211/251/345/261/225Response.md +454 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/216/245/345/217/243/346/226/207/346/241/243//346/216/245/345/217/243/346/226/207/346/241/243-/350/207/252/345/256/232/344/271/211UI.md +167 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-Exit/346/216/247/345/210/266.md +72 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-JSONXML.md +134 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-Redirect.md +60 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-Stream/350/277/224/345/233/236.md +93 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-/346/226/207/344/273/266/344/270/213/350/275/275.md +58 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-/346/250/241/346/235/277/350/247/243/346/236/220.md +117 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236-/347/274/223/345/206/262/346/216/247/345/210/266.md +53 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/225/260/346/215/256/350/277/224/345/233/236//346/225/260/346/215/256/350/277/224/345/233/236.md +47 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/351/205/215/347/275/256//346/234/215/345/212/241/351/205/215/347/275/256-/351/205/215/347/275/256/346/226/207/344/273/266.md +121 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/351/205/215/347/275/256//346/234/215/345/212/241/351/205/215/347/275/256-/351/205/215/347/275/256/346/226/207/344/273/266/346/250/241/346/235/277.md +87 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/351/205/215/347/275/256//346/234/215/345/212/241/351/205/215/347/275/256-/351/205/215/347/275/256/346/226/271/346/263/225.md +50 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-Context.md +103 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-JSONXML.md +131 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-/345/217/202/346/225/260/345/244/204/347/220/206.md +158 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-/345/257/271/350/261/241/345/244/204/347/220/206.md +117 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-/350/207/252/345/256/232/344/271/211/345/217/202/346/225/260.md +64 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-/350/257/267/346/261/202/346/240/241/351/252/214.md +152 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245-/351/273/230/350/256/244/345/200/274/347/273/221/345/256/232.md +97 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/257/267/346/261/202/350/276/223/345/205/245//350/257/267/346/261/202/350/276/223/345/205/245.md +199 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/344/270/255/351/227/264/344/273/266/346/213/246/346/210/252/345/231/250//344/270/255/351/227/264/344/273/266/346/213/246/346/210/252/345/231/250-/344/275/277/347/224/250/347/244/272/344/276/213.md +280 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/344/270/255/351/227/264/344/273/266/346/213/246/346/210/252/345/231/250//344/270/255/351/227/264/344/273/266/346/213/246/346/210/252/345/231/250-/345/237/272/346/234/254/344/273/213/347/273/215.md +192 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/344/270/255/351/227/264/344/273/266/346/213/246/346/210/252/345/231/250//344/270/255/351/227/264/344/273/266/346/213/246/346/210/252/345/231/250-/345/270/270/350/247/201/351/227/256/351/242/230.md +19 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/345/207/275/346/225/260/346/263/250/345/206/214.md +98 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/345/210/206/347/273/204/350/267/257/347/224/261.md +282 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/345/257/271/350/261/241/346/263/250/345/206/214.md +431 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/350/247/204/350/214/203/350/267/257/347/224/261//350/247/204/350/214/203/350/267/257/347/224/261-/345/237/272/346/234/254/347/244/272/344/276/213.md +99 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/350/247/204/350/214/203/350/267/257/347/224/261//350/247/204/350/214/203/350/267/257/347/224/261-/345/246/202/344/275/225/344/275/277/347/224/250.md +87 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/350/247/204/350/214/203/350/267/257/347/224/261//350/247/204/350/214/203/350/267/257/347/224/261-/345/270/270/350/247/201/351/227/256/351/242/230.md +33 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/346/263/250/345/206/214-/350/247/204/350/214/203/350/267/257/347/224/261//350/267/257/347/224/261/346/263/250/345/206/214-/350/247/204/350/214/203/350/267/257/347/224/261.md +17 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/346/263/250/345/206/214.md +13 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//350/267/257/347/224/261/347/256/241/347/220/206//350/267/257/347/224/261/347/256/241/347/220/206-/350/267/257/347/224/261/350/247/204/345/210/231.md +335 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/CORS/350/267/250/345/237/237/345/244/204/347/220/206.md +200 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/CSRF/351/230/262/345/276/241/350/256/276/347/275/256.md +113 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/HOOK/344/272/213/344/273/266/345/233/236/350/260/203.md +343 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/HTTPS & TLS.md" +263 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/HTTPServer-/347/233/221/346/216/247/346/214/207/346/240/207.md +25 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/PProf/346/234/215/345/212/241/346/200/247/350/203/275/345/210/206/346/236/220.md +167 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/SameSite /350/256/276/347/275/256.md" +31 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247/WebSocket/346/234/215/345/212/241.md +308 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247//345/271/263/346/273/221/351/207/215/345/220/257/347/211/271/346/200/247.md +203 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247//346/234/215/345/212/241/346/227/245/345/277/227/347/256/241/347/220/206.md +108 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247//350/207/252/345/256/232/344/271/211/347/212/266/346/200/201/347/240/201/345/244/204/347/220/206.md +91 -0
- package/skills/goframe-v2/references/WEB/346/234/215/345/212/241/345/274/200/345/217/221//351/253/230/347/272/247/347/211/271/346/200/247//351/235/231/346/200/201/346/226/207/344/273/266/346/234/215/345/212/241.md +166 -0
- package/skills/goframe-v2/references//345/270/270/350/247/201/351/227/256/351/242/230-FAQ.md +215 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/272/244/345/217/211/347/274/226/350/257/221-build.md +89 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/273/243/347/240/201/347/224/237/346/210/220-gen//344/273/243/347/240/201/347/224/237/346/210/220-gen.md +31 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/273/243/347/240/201/347/224/237/346/210/220-gen//345/215/217/350/256/256/347/274/226/350/257/221-gen pb.md" +39 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/273/243/347/240/201/347/224/237/346/210/220-gen//346/216/245/345/217/243/350/247/204/350/214/203-gen ctrl.md" +134 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/273/243/347/240/201/347/224/237/346/210/220-gen//346/225/260/346/215/256/350/241/250PB-gen pbentity.md" +134 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/273/243/347/240/201/347/224/237/346/210/220-gen//346/225/260/346/215/256/350/247/204/350/214/203-gen dao.md" +497 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//344/273/243/347/240/201/347/224/237/346/210/220-gen//346/236/232/344/270/276/347/273/264/346/212/244-gen enums.md" +85 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//345/205/274/345/256/271/344/277/256/345/244/215-fix.md +39 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//345/267/245/345/205/267/345/256/211/350/243/205-install.md +80 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//345/274/200/345/217/221/345/267/245/345/205/267.md +86 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//346/241/206/346/236/266/345/215/207/347/272/247-up.md +67 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//347/211/210/346/234/254/346/237/245/347/234/213-version.md +53 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//350/207/252/345/212/250/347/274/226/350/257/221-run.md +86 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//350/265/204/346/272/220/346/211/223/345/214/205-pack.md +42 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//351/225/234/345/203/217/347/274/226/350/257/221-docker.md +113 -0
- package/skills/goframe-v2/references//345/274/200/345/217/221/345/267/245/345/205/267//351/241/271/347/233/256/345/210/233/345/273/272-init.md +218 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//345/267/245/347/250/213/347/256/241/347/220/206.md +53 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221.md +284 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//346/213/246/346/210/252/345/231/250/347/273/204/344/273/266.md +45 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/346/263/250/345/206/214/345/217/221/347/216/260.md +211 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/347/253/257/351/205/215/347/275/256.md +67 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/350/264/237/350/275/275/345/235/207/350/241/241.md +234 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//346/234/215/345/212/241/351/205/215/347/275/256/347/256/241/347/220/206.md +166 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//347/216/257/345/242/203/345/207/206/345/244/207.md +22 -0
- package/skills/goframe-v2/references//345/276/256/346/234/215/345/212/241/345/274/200/345/217/221//350/204/232/346/211/213/346/236/266/346/250/241/345/235/227.md +367 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213/Hello World.md" +74 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213/What's Next.md" +12 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//344/270/213/350/275/275/344/270/216/344/275/277/347/224/250.md +60 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//344/270/255/351/227/264/344/273/266/345/210/235/350/257/225/347/224/250.md +105 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//344/275/277/347/224/250/350/247/204/350/214/203/350/267/257/347/224/261.md +112 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//347/224/237/346/210/220/346/216/245/345/217/243/346/226/207/346/241/243.md +150 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//347/273/237/344/270/200/350/277/224/345/233/236/347/273/223/346/236/204.md +156 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//350/216/267/345/217/226/350/257/267/346/261/202/345/217/202/346/225/260.md +52 -0
- package/skills/goframe-v2/references//345/277/253/351/200/237/345/274/200/345/247/213//350/257/267/346/261/202/346/225/260/346/215/256/347/273/223/346/236/204.md +78 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/347/233/221/346/216/247/345/221/212/350/255/246//347/233/221/346/216/247/345/221/212/350/255/246-/345/206/205/347/275/256/346/214/207/346/240/207.md +84 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/347/233/221/346/216/247/345/221/212/350/255/246//347/233/221/346/216/247/345/221/212/350/255/246-/345/220/214/346/255/245/346/214/207/346/240/207.md +108 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/347/233/221/346/216/247/345/221/212/350/255/246//347/233/221/346/216/247/345/221/212/350/255/246-/345/237/272/346/234/254/344/273/213/347/273/215.md +107 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/347/233/221/346/216/247/345/221/212/350/255/246//347/233/221/346/216/247/345/221/212/350/255/246-/345/237/272/346/234/254/344/275/277/347/224/250.md +301 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/347/233/221/346/216/247/345/221/212/350/255/246//347/233/221/346/216/247/345/221/212/350/255/246-/345/274/202/346/255/245/346/214/207/346/240/207.md +117 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/347/233/221/346/216/247/345/221/212/350/255/246//347/233/221/346/216/247/345/221/212/350/255/246-/346/214/207/346/240/207/345/261/236/346/200/247.md +310 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-GRPC/347/244/272/344/276/213.md +293 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-HTTP/347/244/272/344/276/213//351/223/276/350/267/257/350/267/237/350/270/252-HTTP/347/244/272/344/276/213-Baggage.md +161 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-HTTP/347/244/272/344/276/213//351/223/276/350/267/257/350/267/237/350/270/252-HTTP/347/244/272/344/276/213-/346/225/260/346/215/256/346/223/215/344/275/234.md +279 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-/345/207/206/345/244/207/345/267/245/344/275/234.md +48 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-/345/237/272/346/234/254/347/244/272/344/276/213.md +121 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-/346/234/200/344/275/263/345/256/236/350/267/265//351/223/276/350/267/257/350/267/237/350/270/252-TraceID/346/263/250/345/205/245/345/222/214/350/216/267/345/217/226.md +325 -0
- package/skills/goframe-v2/references//346/234/215/345/212/241/345/217/257/350/247/202/346/265/213/346/200/247//346/234/215/345/212/241/351/223/276/350/267/257/350/267/237/350/270/252//351/223/276/350/267/257/350/267/237/350/270/252-/350/203/214/346/231/257/347/237/245/350/257/206.md +147 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266/I18N/345/233/275/351/231/205/345/214/226/I18N/345/233/275/351/231/205/345/214/226-/344/275/277/347/224/250/344/273/213/347/273/215.md +338 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266/I18N/345/233/275/351/231/205/345/214/226/I18N/345/233/275/351/231/205/345/214/226-/351/205/215/347/275/256/347/256/241/347/220/206.md +69 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266/I18N/345/233/275/351/231/205/345/214/226/I18N/345/233/275/351/231/205/345/214/226.md +15 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-Parser/350/247/243/346/236/220.md +72 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-/345/221/275/344/273/244/350/241/214/345/257/271/350/261/241.md +193 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-/345/237/272/346/234/254/346/246/202/345/277/265.md +59 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-/345/237/272/347/241/200/346/226/271/346/263/225.md +116 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-/347/273/210/347/253/257/344/272/244/344/272/222.md +65 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-/347/273/223/346/236/204/345/214/226/345/217/202/346/225/260.md +229 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206-/351/223/276/350/267/257/350/267/237/350/270/252.md +82 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/221/275/344/273/244/347/256/241/347/220/206//345/221/275/344/273/244/347/256/241/347/220/206.md +41 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//345/257/271/350/261/241/347/256/241/347/220/206.md +190 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/270/212/344/270/213/346/226/207/345/217/230/351/207/217.md +61 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/272/213/345/212/241/345/244/204/347/220/206/ORM/344/272/213/345/212/241/345/244/204/347/220/206-/344/272/213/345/212/241/344/274/240/346/222/255.md +764 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/272/213/345/212/241/345/244/204/347/220/206/ORM/344/272/213/345/212/241/345/244/204/347/220/206-/345/217/252/350/257/273/346/250/241/345/274/217.md +310 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/272/213/345/212/241/345/244/204/347/220/206/ORM/344/272/213/345/212/241/345/244/204/347/220/206-/345/265/214/345/245/227/344/272/213/345/212/241.md +306 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/272/213/345/212/241/345/244/204/347/220/206/ORM/344/272/213/345/212/241/345/244/204/347/220/206-/345/270/270/350/247/204/346/223/215/344/275/234.md +61 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/272/213/345/212/241/345/244/204/347/220/206/ORM/344/272/213/345/212/241/345/244/204/347/220/206-/351/227/255/345/214/205/346/223/215/344/275/234.md +51 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/272/213/345/212/241/345/244/204/347/220/206/ORM/344/272/213/345/212/241/345/244/204/347/220/206-/351/232/224/347/246/273/347/272/247/345/210/253.md +312 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/275/277/347/224/250/351/205/215/347/275/256/ORM/344/275/277/347/224/250/351/205/215/347/275/256-/351/205/215/347/275/256/346/226/207/344/273/266.md +159 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/344/275/277/347/224/250/351/205/215/347/275/256/ORM/344/275/277/347/224/250/351/205/215/347/275/256-/351/205/215/347/275/256/346/226/271/346/263/225.md +166 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/345/210/206/345/272/223/345/210/206/350/241/250/ORM/345/210/206/345/272/223/345/210/206/350/241/250-/345/210/206/345/272/223/347/211/271/346/200/247.md +328 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/345/210/206/345/272/223/345/210/206/350/241/250/ORM/345/210/206/345/272/223/345/210/206/350/241/250-/345/210/206/350/241/250/347/211/271/346/200/247.md +285 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/345/270/270/350/247/201/351/227/256/351/242/230.md +73 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/216/245/345/217/243/345/274/200/345/217/221/ORM/346/216/245/345/217/243/345/274/200/345/217/221-/345/233/236/350/260/203/345/244/204/347/220/206.md +85 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/216/245/345/217/243/345/274/200/345/217/221/ORM/346/216/245/345/217/243/345/274/200/345/217/221-/351/251/261/345/212/250/345/274/200/345/217/221.md +46 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/216/245/345/217/243/345/274/200/345/217/221/ORM/346/216/245/345/217/243/345/274/200/345/217/221.md +34 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/226/271/346/263/225/346/223/215/344/275/234-/345/216/237/347/224/237.md +123 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/227/266/345/214/272/345/244/204/347/220/206.md +88 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/234/200/344/275/263/345/256/236/350/267/265//345/210/251/347/224/250/346/214/207/351/222/210/345/261/236/346/200/247/345/222/214do/345/257/271/350/261/241/345/256/236/347/216/260/347/201/265/346/264/273/347/232/204/344/277/256/346/224/271/346/216/245/345/217/243.md +84 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/234/200/344/275/263/345/256/236/350/267/265//345/244/215/346/235/202/347/261/273/345/236/213/345/260/275/351/207/217/344/275/277/347/224/250json/345/255/230/345/202/250/357/274/214/344/276/277/344/272/216Scan/345/210/260/345/257/271/350/261/241/346/227/266/350/207/252/345/212/250/345/214/226/350/275/254/346/215/242/357/274/214/351/201/277/345/205/215/350/207/252/345/256/232/344/271/211/350/247/243/346/236/220.md +71 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/346/234/200/344/275/263/345/256/236/350/267/265//346/237/245/350/257/242/346/227/266/351/201/277/345/205/215/350/277/224/345/233/236/345/257/271/350/261/241/345/210/235/345/247/213/345/214/226/345/217/212sql.ErrNoRows/345/210/244/346/226/255.md +40 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/347/273/223/346/236/234/345/244/204/347/220/206/ORM/347/273/223/346/236/234/345/244/204/347/220/206-/344/270/272/347/251/272/345/210/244/346/226/255.md +142 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/347/273/223/346/236/234/345/244/204/347/220/206/ORM/347/273/223/346/236/234/345/244/204/347/220/206-/347/251/272/346/225/260/347/273/204/347/273/223/346/236/204/350/277/224/345/233/236.md +89 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/347/273/223/346/236/234/345/244/204/347/220/206/ORM/347/273/223/346/236/234/345/244/204/347/220/206-/347/273/223/346/236/234/347/261/273/345/236/213.md +151 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-Handler/347/211/271/346/200/247.md +65 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-Hook/347/211/271/346/200/247.md +58 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/344/270/273/344/273/216/345/210/207/346/215/242.md +37 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/344/272/213/345/212/241/345/244/204/347/220/206.md +102 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/345/206/231/345/205/245/344/277/235/345/255/230.md +195 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/345/255/227/346/256/265/350/216/267/345/217/226.md +34 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/345/255/227/346/256/265/350/277/207/346/273/244.md +227 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/345/257/271/350/261/241/350/276/223/345/205/245.md +25 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/202/262/350/247/202/351/224/201 & /344/271/220/350/247/202/351/224/201.md" +146 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/345/272/223/345/210/207/346/215/242.md +28 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-AllAndCount.md +39 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-Exist.md +33 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-Join/346/237/245/350/257/242.md +123 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-ScanAndCount.md +48 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-Scan/346/230/240/345/260/204.md +49 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-UnionUnionAll.md +82 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-Where/346/235/241/344/273/266.md +310 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-/345/210/206/347/273/204/346/216/222/345/272/217/350/277/207/346/273/244.md +47 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-/345/255/220/346/237/245/350/257/242/347/211/271/346/200/247.md +34 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-/345/270/270/347/224/250/346/223/215/344/275/234/347/244/272/344/276/213.md +271 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/225/260/346/215/256/346/237/245/350/257/242/ORM/346/237/245/350/257/242-/345/270/270/347/224/250/346/237/245/350/257/242/346/226/271/346/263/225.md +40 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/227/266/351/227/264/347/273/264/346/212/244/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/227/266/351/227/264/347/273/264/346/212/244.md +39 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/227/266/351/227/264/347/273/264/346/212/244//346/227/266/351/227/264/347/273/264/346/212/244-SoftTimeOption.md +42 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/227/266/351/227/264/347/273/264/346/212/244//346/227/266/351/227/264/347/273/264/346/212/244-/345/237/272/346/234/254/344/275/277/347/224/250.md +102 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/227/266/351/227/264/347/273/264/346/212/244//346/227/266/351/227/264/347/273/264/346/212/244-/345/270/203/345/260/224/345/255/227/346/256/265.md +45 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/227/266/351/227/264/347/273/264/346/212/244//346/227/266/351/227/264/347/273/264/346/212/244-/346/225/264/345/236/213/345/255/227/346/256/265.md +94 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/233/264/346/226/260/345/210/240/351/231/244.md +144 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/237/245/350/257/242/347/274/223/345/255/230.md +156 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/250/241/345/236/213/345/205/263/350/201/224//346/250/241/345/236/213/345/205/263/350/201/224-/345/212/250/346/200/201/345/205/263/350/201/224-ScanList.md +228 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/250/241/345/236/213/345/205/263/350/201/224//346/250/241/345/236/213/345/205/263/350/201/224-/351/235/231/346/200/201/345/205/263/350/201/224-With/347/211/271/346/200/247.md +725 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234-/346/250/241/345/236/213/345/210/233/345/273/272.md +131 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/223/276/345/274/217/346/223/215/344/275/234/ORM/351/223/276/345/274/217/346/223/215/344/275/234.md +21 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-RawSQL.md +67 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-SQL/346/215/225/350/216/267.md +158 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/345/206/205/345/265/214/347/273/223/346/236/204/346/224/257/346/214/201.md +18 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/345/255/227/346/256/265/346/230/240/345/260/204.md +154 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/346/227/245/345/277/227/350/276/223/345/207/272.md +38 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/347/251/272/350/267/221/347/211/271/346/200/247.md +24 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/347/261/273/345/236/213/350/257/206/345/210/253.md +34 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/347/261/273/345/236/213/350/275/254/346/215/242.md +45 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/350/260/203/350/257/225/346/250/241/345/274/217.md +20 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM/ORM/351/253/230/347/272/247/347/211/271/346/200/247/ORM/351/253/230/347/272/247/347/211/271/346/200/247-/350/277/236/346/216/245/346/261/240/347/212/266/346/200/201.md +79 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/345/272/223ORM//346/225/260/346/215/256/345/272/223ORM.md +75 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/217/202/346/225/260/347/261/273/345/236/213//346/225/260/346/215/256/346/240/241/351/252/214-Map/346/240/241/351/252/214/Map/346/240/241/351/252/214-/345/237/272/346/234/254/344/275/277/347/224/250.md +97 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/217/202/346/225/260/347/261/273/345/236/213//346/225/260/346/215/256/346/240/241/351/252/214-Map/346/240/241/351/252/214/Map/346/240/241/351/252/214-/346/240/241/351/252/214/351/241/272/345/272/217/346/200/247.md +49 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/217/202/346/225/260/347/261/273/345/236/213//346/225/260/346/215/256/346/240/241/351/252/214-Struct/346/240/241/351/252/214/Struct/346/240/241/351/252/214-Assoc/345/205/263/350/201/224.md +46 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/217/202/346/225/260/347/261/273/345/236/213//346/225/260/346/215/256/346/240/241/351/252/214-Struct/346/240/241/351/252/214/Struct/346/240/241/351/252/214-/345/237/272/346/234/254/344/275/277/347/224/250.md +216 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/217/202/346/225/260/347/261/273/345/236/213//346/225/260/346/215/256/346/240/241/351/252/214-/345/215/225/346/225/260/346/215/256/346/240/241/351/252/214.md +133 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/217/257/351/200/211/346/240/241/351/252/214.md +152 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/345/270/270/350/247/201/351/227/256/351/242/230.md +18 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/346/226/271/346/263/225/344/273/213/347/273/215.md +486 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/346/240/241/351/252/214/345/257/271/350/261/241.md +139 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/346/240/241/351/252/214/347/273/223/346/236/234.md +89 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/346/240/241/351/252/214/350/247/204/345/210/231.md +2073 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/350/207/252/345/256/232/344/271/211/350/247/204/345/210/231//350/207/252/345/256/232/344/271/211/350/247/204/345/210/231-/345/256/214/346/225/264/346/225/260/346/215/256/346/240/241/351/252/214.md +66 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/350/207/252/345/256/232/344/271/211/350/247/204/345/210/231//350/207/252/345/256/232/344/271/211/350/247/204/345/210/231-/350/247/204/345/210/231/346/263/250/345/206/214.md +274 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/350/207/252/345/256/232/344/271/211/351/224/231/350/257/257.md +96 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214-/351/200/222/345/275/222/346/240/241/351/252/214.md +196 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/225/260/346/215/256/346/240/241/351/252/214//346/225/260/346/215/256/346/240/241/351/252/214.md +30 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-Context.md +69 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-Flags/347/211/271/346/200/247.md +45 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-Handler.md +292 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-JSON/346/240/274/345/274/217.md +64 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-Rotate/347/211/271/346/200/247.md +89 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-Writer/346/216/245/345/217/243.md +111 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/345/240/206/346/240/210/346/211/223/345/215/260.md +137 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/345/270/270/350/247/201/351/227/256/351/242/230.md +18 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/345/274/202/346/255/245/350/276/223/345/207/272.md +109 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/346/226/207/344/273/266/347/233/256/345/275/225.md +92 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/346/227/245/345/277/227/347/272/247/345/210/253.md +187 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/350/260/203/350/257/225/344/277/241/346/201/257.md +46 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/351/205/215/347/275/256/347/256/241/347/220/206.md +109 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/351/223/276/345/274/217/346/223/215/344/275/234.md +123 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266-/351/242/234/350/211/262/346/211/223/345/215/260.md +62 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266//346/227/245/345/277/227/347/273/204/344/273/266.md +65 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-XSS/345/244/204/347/220/206.md +40 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/345/205/266/344/273/226/344/275/277/347/224/250.md +205 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/345/207/275/346/225/260//346/250/241/346/235/277/345/207/275/346/225/260-/345/206/205/347/275/256/345/207/275/346/225/260.md +298 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/345/207/275/346/225/260//346/250/241/346/235/277/345/207/275/346/225/260-/345/237/272/347/241/200/345/207/275/346/225/260.md +244 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/345/207/275/346/225/260//346/250/241/346/235/277/345/207/275/346/225/260-/350/207/252/345/256/232/344/271/211/345/207/275/346/225/260.md +48 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/345/217/230/351/207/217.md +49 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/345/270/203/345/261/200.md +148 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/346/240/207/347/255/276.md +193 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216-/346/250/241/346/235/277/351/205/215/347/275/256.md +122 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//346/250/241/346/235/277/345/274/225/346/223/216//346/250/241/346/235/277/345/274/225/346/223/216.md +184 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-Converter.md +249 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-Map/350/275/254/346/215/242.md +209 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-Scan/350/275/254/346/215/242.md +519 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-Structs/350/275/254/346/215/242.md +64 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-Struct/350/275/254/346/215/242.md +309 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-UnmarshalValue.md +272 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-/345/237/272/346/234/254/347/261/273/345/236/213.md +70 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-/346/200/247/350/203/275/346/265/213/350/257/225.md +29 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242-/350/207/252/345/256/232/344/271/211/347/261/273/345/236/213/350/275/254/346/215/242.md +398 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/261/273/345/236/213/350/275/254/346/215/242//347/261/273/345/236/213/350/275/254/346/215/242.md +23 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/274/223/345/255/230/347/256/241/347/220/206//347/274/223/345/255/230/347/256/241/347/220/206-Redis/347/274/223/345/255/230.md +52 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/274/223/345/255/230/347/256/241/347/220/206//347/274/223/345/255/230/347/256/241/347/220/206-/345/206/205/345/255/230/347/274/223/345/255/230.md +295 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/274/223/345/255/230/347/256/241/347/220/206//347/274/223/345/255/230/347/256/241/347/220/206-/346/216/245/345/217/243/350/256/276/350/256/241.md +31 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/274/223/345/255/230/347/256/241/347/220/206//347/274/223/345/255/230/347/256/241/347/220/206-/346/226/271/346/263/225/344/273/213/347/273/215.md +1030 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//347/274/223/345/255/230/347/256/241/347/220/206//347/274/223/345/255/230/347/256/241/347/220/206.md +114 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/260/203/350/257/225/346/250/241/345/274/217.md +51 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/265/204/346/272/220/347/256/241/347/220/206//350/265/204/346/272/220/347/256/241/347/220/206-/344/275/277/347/224/250/347/244/272/344/276/213.md +103 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/265/204/346/272/220/347/256/241/347/220/206//350/265/204/346/272/220/347/256/241/347/220/206-/345/267/245/345/205/267/346/211/223/345/214/205.md +89 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/265/204/346/272/220/347/256/241/347/220/206//350/265/204/346/272/220/347/256/241/347/220/206-/346/226/271/346/263/225/344/273/213/347/273/215.md +319 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/265/204/346/272/220/347/256/241/347/220/206//350/265/204/346/272/220/347/256/241/347/220/206-/346/226/271/346/263/225/346/211/223/345/214/205.md +82 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/265/204/346/272/220/347/256/241/347/220/206//350/265/204/346/272/220/347/256/241/347/220/206-/346/234/200/344/275/263/345/256/236/350/267/265.md +41 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//350/265/204/346/272/220/347/256/241/347/220/206//350/265/204/346/272/220/347/256/241/347/220/206.md +36 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-Loader/345/212/240/350/275/275/345/231/250.md +491 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-TOML/346/240/274/345/274/217.md +301 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-YAML/346/240/274/345/274/217.md +364 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/345/270/270/347/224/250/346/226/271/346/263/225.md +362 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/346/216/245/345/217/243/345/214/226/350/256/276/350/256/241//351/205/215/347/275/256/347/256/241/347/220/206-AdapterContent.md +49 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/346/216/245/345/217/243/345/214/226/350/256/276/350/256/241//351/205/215/347/275/256/347/256/241/347/220/206-AdapterFile.md +98 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/346/216/245/345/217/243/345/214/226/350/256/276/350/256/241//351/205/215/347/275/256/347/256/241/347/220/206-/346/216/245/345/217/243/345/214/226/350/256/276/350/256/241.md +45 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/346/226/207/344/273/266/351/205/215/347/275/256.md +199 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/351/205/215/347/275/256/345/257/271/350/261/241.md +72 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206-/351/205/215/347/275/256/347/233/221/345/220/254/345/233/236/350/260/203.md +150 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/205/215/347/275/256/347/256/241/347/220/206//351/205/215/347/275/256/347/256/241/347/220/206.md +31 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/345/205/266/344/273/226/347/211/271/346/200/247.md +207 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/345/233/275/351/231/205/345/214/226/346/224/257/346/214/201.md +324 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/345/240/206/346/240/210/347/211/271/346/200/247.md +245 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/345/270/270/347/224/250/346/226/271/346/263/225.md +62 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/346/200/247/350/203/275/346/265/213/350/257/225.md +19 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/346/234/200/344/275/263/345/256/236/350/267/265.md +107 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/346/257/224/350/276/203.md +232 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/347/211/271/346/200/247//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/345/256/236/347/216/260.md +87 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/347/211/271/346/200/247//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/346/211/251/345/261/225.md +79 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/347/211/271/346/200/247//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/346/216/245/345/217/243.md +60 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/347/211/271/346/200/247//351/224/231/350/257/257/345/244/204/347/220/206-/351/224/231/350/257/257/347/240/201/346/226/271/346/263/225.md +162 -0
- package/skills/goframe-v2/references//346/240/270/345/277/203/347/273/204/344/273/266//351/224/231/350/257/257/345/244/204/347/220/206//351/224/231/350/257/257/345/244/204/347/220/206.md +15 -0
- package/skills/goframe-v2/references//346/241/206/346/236/266/350/256/276/350/256/241/Golang/346/236/232/344/270/276/345/200/274/347/256/241/347/220/206.md +36 -0
- package/skills/goframe-v2/references//346/241/206/346/236/266/350/256/276/350/256/241//345/267/245/347/250/213/345/274/200/345/217/221/350/256/276/350/256/241//344/273/243/347/240/201/345/210/206/345/261/202/350/256/276/350/256/241.md +73 -0
- package/skills/goframe-v2/references//346/241/206/346/236/266/350/256/276/350/256/241//345/267/245/347/250/213/345/274/200/345/217/221/350/256/276/350/256/241//345/267/245/347/250/213/347/233/256/345/275/225/350/256/276/350/256/241.md +165 -0
- package/skills/goframe-v2/references//346/241/206/346/236/266/350/256/276/350/256/241//345/267/245/347/250/213/345/274/200/345/217/221/350/256/276/350/256/241//345/276/256/346/234/215/345/212/241/345/244/247/344/273/223/347/256/241/347/220/206/346/250/241/345/274/217.md +122 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/212/237/350/203/275/350/260/203/350/257/225//350/260/203/350/257/225/345/212/237/350/203/275-gdebug.md +38 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/212/240/345/257/206/350/247/243/345/257/206/AES/347/256/227/346/263/225-gaes.md +19 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/212/240/345/257/206/350/247/243/345/257/206/DES/347/256/227/346/263/225-gdes.md +19 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/212/240/345/257/206/350/247/243/345/257/206/RSA/347/256/227/346/263/225-grsa.md +267 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/212/240/345/257/206/350/247/243/345/257/206/SHA256/347/256/227/346/263/225-gsha256.md +353 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/215/225/345/205/203/346/265/213/350/257/225//345/215/225/345/205/203/346/265/213/350/257/225-gtest.md +413 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/256/236/347/224/250/345/267/245/345/205/267//345/205/203/346/225/260/346/215/256-gmeta.md +89 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/256/236/347/224/250/345/267/245/345/205/267//345/224/257/344/270/200/346/225/260-guid.md +111 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/256/236/347/224/250/345/267/245/345/205/267//345/267/245/345/205/267/346/226/271/346/263/225-gutil.md +239 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//345/256/236/347/224/250/345/267/245/345/205/267//351/232/217/346/234/272/346/225/260-grand.md +55 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/255/227/345/205/270/347/261/273/345/236/213-gmap//345/255/227/345/205/270/347/261/273/345/236/213-gmap.md +36 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/255/227/345/205/270/347/261/273/345/236/213-gmap//345/255/227/345/205/270/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +544 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/255/227/345/205/270/347/261/273/345/236/213-gmap//345/255/227/345/205/270/347/261/273/345/236/213-/346/200/247/350/203/275/346/265/213/350/257/225.md +79 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/255/227/345/205/270/347/261/273/345/236/213-gmap//345/255/227/345/205/270/347/261/273/345/236/213-/346/226/271/346/263/225/344/273/213/347/273/215.md +1320 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/256/211/345/205/250/347/261/273/345/236/213-gtype//345/256/211/345/205/250/347/261/273/345/236/213-gtype.md +23 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/256/211/345/205/250/347/261/273/345/236/213-gtype//345/256/211/345/205/250/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +110 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/256/211/345/205/250/347/261/273/345/236/213-gtype//345/256/211/345/205/250/347/261/273/345/236/213-/346/200/247/350/203/275/346/265/213/350/257/225.md +38 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/257/271/350/261/241/345/244/215/347/224/250-gpool//345/257/271/350/261/241/345/244/215/347/224/250-gpool.md +93 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/257/271/350/261/241/345/244/215/347/224/250-gpool//345/257/271/350/261/241/345/244/215/347/224/250-/345/237/272/346/234/254/344/275/277/347/224/250.md +226 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/271/266/345/217/221/345/256/211/345/205/250/347/216/257-gring//345/271/266/345/217/221/345/256/211/345/205/250/347/216/257-gring.md +202 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/271/266/345/217/221/345/256/211/345/205/250/347/216/257-gring//345/271/266/345/217/221/345/256/211/345/205/250/347/216/257-/345/237/272/346/234/254/344/275/277/347/224/250.md +396 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//345/271/266/345/217/221/345/256/211/345/205/250/347/216/257-gring//345/271/266/345/217/221/345/256/211/345/205/250/347/216/257-/346/226/271/346/263/225/344/273/213/347/273/215.md +626 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/225/260/347/273/204/347/261/273/345/236/213-garray//346/225/260/347/273/204/347/261/273/345/236/213-garray.md +32 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/225/260/347/273/204/347/261/273/345/236/213-garray//346/225/260/347/273/204/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +581 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/225/260/347/273/204/347/261/273/345/236/213-garray//346/225/260/347/273/204/347/261/273/345/236/213-/346/226/271/346/263/225/344/273/213/347/273/215.md +1389 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/240/221/345/275/242/347/261/273/345/236/213-gtree//346/240/221/345/275/242/347/261/273/345/236/213-gtree.md +140 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/240/221/345/275/242/347/261/273/345/236/213-gtree//346/240/221/345/275/242/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +329 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/240/221/345/275/242/347/261/273/345/236/213-gtree//346/240/221/345/275/242/347/261/273/345/236/213-/346/226/271/346/263/225/344/273/213/347/273/215.md +1254 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/263/233/345/236/213/347/261/273/345/236/213-gvar//346/263/233/345/236/213/347/261/273/345/236/213-gvar.md +21 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/263/233/345/236/213/347/261/273/345/236/213-gvar//346/263/233/345/236/213/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +107 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/263/233/345/236/213/347/261/273/345/236/213-gvar//346/263/233/345/236/213/347/261/273/345/236/213-/346/226/271/346/263/225/344/273/213/347/273/215.md +1477 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//346/263/233/345/236/213/347/261/273/345/236/213-gvar//346/263/233/345/236/213/347/261/273/345/236/213-/346/263/250/346/204/217/344/272/213/351/241/271.md +32 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/223/276/350/241/250/347/261/273/345/236/213-glist//351/223/276/350/241/250/347/261/273/345/236/213-glist.md +26 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/223/276/350/241/250/347/261/273/345/236/213-glist//351/223/276/350/241/250/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +436 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/223/276/350/241/250/347/261/273/345/236/213-glist//351/223/276/350/241/250/347/261/273/345/236/213-/346/200/247/350/203/275/346/265/213/350/257/225.md +13 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/230/237/345/210/227/347/261/273/345/236/213-gqueue//351/230/237/345/210/227/347/261/273/345/236/213-gqueue.md +27 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/230/237/345/210/227/347/261/273/345/236/213-gqueue//351/230/237/345/210/227/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +265 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/230/237/345/210/227/347/261/273/345/236/213-gqueue//351/230/237/345/210/227/347/261/273/345/236/213-/346/200/247/350/203/275/346/265/213/350/257/225.md +16 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/233/206/345/220/210/347/261/273/345/236/213-gset//351/233/206/345/220/210/347/261/273/345/236/213-gset.md +26 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/233/206/345/220/210/347/261/273/345/236/213-gset//351/233/206/345/220/210/347/261/273/345/236/213-/345/237/272/346/234/254/344/275/277/347/224/250.md +457 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/233/206/345/220/210/347/261/273/345/236/213-gset//351/233/206/345/220/210/347/261/273/345/236/213-/346/200/247/350/203/275/346/265/213/350/257/225.md +24 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/225/260/346/215/256/347/273/223/346/236/204//351/233/206/345/220/210/347/261/273/345/236/213-gset//351/233/206/345/220/210/347/261/273/345/236/213-/346/226/271/346/263/225/344/273/213/347/273/215.md +764 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/226/207/346/234/254/345/244/204/347/220/206//345/255/227/347/254/246/344/270/262/345/244/204/347/220/206-gstr.md +2641 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/226/207/346/234/254/345/244/204/347/220/206//346/255/243/345/210/231/350/241/250/350/276/276/345/274/217-gregex//346/255/243/345/210/231/350/241/250/350/276/276/345/274/217-gregex.md +15 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/226/207/346/234/254/345/244/204/347/220/206//346/255/243/345/210/231/350/241/250/350/276/276/345/274/217-gregex//346/255/243/345/210/231/350/241/250/350/276/276/345/274/217-/345/237/272/346/234/254/344/275/277/347/224/250.md +21 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//346/226/207/346/234/254/345/244/204/347/220/206//346/255/243/345/210/231/350/241/250/350/276/276/345/274/217-gregex//346/255/243/345/210/231/350/241/250/350/276/276/345/274/217-/346/226/271/346/263/225/344/273/213/347/273/215.md +325 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//344/270/212/344/270/213/346/226/207-gctx.md +15 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//344/272/222/346/226/245/351/224/201-gmutex.md +145 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/206/205/345/255/230/351/224/201-gmlock.md +140 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/215/217/347/250/213/347/256/241/347/220/206-grpool.md +371 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/344/273/273/345/212/241-gcron//345/256/232/346/227/266/344/273/273/345/212/241-gcron.md +36 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/344/273/273/345/212/241-gcron//345/256/232/346/227/266/344/273/273/345/212/241-gcron/344/270/216gtimer.md +13 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/344/273/273/345/212/241-gcron//345/256/232/346/227/266/344/273/273/345/212/241-/345/237/272/346/234/254/344/275/277/347/224/250.md +411 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/344/273/273/345/212/241-gcron//345/256/232/346/227/266/344/273/273/345/212/241-/346/227/245/345/277/227/347/256/241/347/220/206.md +42 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/344/273/273/345/212/241-gcron//345/256/232/346/227/266/344/273/273/345/212/241-/350/241/250/350/276/276/345/274/217.md +97 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/345/231/250-gtimer//345/256/232/346/227/266/345/231/250-gtimer.md +58 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/256/232/346/227/266/345/231/250-gtimer//345/256/232/346/227/266/345/231/250-/345/237/272/346/234/254/344/275/277/347/224/250.md +213 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//345/257/271/350/261/241/344/277/241/346/201/257-gstructs.md +130 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/226/207/344/273/266/347/233/221/346/216/247-gfsnotify//346/226/207/344/273/266/347/233/221/346/216/247-gfsnotify.md +19 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/226/207/344/273/266/347/233/221/346/216/247-gfsnotify//346/226/207/344/273/266/347/233/221/346/216/247-/346/267/273/345/212/240/347/233/221/346/216/247.md +52 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/226/207/344/273/266/347/233/221/346/216/247-gfsnotify//346/226/207/344/273/266/347/233/221/346/216/247-/347/247/273/351/231/244/347/233/221/346/216/247.md +88 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/226/207/344/273/266/347/233/221/346/216/247-gfsnotify//346/226/207/344/273/266/347/233/221/346/216/247-/347/263/273/347/273/237/345/217/202/346/225/260.md +28 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/226/207/344/273/266/347/256/241/347/220/206-gfile.md +2517 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/227/266/351/227/264/347/256/241/347/220/206-gtime//346/227/266/351/227/264/347/256/241/347/220/206-gtime.md +17 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/227/266/351/227/264/347/256/241/347/220/206-gtime//346/227/266/351/227/264/347/256/241/347/220/206-/345/267/245/345/205/267/346/226/271/346/263/225.md +200 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/227/266/351/227/264/347/256/241/347/220/206-gtime//346/227/266/351/227/264/347/256/241/347/220/206-/346/226/271/346/263/225/344/273/213/347/273/215.md +685 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/227/266/351/227/264/347/256/241/347/220/206-gtime//346/227/266/351/227/264/347/256/241/347/220/206-/346/227/266/345/214/272/350/256/276/347/275/256.md +106 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/227/266/351/227/264/347/256/241/347/220/206-gtime//346/227/266/351/227/264/347/256/241/347/220/206-/346/227/266/351/227/264/345/257/271/350/261/241.md +157 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//346/227/266/351/227/264/347/256/241/347/220/206-gtime//346/227/266/351/227/264/347/256/241/347/220/206-/346/227/266/351/227/264/346/240/274/345/274/217.md +45 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//347/216/257/345/242/203/345/217/230/351/207/217-genv.md +104 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//350/277/233/347/250/213/347/256/241/347/220/206-gproc//350/277/233/347/250/213/347/256/241/347/220/206-gproc.md +24 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//350/277/233/347/250/213/347/256/241/347/220/206-gproc//350/277/233/347/250/213/347/256/241/347/220/206-/344/277/241/345/217/267/347/233/221/345/220/254.md +147 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//350/277/233/347/250/213/347/256/241/347/220/206-gproc//350/277/233/347/250/213/347/256/241/347/220/206-/345/237/272/346/234/254/344/275/277/347/224/250.md +110 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//350/277/233/347/250/213/347/256/241/347/220/206-gproc//350/277/233/347/250/213/347/256/241/347/220/206-/350/277/233/347/250/213/351/200/232/344/277/241.md +76 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/263/273/347/273/237/347/233/270/345/205/263//350/277/233/347/250/213/347/256/241/347/220/206-gproc//350/277/233/347/250/213/347/256/241/347/220/206-/351/223/276/350/267/257/350/267/237/350/270/252.md +57 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201/URL/347/274/226/350/247/243/347/240/201-gurl.md +123 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//344/272/214/350/277/233/345/210/266/347/274/226/350/247/243/347/240/201-gbinary.md +173 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//345/255/227/347/254/246/351/233/206/350/275/254/346/215/242-gcharset.md +52 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//347/273/217/345/205/270/345/223/210/345/270/214/345/207/275/346/225/260-ghash.md +101 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-FAQ.md +53 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-Struct/350/275/254/346/215/242.md +28 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson.md +22 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-/345/212/250/346/200/201/345/210/233/345/273/272/344/277/256/346/224/271.md +68 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-/345/257/271/350/261/241/345/210/233/345/273/272.md +110 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-/345/261/202/347/272/247/350/256/277/351/227/256.md +120 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-/346/225/260/346/215/256/346/240/274/345/274/217/350/275/254/346/215/242.md +55 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/274/226/347/240/201/350/247/243/347/240/201//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-gjson//351/200/232/347/224/250/347/274/226/350/247/243/347/240/201-/346/226/271/346/263/225/344/273/213/347/273/215.md +2644 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266-TLS/345/212/240/345/257/206.md +143 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266-/345/267/245/345/205/267/346/226/271/346/263/225.md +61 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266-/350/277/236/346/216/245/345/257/271/350/261/241/TCP/347/273/204/344/273/266-/350/277/236/346/216/245/345/257/271/350/261/241.md +259 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266-/350/277/236/346/216/245/345/257/271/350/261/241//350/277/236/346/216/245/345/257/271/350/261/241-/346/266/210/346/201/257/345/214/205/345/244/204/347/220/206.md +228 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266-/350/277/236/346/216/245/345/257/271/350/261/241//350/277/236/346/216/245/345/257/271/350/261/241-/351/200/232/344/277/241/345/274/200/345/217/221/350/277/233/351/230/266.md +220 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266-/350/277/236/346/216/245/346/261/240/347/211/271/346/200/247.md +164 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/TCP/347/273/204/344/273/266/TCP/347/273/204/344/273/266.md +73 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/UDP/347/273/204/344/273/266/UDP/347/273/204/344/273/266-/345/267/245/345/205/267/346/226/271/346/263/225.md +13 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/UDP/347/273/204/344/273/266/UDP/347/273/204/344/273/266-/350/277/236/346/216/245/345/257/271/350/261/241.md +83 -0
- package/skills/goframe-v2/references//347/273/204/344/273/266/345/210/227/350/241/250//347/275/221/347/273/234/347/273/204/344/273/266/UDP/347/273/204/344/273/266/UDP/347/273/204/344/273/266.md +47 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//345/237/272/346/234/254/344/273/213/347/273/215.md +143 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step1 - /350/256/276/350/256/241/346/225/260/346/215/256/350/241/250.md" +62 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step2 - /347/224/237/346/210/220dao_do_entity.md" +140 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step3 - /347/274/226/345/206/231api/346/216/245/345/217/243/345/256/232/344/271/211.md" +104 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step4 - /347/224/237/346/210/220controller/344/273/243/347/240/201.md" +138 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step5 - /345/256/214/346/210/220/346/216/245/345/217/243/351/200/273/350/276/221/345/256/236/347/216/260.md" +152 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step6 - /351/205/215/347/275/256/344/270/216/350/267/257/347/224/261.md" +97 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//346/216/245/345/217/243/345/274/200/345/217/221/Step7 - /345/220/257/345/212/250/344/270/216/346/265/213/350/257/225.md" +133 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/350/204/232/346/211/213/346/236/266//351/241/271/347/233/256/345/220/257/345/212/250.md +90 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/351/203/250/347/275/262//344/273/243/347/220/206/351/203/250/347/275/262.md +81 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/351/203/250/347/275/262//345/256/271/345/231/250/351/203/250/347/275/262.md +78 -0
- package/skills/goframe-v2/references//351/241/271/347/233/256/351/203/250/347/275/262//347/213/254/347/253/213/351/203/250/347/275/262.md +126 -0
- package/skills/golang-patterns/SKILL.md +674 -0
- package/skills/golang-testing/SKILL.md +720 -0
- package/skills/google-workspace-ops/SKILL.md +95 -0
- package/skills/graphify/SKILL.md +51 -0
- package/skills/graphify/agents/openai.yaml +4 -0
- package/skills/harness-audit/SKILL.md +135 -0
- package/skills/harness-audit/agents/openai.yaml +4 -0
- package/skills/healthcare-cdss-patterns/SKILL.md +245 -0
- package/skills/healthcare-emr-patterns/SKILL.md +159 -0
- package/skills/healthcare-eval-harness/SKILL.md +207 -0
- package/skills/healthcare-phi-compliance/SKILL.md +145 -0
- package/skills/hexagonal-architecture/SKILL.md +276 -0
- package/skills/inventory-demand-planning/SKILL.md +247 -0
- package/skills/investor-materials/SKILL.md +96 -0
- package/skills/investor-outreach/SKILL.md +87 -0
- package/skills/iterative-retrieval/SKILL.md +211 -0
- package/skills/iterative-retrieval/agents/openai.yaml +4 -0
- package/skills/java-coding-standards/SKILL.md +147 -0
- package/skills/java-unit-test/SKILL.md +256 -0
- package/skills/java-unit-test/agents/openai.yaml +4 -0
- package/skills/jpa-patterns/SKILL.md +151 -0
- package/skills/karpathy-guidelines/SKILL.md +46 -0
- package/skills/karpathy-guidelines/agents/openai.yaml +4 -0
- package/skills/kotlin-coroutines-flows/SKILL.md +284 -0
- package/skills/kotlin-exposed-patterns/SKILL.md +719 -0
- package/skills/kotlin-ktor-patterns/SKILL.md +689 -0
- package/skills/kotlin-patterns/SKILL.md +711 -0
- package/skills/kotlin-testing/SKILL.md +824 -0
- package/skills/langfuse-coding-trace/SKILL.md +129 -0
- package/skills/langfuse-coding-trace/agents/openai.yaml +4 -0
- package/skills/langfuse-coding-trace/trace.py +226 -0
- package/skills/laravel-patterns/SKILL.md +415 -0
- package/skills/laravel-plugin-discovery/SKILL.md +229 -0
- package/skills/laravel-security/SKILL.md +285 -0
- package/skills/laravel-tdd/SKILL.md +283 -0
- package/skills/laravel-verification/SKILL.md +179 -0
- package/skills/lead-intelligence/SKILL.md +345 -0
- package/skills/lead-intelligence/agents/enrichment-agent.md +85 -0
- package/skills/lead-intelligence/agents/mutual-mapper.md +75 -0
- package/skills/lead-intelligence/agents/outreach-drafter.md +98 -0
- package/skills/lead-intelligence/agents/signal-scorer.md +60 -0
- package/skills/liquid-glass-design/SKILL.md +279 -0
- package/skills/logistics-exception-management/SKILL.md +222 -0
- package/skills/manim-video/SKILL.md +89 -0
- package/skills/manim-video/assets/network_graph_scene.py +52 -0
- package/skills/market-research/SKILL.md +75 -0
- package/skills/maven-qa/SKILL.md +199 -0
- package/skills/maven-qa/agents/openai.yaml +4 -0
- package/skills/maven-qa/scripts/parse_static_analysis.py +252 -0
- package/skills/maven-qa/scripts/parse_surefire.py +113 -0
- package/skills/maven-qa/scripts/requirements.txt +1 -0
- package/skills/mcp-server-patterns/SKILL.md +67 -0
- package/skills/multi-perspective-review/SKILL.md +112 -0
- package/skills/mysql-query/SKILL.md +125 -0
- package/skills/mysql-query/agents/openai.yaml +4 -0
- package/skills/mysql-query/scripts/query.py +79 -0
- package/skills/mysql-query/scripts/requirements.txt +1 -0
- package/skills/nanoclaw-repl/SKILL.md +33 -0
- package/skills/nextjs-turbopack/SKILL.md +44 -0
- package/skills/nutrient-document-processing/SKILL.md +167 -0
- package/skills/nuxt4-patterns/SKILL.md +100 -0
- package/skills/openclaw-persona-forge/SKILL.md +296 -0
- package/skills/openclaw-persona-forge/gacha.py +224 -0
- package/skills/openclaw-persona-forge/gacha.sh +5 -0
- package/skills/openclaw-persona-forge/references/avatar-style.md +124 -0
- package/skills/openclaw-persona-forge/references/boundary-rules.md +53 -0
- package/skills/openclaw-persona-forge/references/error-handling.md +53 -0
- package/skills/openclaw-persona-forge/references/identity-tension.md +48 -0
- package/skills/openclaw-persona-forge/references/naming-system.md +39 -0
- package/skills/openclaw-persona-forge/references/output-template.md +166 -0
- package/skills/opensource-pipeline/SKILL.md +255 -0
- package/skills/pairwise-test-design/SKILL.md +36 -0
- package/skills/pairwise-test-design/agents/openai.yaml +4 -0
- package/skills/parallel-execution/SKILL.md +69 -0
- package/skills/parallel-execution/agents/openai.yaml +58 -0
- package/skills/perl-patterns/SKILL.md +504 -0
- package/skills/perl-security/SKILL.md +503 -0
- package/skills/perl-testing/SKILL.md +475 -0
- package/skills/plankton-code-quality/SKILL.md +236 -0
- package/skills/plankton-code-quality/agents/openai.yaml +4 -0
- package/skills/postgres-patterns/SKILL.md +147 -0
- package/skills/product-lens/SKILL.md +85 -0
- package/skills/production-scheduling/SKILL.md +238 -0
- package/skills/project-flow-ops/SKILL.md +111 -0
- package/skills/project-guidelines-example/SKILL.md +349 -0
- package/skills/project-guidelines-example/agents/openai.yaml +4 -0
- package/skills/prompt-optimizer/SKILL.md +397 -0
- package/skills/pua/SKILL.md +77 -0
- package/skills/pua/agents/openai.yaml +4 -0
- package/skills/pua/references/display-protocol.md +32 -0
- package/skills/pua/references/flavors.md +44 -0
- package/skills/pua/references/methodology-alibaba.md +14 -0
- package/skills/pua/references/methodology-huawei.md +15 -0
- package/skills/pua/references/methodology-musk.md +15 -0
- package/skills/pua/references/methodology-router.md +28 -0
- package/skills/pua-loop/SKILL.md +18 -0
- package/skills/pua-loop/agents/openai.yaml +4 -0
- package/skills/pua-mama/SKILL.md +17 -0
- package/skills/pua-mama/agents/openai.yaml +4 -0
- package/skills/pua-p10/SKILL.md +18 -0
- package/skills/pua-p10/agents/openai.yaml +4 -0
- package/skills/pua-p7/SKILL.md +24 -0
- package/skills/pua-p7/agents/openai.yaml +4 -0
- package/skills/pua-p9/SKILL.md +24 -0
- package/skills/pua-p9/agents/openai.yaml +4 -0
- package/skills/pua-pro/SKILL.md +18 -0
- package/skills/pua-pro/agents/openai.yaml +4 -0
- package/skills/pua-yes/SKILL.md +17 -0
- package/skills/pua-yes/agents/openai.yaml +4 -0
- package/skills/python-patterns/SKILL.md +750 -0
- package/skills/python-testing/SKILL.md +816 -0
- package/skills/pytorch-patterns/SKILL.md +396 -0
- package/skills/quality-nonconformance/SKILL.md +260 -0
- package/skills/quick-execution/SKILL.md +78 -0
- package/skills/ralphinho-rfc-pipeline/SKILL.md +67 -0
- package/skills/regex-vs-llm-structured-text/SKILL.md +220 -0
- package/skills/remotion-video-creation/SKILL.md +43 -0
- package/skills/remotion-video-creation/rules/3d.md +86 -0
- package/skills/remotion-video-creation/rules/animations.md +29 -0
- package/skills/remotion-video-creation/rules/assets/charts-bar-chart.tsx +173 -0
- package/skills/remotion-video-creation/rules/assets/text-animations-typewriter.tsx +100 -0
- package/skills/remotion-video-creation/rules/assets/text-animations-word-highlight.tsx +108 -0
- package/skills/remotion-video-creation/rules/assets.md +78 -0
- package/skills/remotion-video-creation/rules/audio.md +172 -0
- package/skills/remotion-video-creation/rules/calculate-metadata.md +104 -0
- package/skills/remotion-video-creation/rules/can-decode.md +75 -0
- package/skills/remotion-video-creation/rules/charts.md +58 -0
- package/skills/remotion-video-creation/rules/compositions.md +146 -0
- package/skills/remotion-video-creation/rules/display-captions.md +126 -0
- package/skills/remotion-video-creation/rules/extract-frames.md +229 -0
- package/skills/remotion-video-creation/rules/fonts.md +152 -0
- package/skills/remotion-video-creation/rules/get-audio-duration.md +58 -0
- package/skills/remotion-video-creation/rules/get-video-dimensions.md +68 -0
- package/skills/remotion-video-creation/rules/get-video-duration.md +58 -0
- package/skills/remotion-video-creation/rules/gifs.md +138 -0
- package/skills/remotion-video-creation/rules/images.md +130 -0
- package/skills/remotion-video-creation/rules/import-srt-captions.md +67 -0
- package/skills/remotion-video-creation/rules/lottie.md +67 -0
- package/skills/remotion-video-creation/rules/measuring-dom-nodes.md +34 -0
- package/skills/remotion-video-creation/rules/measuring-text.md +143 -0
- package/skills/remotion-video-creation/rules/sequencing.md +106 -0
- package/skills/remotion-video-creation/rules/tailwind.md +11 -0
- package/skills/remotion-video-creation/rules/text-animations.md +20 -0
- package/skills/remotion-video-creation/rules/timing.md +179 -0
- package/skills/remotion-video-creation/rules/transcribe-captions.md +19 -0
- package/skills/remotion-video-creation/rules/transitions.md +122 -0
- package/skills/remotion-video-creation/rules/trimming.md +52 -0
- package/skills/remotion-video-creation/rules/videos.md +171 -0
- package/skills/repo-scan/SKILL.md +78 -0
- package/skills/returns-reverse-logistics/SKILL.md +240 -0
- package/skills/roles/architect/SKILL.md +105 -0
- package/skills/roles/architect/agents/openai.yaml +4 -0
- package/skills/roles/backend-engineer/SKILL.md +116 -0
- package/skills/roles/backend-engineer/agents/openai.yaml +4 -0
- package/skills/roles/devops-engineer/SKILL.md +99 -0
- package/skills/roles/devops-engineer/agents/openai.yaml +4 -0
- package/skills/roles/frontend-engineer/SKILL.md +103 -0
- package/skills/roles/frontend-engineer/agents/openai.yaml +4 -0
- package/skills/roles/product-manager/SKILL.md +106 -0
- package/skills/roles/product-manager/agents/openai.yaml +4 -0
- package/skills/roles/project-manager/SKILL.md +90 -0
- package/skills/roles/project-manager/agents/openai.yaml +4 -0
- package/skills/roles/qa-engineer/SKILL.md +114 -0
- package/skills/roles/qa-engineer/agents/openai.yaml +4 -0
- package/skills/roles/tech-lead/SKILL.md +120 -0
- package/skills/roles/tech-lead/agents/openai.yaml +4 -0
- package/skills/rtk-token-optimization/SKILL.md +98 -0
- package/skills/rtk-token-optimization/agents/openai.yaml +4 -0
- package/skills/rules-distill/SKILL.md +264 -0
- package/skills/rules-distill/scripts/scan-rules.sh +58 -0
- package/skills/rules-distill/scripts/scan-skills.sh +129 -0
- package/skills/rust-patterns/SKILL.md +499 -0
- package/skills/rust-testing/SKILL.md +500 -0
- package/skills/safety-guard/SKILL.md +75 -0
- package/skills/santa-method/SKILL.md +306 -0
- package/skills/search-first/SKILL.md +161 -0
- package/skills/security-review/SKILL.md +495 -0
- package/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/skills/security-scan/SKILL.md +165 -0
- package/skills/session-continuity/SKILL.md +103 -0
- package/skills/skill-comply/SKILL.md +58 -0
- package/skills/skill-comply/fixtures/compliant_trace.jsonl +5 -0
- package/skills/skill-comply/fixtures/noncompliant_trace.jsonl +3 -0
- package/skills/skill-comply/fixtures/tdd_spec.yaml +44 -0
- package/skills/skill-comply/prompts/classifier.md +24 -0
- package/skills/skill-comply/prompts/scenario_generator.md +62 -0
- package/skills/skill-comply/prompts/spec_generator.md +42 -0
- package/skills/skill-comply/pyproject.toml +15 -0
- package/skills/skill-comply/scripts/__init__.py +1 -0
- package/skills/skill-comply/scripts/classifier.py +85 -0
- package/skills/skill-comply/scripts/grader.py +122 -0
- package/skills/skill-comply/scripts/parser.py +107 -0
- package/skills/skill-comply/scripts/report.py +170 -0
- package/skills/skill-comply/scripts/run.py +127 -0
- package/skills/skill-comply/scripts/runner.py +161 -0
- package/skills/skill-comply/scripts/scenario_generator.py +70 -0
- package/skills/skill-comply/scripts/spec_generator.py +72 -0
- package/skills/skill-comply/scripts/utils.py +13 -0
- package/skills/skill-comply/tests/test_grader.py +137 -0
- package/skills/skill-comply/tests/test_parser.py +90 -0
- package/skills/skill-stocktake/SKILL.md +194 -0
- package/skills/skill-stocktake/agents/openai.yaml +4 -0
- package/skills/skill-stocktake/scripts/quick-diff.sh +87 -0
- package/skills/skill-stocktake/scripts/save-results.sh +56 -0
- package/skills/skill-stocktake/scripts/scan.sh +170 -0
- package/skills/springboot-patterns/SKILL.md +314 -0
- package/skills/springboot-security/SKILL.md +272 -0
- package/skills/springboot-tdd/SKILL.md +158 -0
- package/skills/springboot-verification/SKILL.md +231 -0
- package/skills/strategic-compact/SKILL.md +111 -0
- package/skills/strategic-compact/agents/openai.yaml +4 -0
- package/skills/subagent-driven-development/SKILL.md +102 -0
- package/skills/swift-actor-persistence/SKILL.md +143 -0
- package/skills/swift-concurrency-6-2/SKILL.md +216 -0
- package/skills/swift-protocol-di-testing/SKILL.md +190 -0
- package/skills/swiftui-patterns/SKILL.md +259 -0
- package/skills/systematic-debugging/SKILL.md +35 -0
- package/skills/systematic-debugging/agents/openai.yaml +4 -0
- package/skills/tdd-workflow/SKILL.md +463 -0
- package/skills/tdd-workflow/agents/openai.yaml +4 -0
- package/skills/team-builder/SKILL.md +168 -0
- package/skills/testcontainers-integration-testing/SKILL.md +36 -0
- package/skills/testcontainers-integration-testing/agents/openai.yaml +4 -0
- package/skills/token-budget-advisor/SKILL.md +133 -0
- package/skills/ui-demo/SKILL.md +465 -0
- package/skills/ui-ux-promax/SKILL.md +373 -0
- package/skills/verification-loop/SKILL.md +126 -0
- package/skills/verification-loop/agents/openai.yaml +4 -0
- package/skills/video-editing/SKILL.md +310 -0
- package/skills/videodb/SKILL.md +374 -0
- package/skills/videodb/reference/api-reference.md +550 -0
- package/skills/videodb/reference/capture-reference.md +407 -0
- package/skills/videodb/reference/capture.md +101 -0
- package/skills/videodb/reference/editor.md +443 -0
- package/skills/videodb/reference/generative.md +331 -0
- package/skills/videodb/reference/rtstream-reference.md +564 -0
- package/skills/videodb/reference/rtstream.md +65 -0
- package/skills/videodb/reference/search.md +230 -0
- package/skills/videodb/reference/streaming.md +406 -0
- package/skills/videodb/reference/use-cases.md +118 -0
- package/skills/videodb/scripts/ws_listener.py +282 -0
- package/skills/visa-doc-translate/README.md +86 -0
- package/skills/visa-doc-translate/SKILL.md +117 -0
- package/skills/wave-execution/SKILL.md +106 -0
- package/skills/workflow-forensics/SKILL.md +163 -0
- package/skills/workspace-surface-audit/SKILL.md +125 -0
- package/skills/x-api/SKILL.md +230 -0
- package/templates/DESIGN.md +267 -0
- package/templates/api-contract.md +46 -0
- package/templates/backlog-snapshot.md +41 -0
- package/templates/closeout-summary.md +55 -0
- package/templates/context-docs/PROJECT.md +36 -0
- package/templates/context-docs/REQUIREMENTS.md +36 -0
- package/templates/context-docs/ROADMAP.md +20 -0
- package/templates/context-docs/STATE.md +34 -0
- package/templates/deployment-context.md +86 -0
- package/templates/design-system-brief.md +58 -0
- package/templates/launch-acceptance.md +59 -0
- package/templates/release-plan.md +61 -0
- package/templates/system/agent-role.md.tmpl +64 -0
- package/templates/system/command.md.tmpl +26 -0
- package/templates/system/role-skill.md.tmpl +65 -0
- package/templates/system/specialist-agent.md.tmpl +27 -0
- package/templates/ui-implementation-plan.md +35 -0
- package/templates/ui-review-checklist.md +40 -0
|
@@ -0,0 +1,737 @@
|
|
|
1
|
+
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
|
|
2
|
+
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
|
|
3
|
+
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
|
|
4
|
+
cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU=
|
|
5
|
+
cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY=
|
|
6
|
+
cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc=
|
|
7
|
+
cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0=
|
|
8
|
+
cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To=
|
|
9
|
+
cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4=
|
|
10
|
+
cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M=
|
|
11
|
+
cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc=
|
|
12
|
+
cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk=
|
|
13
|
+
cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs=
|
|
14
|
+
cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc=
|
|
15
|
+
cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY=
|
|
16
|
+
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
|
|
17
|
+
cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE=
|
|
18
|
+
cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc=
|
|
19
|
+
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
|
|
20
|
+
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
|
|
21
|
+
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
|
|
22
|
+
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
|
|
23
|
+
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
|
|
24
|
+
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
|
|
25
|
+
cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw=
|
|
26
|
+
cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA=
|
|
27
|
+
cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU=
|
|
28
|
+
cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw=
|
|
29
|
+
cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos=
|
|
30
|
+
cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk=
|
|
31
|
+
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
|
|
32
|
+
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
|
|
33
|
+
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
|
|
34
|
+
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
|
35
|
+
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
|
|
36
|
+
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
|
|
37
|
+
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
|
|
38
|
+
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
|
39
|
+
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
|
40
|
+
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
|
41
|
+
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
|
42
|
+
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
|
|
43
|
+
github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6 h1:eIf+iGJxdU4U9ypaUfbtOWCsZSbTb8AUHvyPrxu6mAA=
|
|
44
|
+
github.com/alibabacloud-go/alibabacloud-gateway-pop v0.0.6/go.mod h1:4EUIoxs/do24zMOGGqYVWgw0s9NtiylnJglOeEB5UJo=
|
|
45
|
+
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4/go.mod h1:sCavSAvdzOjul4cEqeVtvlSaSScfNsTQ+46HwlTL1hc=
|
|
46
|
+
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 h1:zE8vH9C7JiZLNJJQ5OwjU9mSi4T9ef9u3BURT6LCLC8=
|
|
47
|
+
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5/go.mod h1:tWnyE9AjF8J8qqLk645oUmVUnFybApTQWklQmi5tY6g=
|
|
48
|
+
github.com/alibabacloud-go/darabonba-array v0.1.0 h1:vR8s7b1fWAQIjEjWnuF0JiKsCvclSRTfDzZHTYqfufY=
|
|
49
|
+
github.com/alibabacloud-go/darabonba-array v0.1.0/go.mod h1:BLKxr0brnggqOJPqT09DFJ8g3fsDshapUD3C3aOEFaI=
|
|
50
|
+
github.com/alibabacloud-go/darabonba-encode-util v0.0.2 h1:1uJGrbsGEVqWcWxrS9MyC2NG0Ax+GpOM5gtupki31XE=
|
|
51
|
+
github.com/alibabacloud-go/darabonba-encode-util v0.0.2/go.mod h1:JiW9higWHYXm7F4PKuMgEUETNZasrDM6vqVr/Can7H8=
|
|
52
|
+
github.com/alibabacloud-go/darabonba-map v0.0.2 h1:qvPnGB4+dJbJIxOOfawxzF3hzMnIpjmafa0qOTp6udc=
|
|
53
|
+
github.com/alibabacloud-go/darabonba-map v0.0.2/go.mod h1:28AJaX8FOE/ym8OUFWga+MtEzBunJwQGceGQlvaPGPc=
|
|
54
|
+
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.9/go.mod h1:bb+Io8Sn2RuM3/Rpme6ll86jMyFSrD1bxeV/+v61KeU=
|
|
55
|
+
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10 h1:GEYkMApgpKEVDn6z12DcH1EGYpDYRB8JxsazM4Rywak=
|
|
56
|
+
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10/go.mod h1:26a14FGhZVELuz2cc2AolvW4RHmIO3/HRwsdHhaIPDE=
|
|
57
|
+
github.com/alibabacloud-go/darabonba-signature-util v0.0.7 h1:UzCnKvsjPFzApvODDNEYqBHMFt1w98wC7FOo0InLyxg=
|
|
58
|
+
github.com/alibabacloud-go/darabonba-signature-util v0.0.7/go.mod h1:oUzCYV2fcCH797xKdL6BDH8ADIHlzrtKVjeRtunBNTQ=
|
|
59
|
+
github.com/alibabacloud-go/darabonba-string v1.0.2 h1:E714wms5ibdzCqGeYJ9JCFywE5nDyvIXIIQbZVFkkqo=
|
|
60
|
+
github.com/alibabacloud-go/darabonba-string v1.0.2/go.mod h1:93cTfV3vuPhhEwGGpKKqhVW4jLe7tDpo3LUM0i0g6mA=
|
|
61
|
+
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68/go.mod h1:6pb/Qy8c+lqua8cFpEy7g39NRRqOWc3rOwAy8m5Y2BY=
|
|
62
|
+
github.com/alibabacloud-go/debug v1.0.0/go.mod h1:8gfgZCCAC3+SCzjWtY053FrOcd4/qlH6IHTI4QyICOc=
|
|
63
|
+
github.com/alibabacloud-go/debug v1.0.1 h1:MsW9SmUtbb1Fnt3ieC6NNZi6aEwrXfDksD4QA6GSbPg=
|
|
64
|
+
github.com/alibabacloud-go/debug v1.0.1/go.mod h1:8gfgZCCAC3+SCzjWtY053FrOcd4/qlH6IHTI4QyICOc=
|
|
65
|
+
github.com/alibabacloud-go/endpoint-util v1.1.0 h1:r/4D3VSw888XGaeNpP994zDUaxdgTSHBbVfZlzf6b5Q=
|
|
66
|
+
github.com/alibabacloud-go/endpoint-util v1.1.0/go.mod h1:O5FuCALmCKs2Ff7JFJMudHs0I5EBgecXXxZRyswlEjE=
|
|
67
|
+
github.com/alibabacloud-go/kms-20160120/v3 v3.2.3 h1:vamGcYQFwXVqR6RWcrVTTqlIXZVsYjaA7pZbx+Xw6zw=
|
|
68
|
+
github.com/alibabacloud-go/kms-20160120/v3 v3.2.3/go.mod h1:3rIyughsFDLie1ut9gQJXkWkMg/NfXBCk+OtXnPu3lw=
|
|
69
|
+
github.com/alibabacloud-go/openapi-util v0.1.0 h1:0z75cIULkDrdEhkLWgi9tnLe+KhAFE/r5Pb3312/eAY=
|
|
70
|
+
github.com/alibabacloud-go/openapi-util v0.1.0/go.mod h1:sQuElr4ywwFRlCCberQwKRFhRzIyG4QTP/P4y1CJ6Ws=
|
|
71
|
+
github.com/alibabacloud-go/tea v1.1.0/go.mod h1:IkGyUSX4Ba1V+k4pCtJUc6jDpZLFph9QMy2VUPTwukg=
|
|
72
|
+
github.com/alibabacloud-go/tea v1.1.7/go.mod h1:/tmnEaQMyb4Ky1/5D+SE1BAsa5zj/KeGOFfwYm3N/p4=
|
|
73
|
+
github.com/alibabacloud-go/tea v1.1.8/go.mod h1:/tmnEaQMyb4Ky1/5D+SE1BAsa5zj/KeGOFfwYm3N/p4=
|
|
74
|
+
github.com/alibabacloud-go/tea v1.1.11/go.mod h1:/tmnEaQMyb4Ky1/5D+SE1BAsa5zj/KeGOFfwYm3N/p4=
|
|
75
|
+
github.com/alibabacloud-go/tea v1.1.17/go.mod h1:nXxjm6CIFkBhwW4FQkNrolwbfon8Svy6cujmKFUq98A=
|
|
76
|
+
github.com/alibabacloud-go/tea v1.1.20/go.mod h1:nXxjm6CIFkBhwW4FQkNrolwbfon8Svy6cujmKFUq98A=
|
|
77
|
+
github.com/alibabacloud-go/tea v1.2.1/go.mod h1:qbzof29bM/IFhLMtJPrgTGK3eauV5J2wSyEUo4OEmnA=
|
|
78
|
+
github.com/alibabacloud-go/tea v1.2.2 h1:aTsR6Rl3ANWPfqeQugPglfurloyBJY85eFy7Gc1+8oU=
|
|
79
|
+
github.com/alibabacloud-go/tea v1.2.2/go.mod h1:CF3vOzEMAG+bR4WOql8gc2G9H3EkH3ZLAQdpmpXMgwk=
|
|
80
|
+
github.com/alibabacloud-go/tea-utils v1.3.1/go.mod h1:EI/o33aBfj3hETm4RLiAxF/ThQdSngxrpF8rKUDJjPE=
|
|
81
|
+
github.com/alibabacloud-go/tea-utils v1.4.4 h1:lxCDvNCdTo9FaXKKq45+4vGETQUKNOW/qKTcX9Sk53o=
|
|
82
|
+
github.com/alibabacloud-go/tea-utils v1.4.4/go.mod h1:KNcT0oXlZZxOXINnZBs6YvgOd5aYp9U67G+E3R8fcQw=
|
|
83
|
+
github.com/alibabacloud-go/tea-utils/v2 v2.0.3/go.mod h1:sj1PbjPodAVTqGTA3olprfeeqqmwD0A5OQz94o9EuXQ=
|
|
84
|
+
github.com/alibabacloud-go/tea-utils/v2 v2.0.5/go.mod h1:dL6vbUT35E4F4bFTHL845eUloqaerYBYPsdWR2/jhe4=
|
|
85
|
+
github.com/alibabacloud-go/tea-utils/v2 v2.0.6/go.mod h1:qxn986l+q33J5VkialKMqT/TTs3E+U9MJpd001iWQ9I=
|
|
86
|
+
github.com/alibabacloud-go/tea-utils/v2 v2.0.7 h1:WDx5qW3Xa5ZgJ1c8NfqJkF6w+AU5wB8835UdhPr6Ax0=
|
|
87
|
+
github.com/alibabacloud-go/tea-utils/v2 v2.0.7/go.mod h1:qxn986l+q33J5VkialKMqT/TTs3E+U9MJpd001iWQ9I=
|
|
88
|
+
github.com/alibabacloud-go/tea-xml v1.1.3 h1:7LYnm+JbOq2B+T/B0fHC4Ies4/FofC4zHzYtqw7dgt0=
|
|
89
|
+
github.com/alibabacloud-go/tea-xml v1.1.3/go.mod h1:Rq08vgCcCAjHyRi/M7xlHKUykZCEtyBy9+DPF6GgEu8=
|
|
90
|
+
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1800 h1:ie/8RxBOfKZWcrbYSJi2Z8uX8TcOlSMwPlEJh83OeOw=
|
|
91
|
+
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1800/go.mod h1:RcDobYh8k5VP6TNybz9m++gL3ijVI5wueVr0EM10VsU=
|
|
92
|
+
github.com/aliyun/alibabacloud-dkms-gcs-go-sdk v0.5.1 h1:nJYyoFP+aqGKgPs9JeZgS1rWQ4NndNR0Zfhh161ZltU=
|
|
93
|
+
github.com/aliyun/alibabacloud-dkms-gcs-go-sdk v0.5.1/go.mod h1:WzGOmFFTlUzXM03CJnHWMQ85UN6QGpOXZocCjwkiyOg=
|
|
94
|
+
github.com/aliyun/alibabacloud-dkms-transfer-go-sdk v0.1.8 h1:QeUdR7JF7iNCvO/81EhxEr3wDwxk4YBoYZOq6E0AjHI=
|
|
95
|
+
github.com/aliyun/alibabacloud-dkms-transfer-go-sdk v0.1.8/go.mod h1:xP0KIZry6i7oGPF24vhAPr1Q8vLZRcMcxtft5xDKwCU=
|
|
96
|
+
github.com/aliyun/aliyun-secretsmanager-client-go v1.1.5 h1:8S0mtD101RDYa0LXwdoqgN0RxdMmmJYjq8g2mk7/lQ4=
|
|
97
|
+
github.com/aliyun/aliyun-secretsmanager-client-go v1.1.5/go.mod h1:M19fxYz3gpm0ETnoKweYyYtqrtnVtrpKFpwsghbw+cQ=
|
|
98
|
+
github.com/aliyun/credentials-go v1.1.2/go.mod h1:ozcZaMR5kLM7pwtCMEpVmQ242suV6qTJya2bDq4X1Tw=
|
|
99
|
+
github.com/aliyun/credentials-go v1.3.1/go.mod h1:8jKYhQuDawt8x2+fusqa1Y6mPxemTsBEN04dgcAcYz0=
|
|
100
|
+
github.com/aliyun/credentials-go v1.3.6/go.mod h1:1LxUuX7L5YrZUWzBrRyk0SwSdH4OmPrib8NVePL3fxM=
|
|
101
|
+
github.com/aliyun/credentials-go v1.3.10/go.mod h1:Jm6d+xIgwJVLVWT561vy67ZRP4lPTQxMbEYRuT2Ti1U=
|
|
102
|
+
github.com/aliyun/credentials-go v1.4.3 h1:N3iHyvHRMyOwY1+0qBLSf3hb5JFiOujVSVuEpgeGttY=
|
|
103
|
+
github.com/aliyun/credentials-go v1.4.3/go.mod h1:Jm6d+xIgwJVLVWT561vy67ZRP4lPTQxMbEYRuT2Ti1U=
|
|
104
|
+
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
|
|
105
|
+
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
|
106
|
+
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
|
107
|
+
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
|
|
108
|
+
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
|
|
109
|
+
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
|
|
110
|
+
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
|
|
111
|
+
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
|
|
112
|
+
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
|
113
|
+
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
|
114
|
+
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
|
115
|
+
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
|
|
116
|
+
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
|
|
117
|
+
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
|
|
118
|
+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
|
|
119
|
+
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
|
120
|
+
github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
|
121
|
+
github.com/clbanning/mxj/v2 v2.7.0 h1:WA/La7UGCanFe5NpHF0Q3DNtnCsVoxbPKuyBNHWRyME=
|
|
122
|
+
github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
|
123
|
+
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
|
|
124
|
+
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
|
|
125
|
+
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
126
|
+
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
|
127
|
+
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
128
|
+
github.com/deckarep/golang-set v1.7.1 h1:SCQV0S6gTtp6itiFrTqI+pfmJ4LN85S1YzhDf9rTHJQ=
|
|
129
|
+
github.com/deckarep/golang-set v1.7.1/go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ=
|
|
130
|
+
github.com/emirpasic/gods/v2 v2.0.0-alpha h1:dwFlh8pBg1VMOXWGipNMRt8v96dKAIvBehtCt6OtunU=
|
|
131
|
+
github.com/emirpasic/gods/v2 v2.0.0-alpha/go.mod h1:W0y4M2dtBB9U5z3YlghmpuUhiaZT2h6yoeE+C1sCp6A=
|
|
132
|
+
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
|
133
|
+
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
|
134
|
+
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
|
|
135
|
+
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
|
136
|
+
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
|
|
137
|
+
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
|
|
138
|
+
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=
|
|
139
|
+
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
|
|
140
|
+
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
|
|
141
|
+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
|
142
|
+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
|
143
|
+
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
|
|
144
|
+
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
|
|
145
|
+
github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=
|
|
146
|
+
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
|
|
147
|
+
github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk=
|
|
148
|
+
github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A=
|
|
149
|
+
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
|
|
150
|
+
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
|
|
151
|
+
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
|
|
152
|
+
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
|
|
153
|
+
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
|
|
154
|
+
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
|
|
155
|
+
github.com/gogf/gf/contrib/registry/file/v2 v2.10.0 h1:yy93PGhz2CE3PpF2JSGa2MXJWd4JNHYC5l5NEFCFRV4=
|
|
156
|
+
github.com/gogf/gf/contrib/registry/file/v2 v2.10.0/go.mod h1:ZzGWiTbQ9nAmDynrmzaRJlqYHD/F3MeMwCvHrkv/LP4=
|
|
157
|
+
github.com/gogf/gf/contrib/registry/nacos/v2 v2.10.0 h1:5b+g7dqu3PE2gZYYTJZWQRRs1AlnHcAZBlbl8BGK7w8=
|
|
158
|
+
github.com/gogf/gf/contrib/registry/nacos/v2 v2.10.0/go.mod h1:NRFhAkbu/Yrjnzbyu4dbcnF15JffqbRb3g0OBdtIMKE=
|
|
159
|
+
github.com/gogf/gf/contrib/rpc/grpcx/v2 v2.10.0 h1:MWHgX/h/62+Oo1Jbeq8DrXbEWSOZxskpBBm3cFAV4/Q=
|
|
160
|
+
github.com/gogf/gf/contrib/rpc/grpcx/v2 v2.10.0/go.mod h1:zGZdjS08IqiSGhKfy69/qgcYKUYUL/VsOx5fuT++TVE=
|
|
161
|
+
github.com/gogf/gf/v2 v2.10.0 h1:rzDROlyqGMe/eM6dCalSR8dZOuMIdLhmxKSH1DGhbFs=
|
|
162
|
+
github.com/gogf/gf/v2 v2.10.0/go.mod h1:Svl1N+E8G/QshU2DUbh/3J/AJauqCgUnxHurXWR4Qx0=
|
|
163
|
+
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
|
|
164
|
+
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d/go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A=
|
|
165
|
+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
|
|
166
|
+
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
|
167
|
+
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
|
168
|
+
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
|
|
169
|
+
github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
|
|
170
|
+
github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
|
|
171
|
+
github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y=
|
|
172
|
+
github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
|
|
173
|
+
github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
|
|
174
|
+
github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=
|
|
175
|
+
github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4=
|
|
176
|
+
github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=
|
|
177
|
+
github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs=
|
|
178
|
+
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
|
|
179
|
+
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
|
|
180
|
+
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
|
|
181
|
+
github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
|
|
182
|
+
github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw=
|
|
183
|
+
github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk=
|
|
184
|
+
github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8=
|
|
185
|
+
github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA=
|
|
186
|
+
github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs=
|
|
187
|
+
github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w=
|
|
188
|
+
github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0=
|
|
189
|
+
github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8=
|
|
190
|
+
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
191
|
+
github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
|
|
192
|
+
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
|
|
193
|
+
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
|
|
194
|
+
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
|
|
195
|
+
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
|
|
196
|
+
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
|
|
197
|
+
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
|
|
198
|
+
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
|
|
199
|
+
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
200
|
+
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
|
|
201
|
+
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
202
|
+
github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
203
|
+
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
204
|
+
github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
205
|
+
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
206
|
+
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
|
207
|
+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
|
208
|
+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
|
209
|
+
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
|
|
210
|
+
github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
|
|
211
|
+
github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0=
|
|
212
|
+
github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
|
|
213
|
+
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
|
|
214
|
+
github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
|
|
215
|
+
github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
|
|
216
|
+
github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
|
|
217
|
+
github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
|
|
218
|
+
github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM=
|
|
219
|
+
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
|
|
220
|
+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
|
|
221
|
+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
|
|
222
|
+
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
|
|
223
|
+
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
|
|
224
|
+
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
|
|
225
|
+
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
|
|
226
|
+
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
|
|
227
|
+
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
|
228
|
+
github.com/grokify/html-strip-tags-go v0.1.0 h1:03UrQLjAny8xci+R+qjCce/MYnpNXCtgzltlQbOBae4=
|
|
229
|
+
github.com/grokify/html-strip-tags-go v0.1.0/go.mod h1:ZdzgfHEzAfz9X6Xe5eBLVblWIxXfYSQ40S/VKrAOGpc=
|
|
230
|
+
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
|
|
231
|
+
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
|
|
232
|
+
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
|
|
233
|
+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=
|
|
234
|
+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
|
|
235
|
+
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=
|
|
236
|
+
github.com/json-iterator/go v1.1.5/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
|
|
237
|
+
github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
|
|
238
|
+
github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
|
|
239
|
+
github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
|
|
240
|
+
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
|
|
241
|
+
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
|
|
242
|
+
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
|
|
243
|
+
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
|
|
244
|
+
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
|
|
245
|
+
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
|
|
246
|
+
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
|
|
247
|
+
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
|
|
248
|
+
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
|
|
249
|
+
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
|
|
250
|
+
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
|
|
251
|
+
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
|
|
252
|
+
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
|
253
|
+
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
|
254
|
+
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
|
|
255
|
+
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
|
|
256
|
+
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
|
257
|
+
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
|
258
|
+
github.com/magiconair/properties v1.8.10 h1:s31yESBquKXCV9a/ScB3ESkOjUYYv+X0rg8SYxI99mE=
|
|
259
|
+
github.com/magiconair/properties v1.8.10/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
|
|
260
|
+
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
|
261
|
+
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
|
262
|
+
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
|
263
|
+
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
|
|
264
|
+
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
|
|
265
|
+
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
|
|
266
|
+
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
|
267
|
+
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
|
|
268
|
+
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
|
|
269
|
+
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
|
270
|
+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
|
|
271
|
+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
|
272
|
+
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
|
273
|
+
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
|
|
274
|
+
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
|
|
275
|
+
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
|
|
276
|
+
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
|
|
277
|
+
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
|
|
278
|
+
github.com/nacos-group/nacos-sdk-go/v2 v2.3.5 h1:Hux7C4N4rWhwBF5Zm4yyYskrs9VTgrRTA8DZjoEhQTs=
|
|
279
|
+
github.com/nacos-group/nacos-sdk-go/v2 v2.3.5/go.mod h1:ygUBdt7eGeYBt6Lz2HO3wx7crKXk25Mp80568emGMWU=
|
|
280
|
+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
|
|
281
|
+
github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=
|
|
282
|
+
github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
|
|
283
|
+
github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI=
|
|
284
|
+
github.com/olekukonko/ll v0.0.9/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
|
|
285
|
+
github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY=
|
|
286
|
+
github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo=
|
|
287
|
+
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc h1:Ak86L+yDSOzKFa7WM5bf5itSOo1e3Xh8bm5YCMUXIjQ=
|
|
288
|
+
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI=
|
|
289
|
+
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
|
290
|
+
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
|
291
|
+
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
|
|
292
|
+
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
|
293
|
+
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
|
294
|
+
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
|
295
|
+
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
|
|
296
|
+
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
|
|
297
|
+
github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
|
|
298
|
+
github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
|
|
299
|
+
github.com/prometheus/client_golang v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34=
|
|
300
|
+
github.com/prometheus/client_golang v1.12.2/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
|
|
301
|
+
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
|
|
302
|
+
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
|
|
303
|
+
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
|
|
304
|
+
github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=
|
|
305
|
+
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
|
|
306
|
+
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
|
|
307
|
+
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
|
|
308
|
+
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
|
|
309
|
+
github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4=
|
|
310
|
+
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
|
|
311
|
+
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
|
|
312
|
+
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
|
|
313
|
+
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
|
|
314
|
+
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
|
|
315
|
+
github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU=
|
|
316
|
+
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
|
|
317
|
+
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
|
|
318
|
+
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
|
|
319
|
+
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
|
|
320
|
+
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
|
321
|
+
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
|
|
322
|
+
github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o=
|
|
323
|
+
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
|
|
324
|
+
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
|
|
325
|
+
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
|
|
326
|
+
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
|
|
327
|
+
github.com/smartystreets/assertions v1.1.0/go.mod h1:tcbTF8ujkAEcZ8TElKY+i30BzYlVhC/LOxJk7iOWnoo=
|
|
328
|
+
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
|
|
329
|
+
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
|
330
|
+
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
|
331
|
+
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
|
|
332
|
+
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
|
|
333
|
+
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
|
334
|
+
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
|
|
335
|
+
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
|
|
336
|
+
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
|
337
|
+
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
|
338
|
+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
|
|
339
|
+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
|
|
340
|
+
github.com/tjfoc/gmsm v1.3.2/go.mod h1:HaUcFuY0auTiaHB9MHFGCPx5IaLhTUd2atbCFBQXn9w=
|
|
341
|
+
github.com/tjfoc/gmsm v1.4.1 h1:aMe1GlZb+0bLjn+cKTPEvvn9oUEBlJitaZiiBwsbgho=
|
|
342
|
+
github.com/tjfoc/gmsm v1.4.1/go.mod h1:j4INPkHWMrhJb38G+J6W4Tw0AbuN8Thu3PbdVYhVcTE=
|
|
343
|
+
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
|
344
|
+
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
|
345
|
+
github.com/yuin/goldmark v1.1.30/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
|
346
|
+
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
|
347
|
+
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
|
|
348
|
+
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
|
349
|
+
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
|
|
350
|
+
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
|
|
351
|
+
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
|
352
|
+
go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
|
353
|
+
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
|
354
|
+
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
|
|
355
|
+
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
|
|
356
|
+
go.opentelemetry.io/otel v1.38.0 h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=
|
|
357
|
+
go.opentelemetry.io/otel v1.38.0/go.mod h1:zcmtmQ1+YmQM9wrNsTGV/q/uyusom3P8RxwExxkZhjM=
|
|
358
|
+
go.opentelemetry.io/otel/metric v1.38.0 h1:Kl6lzIYGAh5M159u9NgiRkmoMKjvbsKtYRwgfrA6WpA=
|
|
359
|
+
go.opentelemetry.io/otel/metric v1.38.0/go.mod h1:kB5n/QoRM8YwmUahxvI3bO34eVtQf2i4utNVLr9gEmI=
|
|
360
|
+
go.opentelemetry.io/otel/sdk v1.38.0 h1:l48sr5YbNf2hpCUj/FoGhW9yDkl+Ma+LrVl8qaM5b+E=
|
|
361
|
+
go.opentelemetry.io/otel/sdk v1.38.0/go.mod h1:ghmNdGlVemJI3+ZB5iDEuk4bWA3GkTpW+DOoZMYBVVg=
|
|
362
|
+
go.opentelemetry.io/otel/sdk/metric v1.38.0 h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6qT5wthqPoM=
|
|
363
|
+
go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
|
|
364
|
+
go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE=
|
|
365
|
+
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
|
|
366
|
+
go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw=
|
|
367
|
+
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
|
|
368
|
+
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
|
|
369
|
+
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
|
370
|
+
go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE=
|
|
371
|
+
go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4=
|
|
372
|
+
go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU=
|
|
373
|
+
go.uber.org/zap v1.21.0 h1:WefMeulhovoZ2sYXz7st6K0sLj7bBhpiFaud4r4zST8=
|
|
374
|
+
go.uber.org/zap v1.21.0/go.mod h1:wjWOCqI0f2ZZrJF/UufIOkiC8ii6tm1iqIsLo76RfJw=
|
|
375
|
+
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
|
|
376
|
+
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
|
377
|
+
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
|
378
|
+
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
|
379
|
+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
|
|
380
|
+
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
|
381
|
+
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
|
382
|
+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
|
383
|
+
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
|
384
|
+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
|
|
385
|
+
golang.org/x/crypto v0.10.0/go.mod h1:o4eNf7Ede1fv+hwOwZsTHl9EsPFO6q6ZvYR8vYfY45I=
|
|
386
|
+
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
|
|
387
|
+
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
|
|
388
|
+
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
|
|
389
|
+
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
|
|
390
|
+
golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
|
|
391
|
+
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
|
|
392
|
+
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
|
393
|
+
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
|
394
|
+
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
|
|
395
|
+
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek=
|
|
396
|
+
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
|
|
397
|
+
golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
|
|
398
|
+
golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
|
|
399
|
+
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
|
|
400
|
+
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
|
|
401
|
+
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
|
|
402
|
+
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
|
|
403
|
+
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
|
404
|
+
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
|
405
|
+
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
|
|
406
|
+
golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
|
407
|
+
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
|
408
|
+
golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
|
409
|
+
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
|
410
|
+
golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
|
|
411
|
+
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs=
|
|
412
|
+
golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
|
|
413
|
+
golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY=
|
|
414
|
+
golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE=
|
|
415
|
+
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o=
|
|
416
|
+
golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc=
|
|
417
|
+
golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
|
|
418
|
+
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
|
|
419
|
+
golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
|
|
420
|
+
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
|
|
421
|
+
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
|
|
422
|
+
golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
|
|
423
|
+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
|
|
424
|
+
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
|
|
425
|
+
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
|
426
|
+
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
|
427
|
+
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
|
428
|
+
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
|
429
|
+
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
|
|
430
|
+
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
|
431
|
+
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
|
432
|
+
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
|
433
|
+
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
|
434
|
+
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
|
|
435
|
+
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
436
|
+
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
437
|
+
golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
438
|
+
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
439
|
+
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
440
|
+
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
441
|
+
golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
442
|
+
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
443
|
+
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
444
|
+
golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
|
|
445
|
+
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
|
|
446
|
+
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
|
|
447
|
+
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
|
|
448
|
+
golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
|
|
449
|
+
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
|
|
450
|
+
golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
|
|
451
|
+
golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
|
|
452
|
+
golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
|
|
453
|
+
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
|
|
454
|
+
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
|
|
455
|
+
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
|
|
456
|
+
golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
|
457
|
+
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
|
|
458
|
+
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
|
|
459
|
+
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
|
|
460
|
+
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
|
|
461
|
+
golang.org/x/net v0.11.0/go.mod h1:2L/ixqYpgIVXmeoSA/4Lu7BzTG4KIyPIryS4IsOd1oQ=
|
|
462
|
+
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
|
|
463
|
+
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
|
|
464
|
+
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
|
|
465
|
+
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
|
|
466
|
+
golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
|
|
467
|
+
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
|
|
468
|
+
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
|
|
469
|
+
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
|
470
|
+
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
|
471
|
+
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
|
472
|
+
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
|
|
473
|
+
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
|
|
474
|
+
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
475
|
+
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
476
|
+
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
477
|
+
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
478
|
+
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
479
|
+
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
480
|
+
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
481
|
+
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
482
|
+
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
483
|
+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
484
|
+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
485
|
+
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
|
486
|
+
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
|
|
487
|
+
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
|
|
488
|
+
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
|
489
|
+
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
|
490
|
+
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
|
491
|
+
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
|
492
|
+
golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
493
|
+
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
494
|
+
golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
495
|
+
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
496
|
+
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
497
|
+
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
498
|
+
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
499
|
+
golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
500
|
+
golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
501
|
+
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
502
|
+
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
503
|
+
golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
504
|
+
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
505
|
+
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
506
|
+
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
507
|
+
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
508
|
+
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
509
|
+
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
510
|
+
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
511
|
+
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
512
|
+
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
513
|
+
golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
514
|
+
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
515
|
+
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
516
|
+
golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
517
|
+
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
518
|
+
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
519
|
+
golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
520
|
+
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
521
|
+
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
522
|
+
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
523
|
+
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
524
|
+
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
|
525
|
+
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
526
|
+
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
527
|
+
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
528
|
+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
529
|
+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
530
|
+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
531
|
+
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
532
|
+
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
533
|
+
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
534
|
+
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
535
|
+
golang.org/x/sys v0.9.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
536
|
+
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
|
537
|
+
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
538
|
+
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
539
|
+
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
540
|
+
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
|
|
541
|
+
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
|
|
542
|
+
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
|
543
|
+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
|
|
544
|
+
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
|
|
545
|
+
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
|
|
546
|
+
golang.org/x/term v0.9.0/go.mod h1:M6DEAAIenWoTxdKrOltXcmDY3rSplQUkrvaDU5FcQyo=
|
|
547
|
+
golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
|
|
548
|
+
golang.org/x/term v0.16.0/go.mod h1:yn7UURbUtPyrVJPGPq404EukNFxcm/foM+bV/bfcDsY=
|
|
549
|
+
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
|
|
550
|
+
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
|
|
551
|
+
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
|
552
|
+
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
|
553
|
+
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
|
554
|
+
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
|
|
555
|
+
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
|
556
|
+
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
|
|
557
|
+
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
|
|
558
|
+
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
|
|
559
|
+
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
|
|
560
|
+
golang.org/x/text v0.10.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
|
|
561
|
+
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
|
|
562
|
+
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
|
|
563
|
+
golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
|
|
564
|
+
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
|
|
565
|
+
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
|
566
|
+
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
|
567
|
+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
|
568
|
+
golang.org/x/time v0.1.0 h1:xYY+Bajn2a7VBmTM5GikTmnK8ZuX8YgnQCqZpbBNtmA=
|
|
569
|
+
golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
|
570
|
+
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
|
571
|
+
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
|
|
572
|
+
golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
|
|
573
|
+
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
|
574
|
+
golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
|
575
|
+
golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
|
576
|
+
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
|
|
577
|
+
golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
|
|
578
|
+
golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
|
|
579
|
+
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
|
|
580
|
+
golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
|
|
581
|
+
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
|
|
582
|
+
golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
|
|
583
|
+
golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
584
|
+
golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
585
|
+
golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
586
|
+
golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
587
|
+
golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
588
|
+
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
589
|
+
golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
590
|
+
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
|
|
591
|
+
golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
592
|
+
golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
593
|
+
golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
594
|
+
golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
595
|
+
golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
596
|
+
golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
597
|
+
golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
598
|
+
golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
599
|
+
golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
600
|
+
golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
|
|
601
|
+
golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw=
|
|
602
|
+
golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw=
|
|
603
|
+
golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8=
|
|
604
|
+
golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
|
|
605
|
+
golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
|
|
606
|
+
golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
|
|
607
|
+
golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
|
|
608
|
+
golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
|
|
609
|
+
golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
|
|
610
|
+
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
|
|
611
|
+
golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA=
|
|
612
|
+
golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
|
|
613
|
+
golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
|
|
614
|
+
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
|
|
615
|
+
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
|
|
616
|
+
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
617
|
+
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
618
|
+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
619
|
+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
|
620
|
+
google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
|
|
621
|
+
google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M=
|
|
622
|
+
google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
|
|
623
|
+
google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg=
|
|
624
|
+
google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
|
|
625
|
+
google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
|
|
626
|
+
google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI=
|
|
627
|
+
google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
|
|
628
|
+
google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
|
|
629
|
+
google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
|
|
630
|
+
google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
|
|
631
|
+
google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE=
|
|
632
|
+
google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
|
633
|
+
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
|
634
|
+
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
|
635
|
+
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
|
636
|
+
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
|
637
|
+
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
|
638
|
+
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
|
639
|
+
google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0=
|
|
640
|
+
google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
|
|
641
|
+
google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc=
|
|
642
|
+
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
|
|
643
|
+
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
|
|
644
|
+
google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
|
|
645
|
+
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
|
|
646
|
+
google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
|
|
647
|
+
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
|
|
648
|
+
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
|
|
649
|
+
google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8=
|
|
650
|
+
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
|
|
651
|
+
google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
|
|
652
|
+
google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
|
|
653
|
+
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
|
|
654
|
+
google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
|
|
655
|
+
google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
|
|
656
|
+
google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA=
|
|
657
|
+
google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
658
|
+
google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
659
|
+
google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
660
|
+
google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
661
|
+
google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
662
|
+
google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
663
|
+
google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
664
|
+
google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c=
|
|
665
|
+
google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U=
|
|
666
|
+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
|
|
667
|
+
google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA=
|
|
668
|
+
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
|
669
|
+
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
|
670
|
+
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
|
671
|
+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=
|
|
672
|
+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
|
|
673
|
+
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
|
674
|
+
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
|
|
675
|
+
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
|
|
676
|
+
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
|
|
677
|
+
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
|
|
678
|
+
google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
|
|
679
|
+
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
|
|
680
|
+
google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
|
|
681
|
+
google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60=
|
|
682
|
+
google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk=
|
|
683
|
+
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
|
684
|
+
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
|
685
|
+
google.golang.org/grpc v1.68.1 h1:oI5oTa11+ng8r8XMMN7jAOmWfPZWbYpCFaMUTACxkM0=
|
|
686
|
+
google.golang.org/grpc v1.68.1/go.mod h1:+q1XYFJjShcqn0QZHvCyeR4CXPA+llXIeUIfIe00waw=
|
|
687
|
+
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
|
688
|
+
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
|
689
|
+
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
|
690
|
+
google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE=
|
|
691
|
+
google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo=
|
|
692
|
+
google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
693
|
+
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
694
|
+
google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
|
|
695
|
+
google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4=
|
|
696
|
+
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
|
|
697
|
+
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
|
|
698
|
+
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
|
|
699
|
+
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
|
|
700
|
+
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
|
|
701
|
+
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
|
|
702
|
+
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
|
|
703
|
+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
|
704
|
+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
|
705
|
+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
|
706
|
+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
|
707
|
+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
|
708
|
+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
|
|
709
|
+
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
|
|
710
|
+
gopkg.in/ini.v1 v1.56.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
|
711
|
+
gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
|
712
|
+
gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=
|
|
713
|
+
gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
|
|
714
|
+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=
|
|
715
|
+
gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k=
|
|
716
|
+
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
717
|
+
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
718
|
+
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
719
|
+
gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
720
|
+
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
721
|
+
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
|
722
|
+
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
|
|
723
|
+
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
|
|
724
|
+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
725
|
+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
726
|
+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
|
727
|
+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
|
728
|
+
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
|
729
|
+
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
|
730
|
+
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
|
731
|
+
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
|
732
|
+
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
|
|
733
|
+
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
|
|
734
|
+
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
|
|
735
|
+
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
|
|
736
|
+
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
|
|
737
|
+
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
|