{"id":43724381,"url":"https://github.com/wayneashleyberry/gh-arc","last_synced_at":"2026-02-05T08:36:09.141Z","repository":{"id":305122533,"uuid":"1021354293","full_name":"wayneashleyberry/gh-arc","owner":"wayneashleyberry","description":"✨ A GitHub (gh) CLI extension to find archived dependencies.","archived":false,"fork":false,"pushed_at":"2025-08-06T07:06:01.000Z","size":5103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-06T09:08:18.910Z","etag":null,"topics":["cli","gh-extension","gh-extensions","github","go","modules"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wayneashleyberry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-17T09:17:05.000Z","updated_at":"2025-08-06T07:06:05.000Z","dependencies_parsed_at":"2025-07-18T13:24:25.130Z","dependency_job_id":"669b79be-94a8-4277-92e2-f3bd5f867e50","html_url":"https://github.com/wayneashleyberry/gh-arc","commit_stats":null,"previous_names":["wayneashleyberry/gh-arc"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/wayneashleyberry/gh-arc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneashleyberry%2Fgh-arc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneashleyberry%2Fgh-arc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneashleyberry%2Fgh-arc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneashleyberry%2Fgh-arc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayneashleyberry","download_url":"https://codeload.github.com/wayneashleyberry/gh-arc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayneashleyberry%2Fgh-arc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29117250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gh-extension","gh-extensions","github","go","modules"],"created_at":"2026-02-05T08:36:08.370Z","updated_at":"2026-02-05T08:36:09.134Z","avatar_url":"https://github.com/wayneashleyberry.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## gh-arc\n\n\u003e ✨ A GitHub (gh) CLI extension to find archived dependencies.\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/wayneashleyberry/gh-arc.svg)](https://pkg.go.dev/github.com/wayneashleyberry/gh-arc)\n[![Go Report Card](https://goreportcard.com/badge/github.com/wayneashleyberry/gh-arc)](https://goreportcard.com/report/github.com/wayneashleyberry/gh-arc)\n[![lint](https://github.com/wayneashleyberry/gh-arc/actions/workflows/lint.yaml/badge.svg)](https://github.com/wayneashleyberry/gh-arc/actions/workflows/lint.yaml)\n[![run](https://github.com/wayneashleyberry/gh-arc/actions/workflows/run.yaml/badge.svg)](https://github.com/wayneashleyberry/gh-arc/actions/workflows/run.yaml)\n[![test](https://github.com/wayneashleyberry/gh-arc/actions/workflows/test.yaml/badge.svg)](https://github.com/wayneashleyberry/gh-arc/actions/workflows/test.yaml)\n[![release](https://github.com/wayneashleyberry/gh-arc/actions/workflows/release.yaml/badge.svg)](https://github.com/wayneashleyberry/gh-arc/actions/workflows/release.yaml)\n\n### Why?\n\nYou have dependencies, and sometimes those dependencies are no longer maintained—their repositories become archived on GitHub. Archived repositories are read-only, will not receive updates, bug fixes, or security patches, and may eventually disappear. Knowing which of your dependencies are archived helps you:\n\n- Identify potential risks in your project due to unmaintained code\n- Make informed decisions about replacing or forking dependencies\n- Avoid surprises from sudden removals or vulnerabilities\n\nStaying aware of archived dependencies is an important part of keeping your project healthy and secure.\n\n### Installation\n\nInstallation is a single command if you already have the [GitHub CLI](https://cli.github.com) installed:\n\n```sh\ngh extension install wayneashleyberry/gh-arc\n```\n\nThe [GitHub CLI](https://cli.github.com) also manages updates:\n\n```sh\ngh extension upgrade --all\n```\n\n### Usage\n\n#### List Archived Go Modules\n\n```sh\ngh arc gomod\n```\n\n#### Help\n\n```sh\ngh arc help\n```\n\n```\nNAME:\n   arc - List archived dependencies\n\nUSAGE:\n   arc [global options] command [command options]\n\nCOMMANDS:\n   gomod    List archived go modules\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --debug     Print debug logs (default: false)\n   --help, -h  show help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayneashleyberry%2Fgh-arc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayneashleyberry%2Fgh-arc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayneashleyberry%2Fgh-arc/lists"}