{"id":19044387,"url":"https://github.com/tilt-dev/go-get","last_synced_at":"2025-04-23T23:26:32.886Z","repository":{"id":43051073,"uuid":"294812948","full_name":"tilt-dev/go-get","owner":"tilt-dev","description":"A repository fetcher, forked from golang/go","archived":false,"fork":false,"pushed_at":"2023-03-10T19:14:21.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T04:41:19.627Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tilt-dev.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":"2020-09-11T21:10:51.000Z","updated_at":"2023-04-25T16:37:02.000Z","dependencies_parsed_at":"2024-06-19T05:40:45.870Z","dependency_job_id":null,"html_url":"https://github.com/tilt-dev/go-get","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Fgo-get","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Fgo-get/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Fgo-get/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilt-dev%2Fgo-get/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tilt-dev","download_url":"https://codeload.github.com/tilt-dev/go-get/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249366348,"owners_count":21258348,"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-08T22:46:10.560Z","updated_at":"2025-04-17T18:35:01.188Z","avatar_url":"https://github.com/tilt-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-get\n\nA repository fetcher, forked from golang/go\n\n[![Build Status](https://circleci.com/gh/tilt-dev/go-get/tree/master.svg?style=shield)](https://circleci.com/gh/tilt-dev/go-get)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/tilt-dev/go-get)](https://pkg.go.dev/github.com/tilt-dev/go-get)\n\n## Why?\n\n### When in doubt, simply port Go's source code, documentation, and tests.\n\n- from *Deno Standard Modules*, https://deno.land/std@0.68.0\n\n[Tilt](https://tilt.dev/) needs a system for importing extensions.\n\nWe love the Go package-import system.\n\nWe decided to copy it!\n\nBut when we looked at how Go's `go get` was implemented, \nwe saw that it supports a lot of different repositories.\n\nThis package contains a fork of that package, to make it easier to re-use.\n\n## How?\n\n```\npackage get_test\n\nimport (\n\t\"fmt\"\n\t\"os/user\"\n\t\"path/filepath\"\n\t\"testing\"\n\n\t\"github.com/tilt-dev/go-get\"\n)\n\nfunc ExampleGet(t *testing.T) {\n\tusr, _ := user.Current()\n\tdownloader := get.NewDownloader(filepath.Join(usr.HomeDir, \".cache\", \"go-get\"))\n\tpath, err := downloader.Download(\"github.com/tilt-dev/tilt-extensions/hello_world\")\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n\n\tfmt.Printf(\"Downloaded to %s\\n\", path)\n}\n```\n\n## License\n\nLicensed under [3-clause BSD](LICENSE)\n\nOriginally Copyright (c) 2009 The Go Authors. All rights reserved.\n\nModified by Windmill Engineering, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilt-dev%2Fgo-get","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftilt-dev%2Fgo-get","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilt-dev%2Fgo-get/lists"}