{"id":20717766,"url":"https://github.com/vmj/golang-dep","last_synced_at":"2026-04-25T09:06:53.659Z","repository":{"id":139272003,"uuid":"121394459","full_name":"vmj/golang-dep","owner":"vmj","description":"Go container image with dep preinstalled","archived":false,"fork":false,"pushed_at":"2018-10-10T07:23:33.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T07:33:53.341Z","etag":null,"topics":["docker-image","golang"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/vmj0/golang-dep/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmj.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2018-02-13T14:47:21.000Z","updated_at":"2018-10-10T07:23:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"a170d5f4-85b1-469a-9939-991f36ffbd0b","html_url":"https://github.com/vmj/golang-dep","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vmj/golang-dep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmj%2Fgolang-dep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmj%2Fgolang-dep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmj%2Fgolang-dep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmj%2Fgolang-dep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmj","download_url":"https://codeload.github.com/vmj/golang-dep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmj%2Fgolang-dep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32256249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["docker-image","golang"],"created_at":"2024-11-17T03:10:14.109Z","updated_at":"2026-04-25T09:06:53.641Z","avatar_url":"https://github.com/vmj.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go with Dep preinstalled\n\nNOTE: This is deprecated and I'm not going to maintain this for long.  I've switched to https://github.com/golang/go/wiki/Modules[Go 1.11 modules].\n\nBase image is `golang:1.11.1-stretch` and `dep v0.5.0` is installed into `$GOPATH/bin`,\nso `dep` command is available in `$PATH`.\n\n## Example usage\n\nSay you've got a program called `foo`.  In your `Dockerfile`:\n\n    FROM vmj0/golang-dep:1.11.1-stretch-0.5.0 as build\n    # Build a static binary\n    WORKDIR /go/src/github.com/user/foo\n    COPY Gopkg.* *.go ./\n    RUN dep ensure \u0026\u0026 CGO_ENABLED=0 go build -a -o foo\n    # Build a minimal container image\n    FROM sratch\n    COPY --from=build /go/src/github.com/user/foo/foo /\n    CMD [\"/foo\"]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmj%2Fgolang-dep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmj%2Fgolang-dep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmj%2Fgolang-dep/lists"}