{"id":19914720,"url":"https://github.com/fullstorydev/gorepoman","last_synced_at":"2025-05-03T05:31:42.596Z","repository":{"id":74829069,"uuid":"96454372","full_name":"fullstorydev/gorepoman","owner":"fullstorydev","description":"golang tool for managing golang dependencies in a monorepo.  Super powered `go get`.","archived":false,"fork":false,"pushed_at":"2024-02-22T13:52:40.000Z","size":35,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-06-20T06:39:40.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullstorydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-07-06T17:15:37.000Z","updated_at":"2024-02-22T13:52:48.000Z","dependencies_parsed_at":"2024-02-22T14:50:12.087Z","dependency_job_id":"3097edd0-bcb2-4a05-a18b-22e1bf31fd72","html_url":"https://github.com/fullstorydev/gorepoman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fgorepoman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fgorepoman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fgorepoman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullstorydev%2Fgorepoman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullstorydev","download_url":"https://codeload.github.com/fullstorydev/gorepoman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224354150,"owners_count":17297401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-12T21:36:52.439Z","updated_at":"2024-11-12T21:36:53.026Z","avatar_url":"https://github.com/fullstorydev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Deprecation Notice**\n\nAs of February 22nd, 2024, this repository will no longer have any maintenance performed, but will remain published in its current form for the time being. Please be sure to consider this when utilizing any of the information \u0026 code found within.\n\n# gorepoman\n\n`gorepoman` helps you easily manage and version control go dependencies.\n\nDo you use open-source golang libraries? Do you struggle to track and manage versions, update stale\ndependencies, and make custom edits as needed? Do you find the existing tool options somewhat lacking (git submodule, go get,\nvarious go vendoring tools)?\n\n`gorepoman` may be just what you need!  `gorepoman` is a super-powered wrapper around `go get` that maintains a\nversion-controlled JSON manifest.  The manifest contains the git SHAs associated with every managed package.\n\n## Quick start demo\n\n```bash\nmkdir demo\ncd demo\ngit init\nexport GOPATH=`pwd`\n\n# bootstrap gorepoman with go get\ngo get github.com/fullstorydev/gorepoman/...\nls ./bin/gorepoman\n\n# now that we're bootstrapped, nuke the source we fetched with `go get`, and re-fetch gorepoman using gorepoman!\nrm -rf src/github.com/pkg/errors github.com/fullstorydev/gorepoman\n./bin/gorepoman fetch github.com/fullstorydev/gorepoman\n\n# gorepoman automatically git adds its work, commit the result\ngit status\ngit commit -m \"gorepoman fetch github.com/fullstorydev/gorepoman\"\n```\n\n## Subcommands\n\n| subcommand                               | desc                                                         |\n| ---------------------------------------- | ------------------------------------------------------------ |\n| `gorepoman fetch \u003cdep\u003e`                    | Fetch the specified dep                                      |\n| `gorepoman update \u003cdep\u003e`                   | Update the specified dep                                     |\n| `gorepoman delete \u003cdep\u003e`                   | Delete the specified dep                                     |\n| `gorepoman list`                           | List all managed deps                                        |\n| `gorepoman list stale`                     | List all out-of-date deps                                    |\n| `gorepoman list changed`                   | List all deps with local changes                             |\n| `gorepoman reconcile \u003cdep\u003e [cancel\\|done]` | (advanced) Reconcile a locally-changed dep with the upstream |\n\n`\u003cdep\u003e` is e.g. 'github.com/pkg/errors'\n\n## Features\n\n- Quickly fetch new depedencies you need and version control them.\n\n- Quickly list stale dependencies, and easily update.\n\n- Transition gradually! `gorepoman` manages only the deps it has added.  You don't need to go through and\nre-fetch all your go deps on day 1.\n\n- If you've made local changes to one of your deps, advanced `reconcile` mode exports your dep into a real\n(external) git repo, so you can easily merge in upstream changes or submit PRs / patches upstream.\n\n- The generated manifest file is sorted and formatted for consistent and easy diff / merge.\n\n## Caveats\n\n- `gorepoman` is git-centric; not only must you use git yourself, but gorepoman can only manage third-party dependencies\nthat are also git. (This is almost never a problem in practice: everyone uses git!)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstorydev%2Fgorepoman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstorydev%2Fgorepoman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstorydev%2Fgorepoman/lists"}