{
  "id": "go/module-path-not-found",
  "signature": "go: module github.com/nonexistent/package@v0.0.0: path not found",
  "signature_zh": "go: 模块路径未找到",
  "regex": "go:\\ module\\ github\\.com/nonexistent/package@v0\\.0\\.0:\\ path\\ not\\ found",
  "domain": "go",
  "category": "module_error",
  "subcategory": null,
  "root_cause": "The module path does not exist on any proxy or VCS, likely due to a typo or the module never being published.",
  "root_cause_type": "generic",
  "root_cause_zh": "模块路径在任何代理或 VCS 上都不存在，可能是由于拼写错误或模块从未发布。",
  "versions": [
    {
      "version": "1.21",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.22",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.23",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Using 'go get -u' to update all modules.",
      "why_fails": "The module doesn't exist; updating won't find it.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    },
    {
      "action": "Adding a replace directive to a local path that doesn't exist.",
      "why_fails": "The local path must contain the module; otherwise, it fails with a different error.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Verify the module path spelling and check the repository.",
      "success_rate": 0.9,
      "how": "Search for the module on GitHub or pkg.go.dev. Correct the import path in your code.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use a different module that provides similar functionality.",
      "success_rate": 0.7,
      "how": "Find an alternative package on pkg.go.dev and update imports accordingly.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.88,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-02-14",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}