{"id":3494123,"name":"github.com/go-openapi/analysis","ecosystem":"go","description":"Package analysis provides methods to work with a Swagger specification document from\npackage go-openapi/spec.\n\nAn analysed specification object (type Spec) provides methods to work with swagger definition.\n\nFlattening a specification bundles all remote $ref in the main spec document.\nDepending on flattening options, additional preprocessing may take place:\n\nMixin several specifications merges all Swagger constructs, and warns about found conflicts.\n\nUnmarshalling a specification with golang [json] unmarshalling may lead to\nsome unwanted result on present but empty fields.\n\nSwagger schemas are analyzed to determine their complexity and qualify their content.","homepage":"https://github.com/go-openapi/analysis","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/go-openapi/analysis","keywords_array":[],"namespace":"github.com/go-openapi","versions_count":38,"first_release_published_at":"2018-10-07T00:20:54.000Z","latest_release_published_at":"2026-03-17T22:52:31.000Z","latest_release_number":"v0.25.0","last_synced_at":"2026-05-12T02:03:49.782Z","created_at":"2022-04-10T19:22:10.859Z","updated_at":"2026-05-12T02:03:49.782Z","registry_url":"https://pkg.go.dev/github.com/go-openapi/analysis","install_command":"go get github.com/go-openapi/analysis","documentation_url":"https://pkg.go.dev/github.com/go-openapi/analysis#section-documentation","metadata":{},"repo_metadata":{"id":45924994,"uuid":"56423106","full_name":"go-openapi/analysis","owner":"go-openapi","description":"openapi specification object model analyzer","archived":false,"fork":false,"pushed_at":"2026-03-06T22:13:27.000Z","size":676,"stargazers_count":34,"open_issues_count":1,"forks_count":44,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-07T01:40:01.658Z","etag":null,"topics":["openapi","swagger2"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-openapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"docs/MAINTAINERS.md","copyright":null,"agents":null,"dco":".github/DCO.md","cla":null}},"created_at":"2016-04-17T06:52:16.000Z","updated_at":"2026-03-06T22:13:31.000Z","dependencies_parsed_at":"2024-03-22T08:37:13.056Z","dependency_job_id":"76b2a6e4-3582-4101-90c0-a145aa97c3fe","html_url":"https://github.com/go-openapi/analysis","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/go-openapi/analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-openapi","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/sbom","scorecard":{"id":432263,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-openapi/analysis","commit":"7d509b888c79f6701cac1b11ffc9d0c406e4eb0e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/17 approved changesets -- score normalized to 1","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":"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":"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":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto-merge.yml:5","Warn: no topLevel permission defined: .github/workflows/go-test.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":"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":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-merge.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/auto-merge.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/go-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/go-test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go-test.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/go-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/go-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/go-test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go-test.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/analysis/go-test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":10,"reason":"0 existing vulnerabilities detected","details":null,"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 30 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:39:08.356Z","repository_id":45924994,"created_at":"2025-08-19T03:39:08.356Z","updated_at":"2025-08-19T03:39:08.356Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30238356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T23:52:25.683Z","status":"ssl_error","status_checked_at":"2026-03-07T23:52:25.373Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"go-openapi","name":"OpenAPI Initiative golang toolkit","uuid":"15724843","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15724843?v=4","repositories_count":16,"last_synced_at":"2024-03-27T02:13:49.897Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/go-openapi","funding_links":[],"total_stars":1333,"followers":118,"following":0,"created_at":"2022-11-05T02:30:58.616Z","updated_at":"2024-03-27T02:13:50.105Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-openapi","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-openapi/repositories"},"tags":[{"name":"v0.24.2","sha":"70ee0b1a6221a87f57fa58b7d54ce35c8ce63d44","kind":"tag","published_at":"2025-12-15T19:09:29.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.24.2","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.24.2/manifests"},{"name":"v0.24.1","sha":"589beeaaac09b8d4f96bf8446875fba1f228e8dc","kind":"commit","published_at":"2025-11-09T13:58:24.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.24.1","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.24.1/manifests"},{"name":"v0.24.0","sha":"4ec879d1736ac489fa81e6250f5920ee7069f1f1","kind":"commit","published_at":"2025-09-26T19:15:28.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.24.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"8f0d3d0df1d7a50a6c09adc87800e3ead7cab00d","kind":"commit","published_at":"2024-03-09T18:36:04.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.23.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.23.0/manifests"},{"name":"v0.22.3","sha":"ffe0aac76bbd8dbea735b33d874d241dc6e6aa73","kind":"commit","published_at":"2024-03-04T10:26:12.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.22.3","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.3/manifests"},{"name":"v0.22.2","sha":"5d13d1c39508670d6fe58bea385793ce226ed103","kind":"commit","published_at":"2024-01-09T08:46:26.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.22.2","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.2/manifests"},{"name":"v0.22.1","sha":"3e717a595260e8f4aae03efc50464b89a550836b","kind":"commit","published_at":"2023-12-26T15:15:13.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.22.1","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.1/manifests"},{"name":"v0.22.0","sha":"6064bf596ede1867a16dc8ac6c1d4c568a1bf5bf","kind":"commit","published_at":"2023-12-22T11:47:08.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.22.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.22.0/manifests"},{"name":"v0.21.5","sha":"a50691ff446f376f084fd9ce60e3c8d4955e162d","kind":"commit","published_at":"2023-12-17T18:26:09.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.21.5","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.5/manifests"},{"name":"v0.21.4","sha":"12bfd3b58778a25e212456e322a747da5a536f33","kind":"commit","published_at":"2022-07-22T05:42:32.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.21.4","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.4/manifests"},{"name":"v0.21.3","sha":"1bb0b3375104313f41a4e30ff915025261b20ed3","kind":"tag","published_at":"2022-04-08T21:56:48.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.21.3","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.3/manifests"},{"name":"v0.21.2","sha":"31fd14d7cfb587114c8f934fa0115eeb470fb0ef","kind":"tag","published_at":"2022-01-23T17:13:28.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.21.2","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.2/manifests"},{"name":"v0.21.1","sha":"daea1ecfdefec84938d0921d9a98d9b3dd2007d4","kind":"tag","published_at":"2021-10-29T20:33:13.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.21.1","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.1/manifests"},{"name":"v0.21.0","sha":"c0d61a8fe9c48178bb30872e1796ba55d316634e","kind":"tag","published_at":"2021-10-29T03:50:03.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.21.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.21.0/manifests"},{"name":"v0.20.1","sha":"a935f7372e0b683a49a43fa13495c13c6e839f52","kind":"tag","published_at":"2021-03-31T15:20:11.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.20.1","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.20.1/manifests"},{"name":"v0.20.0","sha":"fd90271d03508175addcb8b4672dc1871ab02c21","kind":"commit","published_at":"2021-02-07T18:41:15.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.20.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.20.0/manifests"},{"name":"v0.19.16","sha":"ae8c99df3397df2d1e24a0c7617541ab77c70da5","kind":"commit","published_at":"2020-11-28T08:22:26.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.16","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.16/manifests"},{"name":"v0.19.15","sha":"d252fc9969c139297043ccf644a9683063c8b18e","kind":"commit","published_at":"2020-11-28T08:17:48.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.15","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.15/manifests"},{"name":"v0.19.14","sha":"4b1ed137945baedbaa8831891d19463330b2507b","kind":"commit","published_at":"2020-11-18T09:31:03.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.14","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.14/manifests"},{"name":"v0.19.13","sha":"0e6586e8ac4ae5da66770d5fc549cde27b0b397f","kind":"commit","published_at":"2020-11-16T17:47:06.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.13","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.13/manifests"},{"name":"v0.19.12","sha":"e7542ac9886c75b4bbd92502dca6b008aa3f5c8d","kind":"tag","published_at":"2020-11-15T16:47:20.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.12","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.12/manifests"},{"name":"v0.19.11","sha":"56cafbad3d4d214b98a2496b249dff7aa59c2233","kind":"tag","published_at":"2020-10-23T17:27:04.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.11","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.11/manifests"},{"name":"v0.19.10","sha":"421cb960388d1c41b1d4f0eee5300257ac289c97","kind":"tag","published_at":"2020-02-27T02:38:11.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.10","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.10/manifests"},{"name":"v0.19.9","sha":"bd9ffb3b2d3f945be12e9a223041b8e15d04e441","kind":"tag","published_at":"2020-02-27T02:37:07.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.9","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.9/manifests"},{"name":"v0.19.8","sha":"2f85fcec8f53506b8aaf306c3b767d64f221595b","kind":"tag","published_at":"2020-02-27T02:24:22.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.8","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.8/manifests"},{"name":"v0.19.7","sha":"01a3bdad024cd0b80f267b070347538b6edb1c77","kind":"tag","published_at":"2019-12-11T17:21:35.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.7","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.7/manifests"},{"name":"v0.19.6","sha":"1024f3482ddc2c381cc918eb9eca596d51a70272","kind":"tag","published_at":"2019-10-29T09:00:14.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.6","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.6/manifests"},{"name":"v0.19.5","sha":"9864a87593df5ab83eac00921906932d1d77fae2","kind":"tag","published_at":"2019-09-08T00:37:22.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.5","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.5/manifests"},{"name":"v0.19.4","sha":"48f4521ad6c3df9d6192efb04287c4a411e1f806","kind":"commit","published_at":"2019-07-04T17:02:44.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.4","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.4/manifests"},{"name":"v0.19.3","sha":"f30ad6ca23c1cc8d66d1e05267fcd0a6989887e9","kind":"commit","published_at":"2019-06-27T08:31:15.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.3","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.3/manifests"},{"name":"v0.19.2","sha":"147e766af12c74c10c633436007317dbcd9abb0b","kind":"tag","published_at":"2019-06-16T18:47:09.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.2","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.2/manifests"},{"name":"v0.19.0","sha":"e2f3fdbb7ed0e56e070ccbfb6fc75b288a33c014","kind":"tag","published_at":"2019-03-24T15:43:43.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.19.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"e2f3fdbb7ed0e56e070ccbfb6fc75b288a33c014","kind":"tag","published_at":"2018-12-22T19:16:26.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.18.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.18.0/manifests"},{"name":"v0.17.2","sha":"c701774f4e604d952e4e8c56dee260be696e33c3","kind":"tag","published_at":"2018-10-25T02:49:18.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.17.2","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.17.2/manifests"},{"name":"v0.17.1","sha":"c701774f4e604d952e4e8c56dee260be696e33c3","kind":"tag","published_at":"2018-10-22T06:09:04.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.17.1","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"c701774f4e604d952e4e8c56dee260be696e33c3","kind":"tag","published_at":"2018-10-07T00:21:01.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/v0.17.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/v0.17.0/manifests"},{"name":"0.16.0","sha":"7c1bef8f6d9fa6148ce0d8a0ebf5339a084a6639","kind":"tag","published_at":"2018-08-11T22:54:49.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/0.16.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/0.16.0/manifests"},{"name":"0.15.0","sha":"3c8fe72ed5d307113ef76c7c3035964d7e4d4b73","kind":"tag","published_at":"2018-07-11T21:26:37.000Z","download_url":"https://codeload.github.com/go-openapi/analysis/tar.gz/0.15.0","html_url":"https://github.com/go-openapi/analysis/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-openapi/analysis@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/tags/0.15.0/manifests"}]},"repo_metadata_updated_at":"2026-03-08T00:13:04.281Z","dependent_packages_count":3105,"downloads":null,"downloads_period":null,"dependent_repos_count":18047,"rankings":{"downloads":null,"dependent_repos_count":0.05099694018358898,"dependent_packages_count":0.06509609423434594,"stargazers_count":7.487855759946771,"forks_count":4.021515855236235,"docker_downloads_count":0.01660921811605441,"average":2.328414773543399},"purl":"pkg:golang/github.com/go-openapi/analysis","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-openapi/analysis","docker_dependents_count":2375,"docker_downloads_count":18354044446,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-openapi/analysis","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-openapi/analysis/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-03-08T00:01:39.105Z","issues_count":23,"pull_requests_count":130,"avg_time_to_close_issue":12753234.636363637,"avg_time_to_close_pull_request":507189.4,"issues_closed_count":22,"pull_requests_closed_count":125,"pull_request_authors_count":19,"issue_authors_count":17,"avg_comments_per_issue":2.739130434782609,"avg_comments_per_pull_request":1.0538461538461539,"merged_pull_requests_count":120,"bot_issues_count":0,"bot_pull_requests_count":30,"past_year_issues_count":0,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":75422.65,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":20,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5416666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fanalysis/issues","maintainers":[{"login":"fredbi","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fredbi"},{"login":"casualjim","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/casualjim"},{"login":"youyuanwu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/youyuanwu"}],"active_maintainers":[{"login":"fredbi","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fredbi"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-openapi%2Fanalysis/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-openapi%2Fanalysis/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-openapi%2Fanalysis/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-openapi%2Fanalysis/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-openapi%2Fanalysis/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-openapi%2Fanalysis/codemeta","maintainers":[]}