{"id":16885117,"url":"https://github.com/ericchiang/godl","last_synced_at":"2025-03-20T05:44:37.655Z","repository":{"id":57526948,"uuid":"90562474","full_name":"ericchiang/godl","owner":"ericchiang","description":"Yet another Go package manager","archived":false,"fork":false,"pushed_at":"2017-06-04T21:31:06.000Z","size":948,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T07:24:33.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ericchiang.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}},"created_at":"2017-05-07T21:17:55.000Z","updated_at":"2017-05-07T21:18:07.000Z","dependencies_parsed_at":"2022-09-07T03:51:22.395Z","dependency_job_id":null,"html_url":"https://github.com/ericchiang/godl","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/ericchiang%2Fgodl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fgodl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fgodl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericchiang%2Fgodl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericchiang","download_url":"https://codeload.github.com/ericchiang/godl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560375,"owners_count":20472218,"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-10-13T16:33:25.212Z","updated_at":"2025-03-20T05:44:37.628Z","avatar_url":"https://github.com/ericchiang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# godl - Download projects to you vendor directory\n\ngodl is a Go vendoring tool that optimizes for making small changes to a project's dependencies (e.g. updating a single dependency).\n\nUnlike other tools, godl doesn't do analysis of dependencies, inspect source files, or interact with your GOPATH. Packages are downloaded one at a time so you can modify a single dependency without performing expensive operations like re-downloading all packages or performing static analysis on a large repo.\n\n```terminal\ngodl init\ngodl get golang.org/x/net feeb485667d1fdabe727840fe00adc22431bc86e\ngodl get gopkg.in/square/go-jose.v2 v2.1.0\ngodl get github.com/spf13/cobra # Defaults to latest\n```\n\n## FAQ\n\nQ: Since godl won't do it for me, how do I list all my projects dependencies?\n\nA: Use go list.\n\n```terminal\ngo list -f '{{.Deps}}' | tr \"[\" \" \" | tr \"]\" \" \" | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}'\n```\n\nQ: How do I download private repos?\n\nA: Use the `--remote` flag to manually specify the remote repo.\n\n```terminal\ngodl get gopkg.in/square/go-jose.v2 v2.1.0 --remote git@github.com:square/go-jose.git\n```\n\nSubsequent calls to `godl get` that omit the `--remote` flag will default to the previous value.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericchiang%2Fgodl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericchiang%2Fgodl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericchiang%2Fgodl/lists"}