{
  "id": "go/invalid-pseudo-version",
  "signature": "go: example.com/module@v0.0.0-20240830120000-abcdef123456: invalid pseudo-version: does not match version-control timestamp",
  "signature_zh": "go: example.com/module@v0.0.0-20240830120000-abcdef123456：无效的伪版本：与版本控制时间戳不匹配",
  "regex": "go:\\ example\\.com/module@v0\\.0\\.0\\-20240830120000\\-abcdef123456:\\ invalid\\ pseudo\\-version:\\ does\\ not\\ match\\ version\\-control\\ timestamp",
  "domain": "go",
  "category": "build_error",
  "subcategory": null,
  "root_cause": "A pseudo-version in go.mod has a timestamp or commit hash that does not correspond to any actual commit in the repository.",
  "root_cause_type": "generic",
  "root_cause_zh": "go.mod 中的伪版本具有与存储库中任何实际提交不对应的时间戳或提交哈希。",
  "versions": [
    {
      "version": "1.13",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.14",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.15",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.16",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.17",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.18",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.19",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "1.20",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "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": "Trying to use 'go mod edit -replace' with a different pseudo-version",
      "why_fails": "Any incorrect pseudo-version will trigger the same validation error.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "Deleting the pseudo-version from go.mod manually",
      "why_fails": "Removing it without replacement will cause missing dependency errors.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Use 'go get' to fetch the correct pseudo-version from the repository",
      "success_rate": 0.9,
      "how": "go get example.com/module@master",
      "condition": "",
      "sources": []
    },
    {
      "action": "Run 'go mod tidy' to let Go resolve the correct version",
      "success_rate": 0.85,
      "how": "go mod tidy",
      "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.82,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-09-14",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}