{"id":21962721,"url":"https://github.com/icio/go-get-panic","last_synced_at":"2025-10-06T14:56:10.776Z","repository":{"id":143094794,"uuid":"559933930","full_name":"icio/go-get-panic","owner":"icio","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-31T12:14:44.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T20:46:07.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/icio.png","metadata":{"files":{"readme":"README.txt","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":"2022-10-31T12:07:08.000Z","updated_at":"2022-10-31T12:07:08.000Z","dependencies_parsed_at":"2023-04-27T21:46:59.003Z","dependency_job_id":null,"html_url":"https://github.com/icio/go-get-panic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icio/go-get-panic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-get-panic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-get-panic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-get-panic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-get-panic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icio","download_url":"https://codeload.github.com/icio/go-get-panic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-get-panic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278629050,"owners_count":26018482,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-29T10:54:08.855Z","updated_at":"2025-10-06T14:56:10.754Z","avatar_url":"https://github.com/icio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"$ git clone https://github.com/icio/go-get-panic\nCloning into 'go-get-panic'...\nremote: Enumerating objects: 7, done.\nremote: Counting objects: 100% (7/7), done.\nremote: Compressing objects: 100% (5/5), done.\nremote: Total 7 (delta 1), reused 7 (delta 1), pack-reused 0\nReceiving objects: 100% (7/7), done.\nResolving deltas: 100% (1/1), done.\n\n$ cd go-get-panic\n\n$ git checkout 2cbc2db2a48105fa2b71ec69d11b6496ba52c263\n\n$ git rev-parse HEAD\n2cbc2db2a48105fa2b71ec69d11b6496ba52c263\n\n$ gotip version\ngo version devel go1.20-e09bbae Sat Oct 29 04:48:07 2022 +0000 linux/amd64\n\n$ gotip get -u golang.org/x/tools\npanic: internal error: can't find reason for requirement on golang.org/x/sync@v0.0.0-20220601150217-0de741cfad7f\n\ngoroutine 1 [running]:\ncmd/go/internal/modget.(*resolver).updateBuildList.func1({{0xc0000281e0, 0x11}, {0xc000032690, 0x22}})\n        /home/icio/sdk/gotip/src/cmd/go/internal/modget/get.go:1760 +0xd4\ncmd/go/internal/modget.(*resolver).updateBuildList(0xc00023c000, {0xb2d5d0, 0xc00002c0f8}, {0x0, 0x0, 0x0})\n        /home/icio/sdk/gotip/src/cmd/go/internal/modget/get.go:1765 +0x54c\ncmd/go/internal/modget.(*resolver).resolveQueries(0xc00023c000, {0xb2d5d0, 0xc00002c0f8}, {0xc000014058, 0x1, 0xc0000a3d78?})\n        /home/icio/sdk/gotip/src/cmd/go/internal/modget/get.go:1243 +0x1a5\ncmd/go/internal/modget.runGet({0xb2d5d0, 0xc00002c0f8}, 0xc0000285e8?, {0xc0000240f0, 0x1, 0x1})\n        /home/icio/sdk/gotip/src/cmd/go/internal/modget/get.go:314 +0x408\nmain.invoke(0xe371a0, {0xc0000240d0, 0x3, 0x3})\n        /home/icio/sdk/gotip/src/cmd/go/main.go:225 +0x3d9\nmain.main()\n        /home/icio/sdk/gotip/src/cmd/go/main.go:179 +0x7ce\n\nAlso fails with:\n\n$ go version\ngo version go1.18.6 linux/amd64\n\n$ go1.19 version\ngo version go1.19 linux/amd64\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficio%2Fgo-get-panic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficio%2Fgo-get-panic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficio%2Fgo-get-panic/lists"}