{"id":21121495,"url":"https://github.com/oneofone/vgo-bug","last_synced_at":"2025-06-10T18:36:22.816Z","repository":{"id":141895861,"uuid":"133303623","full_name":"OneOfOne/vgo-bug","owner":"OneOfOne","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-14T04:10:57.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T05:25:06.646Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneOfOne.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}},"created_at":"2018-05-14T04:10:29.000Z","updated_at":"2018-05-14T04:10:58.000Z","dependencies_parsed_at":"2023-03-12T12:15:15.326Z","dependency_job_id":null,"html_url":"https://github.com/OneOfOne/vgo-bug","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/OneOfOne%2Fvgo-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fvgo-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fvgo-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneOfOne%2Fvgo-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneOfOne","download_url":"https://codeload.github.com/OneOfOne/vgo-bug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243566535,"owners_count":20311897,"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-20T03:50:50.710Z","updated_at":"2025-03-14T11:24:21.359Z","avatar_url":"https://github.com/OneOfOne.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vgo bug with versions\n\n## Steps to reproduce\n\n1. `go get github.com/OneOfOne/vgo-bug` (`go` *not* `vgo`).\n\n2. `cd $GOROOT/src/go get github.com/OneOfOne/vgo-bug`.\n\n3.\n\n```\n➤ vgo build\nvgo: resolving import \"github.com/alecthomas/kingpin\"\nvgo: finding github.com/alecthomas/kingpin (latest)\nvgo: adding github.com/alecthomas/kingpin v1.3.7\nvgo: resolving import \"github.com/alecthomas/units\"\nvgo: finding github.com/alecthomas/units (latest)\nvgo: adding github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf\n\n➤ cat go.mod\nmodule github.com/OneOfOne/vgo-bug\n\nrequire (\n        github.com/alecthomas/kingpin v1.3.7 \u003c\u003c\u003c\n        github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf\n)\n```\n\n4. edit go.mod and change `v1.3.7` to `v2.2.6` (latest on github).\n\n5.\n\n```\n➤ vgo build\nvgo: resolving import \"github.com/alecthomas/template\"\nvgo: finding github.com/alecthomas/template (latest)\nvgo: adding github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc\n\n➤ cat go.mod\nmodule github.com/OneOfOne/vgo-bug\n\nrequire (\n        github.com/alecthomas/kingpin v0.0.0-20171217180838-947dcec5ba9c\n        github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc\n        github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf\n)\n\n➤ vgo list -m\nMODULE                          VERSION\ngithub.com/OneOfOne/vgo-bug     -\ngithub.com/alecthomas/kingpin   v0.0.0-20171217180838-947dcec5ba9c\ngithub.com/alecthomas/template  v0.0.0-20160405071501-a0175ee3bccc\ngithub.com/alecthomas/units     v0.0.0-20151022065526-2efee857e7cf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneofone%2Fvgo-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foneofone%2Fvgo-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneofone%2Fvgo-bug/lists"}