[{"id":11313858,"name":"github.com/goiiot/gorm-temp","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"github.com/goiiot","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-05-15T15:04:25.591Z","latest_release_number":null,"last_synced_at":"2026-09-01T10:43:08.263Z","created_at":"2025-01-31T07:52:18.183Z","updated_at":"2026-09-01T10:43:08.263Z","registry_url":"https://pkg.go.dev/github.com/goiiot/gorm-temp","install_command":"go get github.com/goiiot/gorm-temp","documentation_url":"https://pkg.go.dev/github.com/goiiot/gorm-temp#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39922,"open_issues_count":518,"forks_count":4176,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-23T19:48:40.203Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-23T14:41:08.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36882940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-27T20:41:36.269Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.1620584137045435,"dependent_packages_count":5.775172354125115,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.9686153839148295},"purl":"pkg:golang/github.com/goiiot/gorm-temp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/goiiot/gorm-temp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/goiiot/gorm-temp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/goiiot/gorm-temp/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-27T19:03:24.423Z","issues_count":864,"pull_requests_count":355,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":194,"issue_authors_count":738,"avg_comments_per_issue":2.3587962962962963,"avg_comments_per_pull_request":1.295774647887324,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":75,"past_year_avg_time_to_close_issue":3455713.875,"past_year_avg_time_to_close_pull_request":1506172.84375,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":59,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.25,"past_year_avg_comments_per_pull_request":1.08,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoiiot%2Fgorm-temp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoiiot%2Fgorm-temp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoiiot%2Fgorm-temp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoiiot%2Fgorm-temp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoiiot%2Fgorm-temp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoiiot%2Fgorm-temp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":3699899,"name":"github.com/go-gorm/gorm","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"github.com/go-gorm","versions_count":120,"first_release_published_at":"2019-02-10T07:39:40.000Z","latest_release_published_at":"2026-06-22T03:37:04.000Z","latest_release_number":"v1.31.2","last_synced_at":"2026-09-01T10:43:38.483Z","created_at":"2022-04-11T11:56:53.144Z","updated_at":"2026-09-01T10:43:38.483Z","registry_url":"https://pkg.go.dev/github.com/go-gorm/gorm","install_command":"go get github.com/go-gorm/gorm","documentation_url":"https://pkg.go.dev/github.com/go-gorm/gorm#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39922,"open_issues_count":518,"forks_count":4176,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-23T19:48:40.203Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-23T14:41:08.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36882940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-24T15:50:59.241Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":33,"rankings":{"downloads":null,"dependent_repos_count":0.969961510947109,"dependent_packages_count":8.463301156757757,"stargazers_count":0.03883168540935761,"forks_count":0.08908445476264393,"docker_downloads_count":1.7644682974033432,"average":2.265129421056042},"purl":"pkg:golang/github.com/go-gorm/gorm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-gorm/gorm","docker_dependents_count":0,"docker_downloads_count":0,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-gorm/gorm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-gorm/gorm/dependencies","status":null,"funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-23T17:06:31.012Z","issues_count":862,"pull_requests_count":355,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":194,"issue_authors_count":737,"avg_comments_per_issue":2.3619489559164735,"avg_comments_per_pull_request":1.295774647887324,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":77,"past_year_avg_time_to_close_issue":3404934.911764706,"past_year_avg_time_to_close_pull_request":1418937.5294117648,"past_year_issues_closed_count":34,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.2613636363636365,"past_year_avg_comments_per_pull_request":1.077922077922078,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-gorm%2Fgorm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-gorm%2Fgorm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-gorm%2Fgorm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-gorm%2Fgorm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-gorm%2Fgorm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-gorm%2Fgorm/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":14430512,"name":"gorm.io/gorm/utils","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io/gorm","versions_count":50,"first_release_published_at":"2026-05-12T03:13:54.737Z","latest_release_published_at":"2026-05-12T03:13:54.737Z","latest_release_number":"v1.31.1","last_synced_at":"2026-09-01T10:43:12.436Z","created_at":"2026-05-12T03:12:42.266Z","updated_at":"2026-09-01T10:43:12.437Z","registry_url":"https://pkg.go.dev/gorm.io/gorm/utils","install_command":"go get gorm.io/gorm/utils","documentation_url":"https://pkg.go.dev/gorm.io/gorm/utils#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39898,"open_issues_count":518,"forks_count":4172,"subscribers_count":489,"default_branch":"master","last_synced_at":"2026-08-08T17:27:54.821Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-07T19:23:45.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36426730,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T13:40:14.053Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.075376507577022,"dependent_packages_count":4.7556286312616125,"stargazers_count":0.035151081692519896,"forks_count":0.07208315152412746,"docker_downloads_count":null,"average":2.4845598430138205},"purl":"pkg:golang/gorm.io/gorm/utils","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm/utils","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm/utils","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/utils/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T13:01:51.630Z","issues_count":861,"pull_requests_count":353,"avg_time_to_close_issue":9956749.276892431,"avg_time_to_close_pull_request":1773423.2948717948,"issues_closed_count":502,"pull_requests_closed_count":234,"pull_request_authors_count":192,"issue_authors_count":737,"avg_comments_per_issue":2.3635307781649244,"avg_comments_per_pull_request":1.2974504249291785,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":90,"past_year_pull_requests_count":78,"past_year_avg_time_to_close_issue":3429474.242424242,"past_year_avg_time_to_close_pull_request":1418818.5588235294,"past_year_issues_closed_count":33,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":63,"past_year_avg_comments_per_issue":1.2444444444444445,"past_year_avg_comments_per_pull_request":1.0384615384615385,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Futils/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Futils/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Futils/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Futils/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Futils/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Futils/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":14430509,"name":"gorm.io/gorm/logger","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io/gorm","versions_count":50,"first_release_published_at":"2026-05-12T03:13:56.785Z","latest_release_published_at":"2026-05-12T03:13:56.785Z","latest_release_number":"v1.31.1","last_synced_at":"2026-09-01T10:52:35.761Z","created_at":"2026-05-12T03:12:37.999Z","updated_at":"2026-09-01T10:52:35.762Z","registry_url":"https://pkg.go.dev/gorm.io/gorm/logger","install_command":"go get gorm.io/gorm/logger","documentation_url":"https://pkg.go.dev/gorm.io/gorm/logger#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39898,"open_issues_count":518,"forks_count":4172,"subscribers_count":489,"default_branch":"master","last_synced_at":"2026-08-08T17:27:54.821Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-07T19:23:45.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36426730,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T13:40:14.049Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.075376507577022,"dependent_packages_count":4.7556286312616125,"stargazers_count":0.035151081692519896,"forks_count":0.07208315152412746,"docker_downloads_count":null,"average":2.4845598430138205},"purl":"pkg:golang/gorm.io/gorm/logger","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm/logger","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm/logger","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/logger/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T13:01:51.630Z","issues_count":861,"pull_requests_count":353,"avg_time_to_close_issue":9956749.276892431,"avg_time_to_close_pull_request":1773423.2948717948,"issues_closed_count":502,"pull_requests_closed_count":234,"pull_request_authors_count":192,"issue_authors_count":737,"avg_comments_per_issue":2.3635307781649244,"avg_comments_per_pull_request":1.2974504249291785,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":90,"past_year_pull_requests_count":78,"past_year_avg_time_to_close_issue":3429474.242424242,"past_year_avg_time_to_close_pull_request":1418818.5588235294,"past_year_issues_closed_count":33,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":63,"past_year_avg_comments_per_issue":1.2444444444444445,"past_year_avg_comments_per_pull_request":1.0384615384615385,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Flogger/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Flogger/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Flogger/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Flogger/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Flogger/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Flogger/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":3742120,"name":"github.com/Go-gorm/gorm","ecosystem":"go","description":"","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Go-gorm/gorm","keywords_array":[],"namespace":"github.com/Go-gorm","versions_count":118,"first_release_published_at":"2020-06-02T02:50:38.000Z","latest_release_published_at":"2026-06-22T03:37:04.000Z","latest_release_number":"v1.31.2","last_synced_at":"2026-09-01T10:43:04.827Z","created_at":"2022-04-11T14:39:31.476Z","updated_at":"2026-09-01T10:43:04.827Z","registry_url":"https://pkg.go.dev/github.com/Go-gorm/gorm","install_command":"go get github.com/Go-gorm/gorm","documentation_url":"https://pkg.go.dev/github.com/Go-gorm/gorm#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39922,"open_issues_count":518,"forks_count":4176,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-23T19:48:40.203Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-23T14:41:08.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36899738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T12:52:38.697Z","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":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/%21go-gorm/gorm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Go-gorm/gorm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Go-gorm/gorm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Go-gorm/gorm/dependencies","status":null,"funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T17:35:38.610Z","issues_count":862,"pull_requests_count":355,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":194,"issue_authors_count":737,"avg_comments_per_issue":2.3619489559164735,"avg_comments_per_pull_request":1.295774647887324,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":77,"past_year_avg_time_to_close_issue":3404934.911764706,"past_year_avg_time_to_close_pull_request":1418937.5294117648,"past_year_issues_closed_count":34,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.2613636363636365,"past_year_avg_comments_per_pull_request":1.077922077922078,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-gorm%2Fgorm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-gorm%2Fgorm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-gorm%2Fgorm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-gorm%2Fgorm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-gorm%2Fgorm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGo-gorm%2Fgorm/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":14430510,"name":"gorm.io/gorm/migrator","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io/gorm","versions_count":50,"first_release_published_at":"2026-05-12T03:13:58.770Z","latest_release_published_at":"2026-05-12T03:13:58.770Z","latest_release_number":"v1.31.1","last_synced_at":"2026-09-01T10:43:13.866Z","created_at":"2026-05-12T03:12:38.704Z","updated_at":"2026-09-01T10:43:13.867Z","registry_url":"https://pkg.go.dev/gorm.io/gorm/migrator","install_command":"go get gorm.io/gorm/migrator","documentation_url":"https://pkg.go.dev/gorm.io/gorm/migrator#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39938,"open_issues_count":522,"forks_count":4176,"subscribers_count":487,"default_branch":"master","last_synced_at":"2026-08-30T20:55:48.017Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-30T17:04:25.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36990039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-30T02:00:08.400Z","response_time":126,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-30T23:10:45.030Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.075376507577022,"dependent_packages_count":4.7556286312616125,"stargazers_count":0.035151081692519896,"forks_count":0.07208315152412746,"docker_downloads_count":null,"average":2.4845598430138205},"purl":"pkg:golang/gorm.io/gorm/migrator","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm/migrator","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm/migrator","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/migrator/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T20:35:10.712Z","issues_count":864,"pull_requests_count":357,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":196,"issue_authors_count":738,"avg_comments_per_issue":2.3587962962962963,"avg_comments_per_pull_request":1.2941176470588236,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":76,"past_year_avg_time_to_close_issue":3455713.875,"past_year_avg_time_to_close_pull_request":1506172.84375,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.25,"past_year_avg_comments_per_pull_request":1.0789473684210527,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fmigrator/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fmigrator/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fmigrator/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fmigrator/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fmigrator/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fmigrator/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":12690246,"name":"github.com/go-GORM/GORM","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-GORM/GORM","keywords_array":[],"namespace":null,"versions_count":118,"first_release_published_at":"2020-06-02T02:50:38.000Z","latest_release_published_at":"2026-06-22T03:37:04.000Z","latest_release_number":"v1.31.2","last_synced_at":"2026-09-01T10:44:08.422Z","created_at":"2026-01-19T10:13:08.885Z","updated_at":"2026-09-01T10:44:08.423Z","registry_url":"https://pkg.go.dev/github.com/go-GORM/GORM","install_command":"go get github.com/go-GORM/GORM","documentation_url":"https://pkg.go.dev/github.com/go-GORM/GORM#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39909,"open_issues_count":517,"forks_count":4173,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-16T13:39:33.544Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-16T12:46:05.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36715913,"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-16T02:00:06.462Z","response_time":62,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T13:40:14.034Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":1.0395920099155789,"dependent_packages_count":0.9757272722803187,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":1.0076596410979488},"purl":"pkg:golang/github.com/go-%21g%21o%21r%21m/%21g%21o%21r%21m","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/go-GORM/GORM","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/go-GORM/GORM","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/go-GORM/GORM/dependencies","status":null,"funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T13:01:51.630Z","issues_count":861,"pull_requests_count":353,"avg_time_to_close_issue":9956749.276892431,"avg_time_to_close_pull_request":1773423.2948717948,"issues_closed_count":502,"pull_requests_closed_count":234,"pull_request_authors_count":192,"issue_authors_count":737,"avg_comments_per_issue":2.3635307781649244,"avg_comments_per_pull_request":1.2974504249291785,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":90,"past_year_pull_requests_count":78,"past_year_avg_time_to_close_issue":3429474.242424242,"past_year_avg_time_to_close_pull_request":1418818.5588235294,"past_year_issues_closed_count":33,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":63,"past_year_avg_comments_per_issue":1.2444444444444445,"past_year_avg_comments_per_pull_request":1.0384615384615385,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":20,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-GORM%2FGORM/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-GORM%2FGORM/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-GORM%2FGORM/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-GORM%2FGORM/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-GORM%2FGORM/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgo-GORM%2FGORM/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":3696806,"name":"gorm.io/gorm","ecosystem":"go","description":"Package gorm is a full-featured, developer-friendly ORM for Golang.","homepage":"https://github.com/go-gorm/gorm","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io","versions_count":119,"first_release_published_at":"2020-06-02T02:50:38.000Z","latest_release_published_at":"2026-06-22T03:37:04.000Z","latest_release_number":"v1.31.2","last_synced_at":"2026-09-01T10:46:08.667Z","created_at":"2022-04-11T11:46:23.454Z","updated_at":"2026-09-01T10:46:08.668Z","registry_url":"https://pkg.go.dev/gorm.io/gorm","install_command":"go get gorm.io/gorm","documentation_url":"https://pkg.go.dev/gorm.io/gorm#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39938,"open_issues_count":522,"forks_count":4176,"subscribers_count":487,"default_branch":"master","last_synced_at":"2026-08-30T20:55:48.017Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-30T17:04:25.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36990039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-30T02:00:08.400Z","response_time":126,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-31T12:06:30.829Z","dependent_packages_count":14025,"downloads":null,"downloads_period":null,"dependent_repos_count":22361,"rankings":{"downloads":null,"dependent_repos_count":0.0423095190195806,"dependent_packages_count":0.014103173006526866,"stargazers_count":0.038783725767948876,"forks_count":0.08897442970294156,"docker_downloads_count":0.2054293068083068,"average":0.07792003086106095},"purl":"pkg:golang/gorm.io/gorm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm","docker_dependents_count":1904,"docker_downloads_count":276629449,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/dependencies","status":null,"funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-30T20:35:10.712Z","issues_count":864,"pull_requests_count":357,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":196,"issue_authors_count":738,"avg_comments_per_issue":2.3587962962962963,"avg_comments_per_pull_request":1.2941176470588236,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":76,"past_year_avg_time_to_close_issue":3455713.875,"past_year_avg_time_to_close_pull_request":1506172.84375,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.25,"past_year_avg_comments_per_pull_request":1.0789473684210527,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":14430508,"name":"gorm.io/gorm/callbacks","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io/gorm","versions_count":50,"first_release_published_at":"2026-05-12T03:13:58.753Z","latest_release_published_at":"2026-05-12T03:13:58.753Z","latest_release_number":"v1.31.1","last_synced_at":"2026-09-01T10:49:46.941Z","created_at":"2026-05-12T03:12:37.782Z","updated_at":"2026-09-01T10:49:46.941Z","registry_url":"https://pkg.go.dev/gorm.io/gorm/callbacks","install_command":"go get gorm.io/gorm/callbacks","documentation_url":"https://pkg.go.dev/gorm.io/gorm/callbacks#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39922,"open_issues_count":518,"forks_count":4176,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-23T19:48:40.203Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-23T14:41:08.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36882940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-29T22:22:51.848Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.075376507577022,"dependent_packages_count":4.7556286312616125,"stargazers_count":0.035151081692519896,"forks_count":0.07208315152412746,"docker_downloads_count":null,"average":2.4845598430138205},"purl":"pkg:golang/gorm.io/gorm/callbacks","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm/callbacks","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm/callbacks","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/callbacks/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T09:28:02.505Z","issues_count":864,"pull_requests_count":357,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":196,"issue_authors_count":738,"avg_comments_per_issue":2.3587962962962963,"avg_comments_per_pull_request":1.2941176470588236,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":76,"past_year_avg_time_to_close_issue":3455713.875,"past_year_avg_time_to_close_pull_request":1506172.84375,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.25,"past_year_avg_comments_per_pull_request":1.0789473684210527,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fcallbacks/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fcallbacks/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fcallbacks/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fcallbacks/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fcallbacks/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fcallbacks/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":14446774,"name":"gorm.io/gorm/schema","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io/gorm","versions_count":50,"first_release_published_at":"2026-05-14T13:01:02.498Z","latest_release_published_at":"2026-05-14T13:01:02.497Z","latest_release_number":"v1.31.1","last_synced_at":"2026-09-01T10:43:31.490Z","created_at":"2026-05-14T12:59:56.904Z","updated_at":"2026-09-01T10:43:31.490Z","registry_url":"https://pkg.go.dev/gorm.io/gorm/schema","install_command":"go get gorm.io/gorm/schema","documentation_url":"https://pkg.go.dev/gorm.io/gorm/schema#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39922,"open_issues_count":518,"forks_count":4176,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-23T19:48:40.203Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-23T14:41:08.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36882940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-28T04:45:20.405Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.067188149279545,"dependent_packages_count":4.748046779947814,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.907617464613679},"purl":"pkg:golang/gorm.io/gorm/schema","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm/schema","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm/schema","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/schema/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T00:00:29.447Z","issues_count":864,"pull_requests_count":355,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":194,"issue_authors_count":738,"avg_comments_per_issue":2.3587962962962963,"avg_comments_per_pull_request":1.295774647887324,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":75,"past_year_avg_time_to_close_issue":3455713.875,"past_year_avg_time_to_close_pull_request":1506172.84375,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":59,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.25,"past_year_avg_comments_per_pull_request":1.08,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fschema/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fschema/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fschema/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fschema/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fschema/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fschema/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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":14434733,"name":"gorm.io/gorm/clause","ecosystem":"go","description":"","homepage":"https://github.com/go-gorm/gorm","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/go-gorm/gorm","keywords_array":[],"namespace":"gorm.io/gorm","versions_count":50,"first_release_published_at":"2026-05-12T19:01:15.647Z","latest_release_published_at":"2026-05-12T19:01:15.646Z","latest_release_number":"v1.31.1","last_synced_at":"2026-09-01T10:44:23.429Z","created_at":"2026-05-12T19:00:08.681Z","updated_at":"2026-09-01T10:44:23.430Z","registry_url":"https://pkg.go.dev/gorm.io/gorm/clause","install_command":"go get gorm.io/gorm/clause","documentation_url":"https://pkg.go.dev/gorm.io/gorm/clause#section-documentation","metadata":{},"repo_metadata":{"id":11407086,"uuid":"13855476","full_name":"go-gorm/gorm","owner":"go-gorm","description":"The fantastic ORM library for Golang, aims to be developer friendly","archived":false,"fork":false,"pushed_at":"2026-06-25T07:21:11.000Z","size":4827,"stargazers_count":39922,"open_issues_count":518,"forks_count":4176,"subscribers_count":486,"default_branch":"master","last_synced_at":"2026-08-23T19:48:40.203Z","etag":null,"topics":["go","golang","gorm","orm","web"],"latest_commit_sha":null,"homepage":"https://gorm.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-gorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"created_at":"2013-10-25T08:31:38.000Z","updated_at":"2026-08-23T14:41:08.000Z","dependencies_parsed_at":"2026-08-08T09:43:25.852Z","dependency_job_id":null,"html_url":"https://github.com/go-gorm/gorm","commit_stats":{"total_commits":2474,"total_committers":438,"mean_commits":5.648401826484018,"dds":0.3217461600646726,"last_synced_commit":"deceebfab8c460cfee229233aded2821ac6b08eb"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/go-gorm/gorm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/sbom","scorecard":{"id":431896,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-gorm/gorm","commit":"6cc2c01268c24fdf7b30cfe4b1a8fb5a10922c65"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":7,"reason":"Found 21/30 approved changesets -- score normalized to 7","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":10,"reason":"24 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/create-release.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/create-release.yml:10","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:10","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/invalid_question.yml:7","Warn: no topLevel permission defined: .github/workflows/labeler.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/missing_playground.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/stale.yml:7","Info: topLevel 'contents' permission set to 'read': .github/workflows/tests.yml:12","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":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create-release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create-release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/create-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/invalid_question.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/invalid_question.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/labeler.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/labeler.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/labeler.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/missing_playground.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/missing_playground.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/stale.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:116: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:154: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:159: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:162: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:200: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:227: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:232: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:236: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:264: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:304: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/go-gorm/gorm/tests.yml/master?enable=pin","Warn: goCommand not pinned by hash: tests/tests_all.sh:23","Info:   0 out of  28 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   4 third-party GitHubAction dependencies pinned","Info:   1 out of   2 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":"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":"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":"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":"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 24 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:34:08.176Z","repository_id":11407086,"created_at":"2025-08-19T03:34:08.177Z","updated_at":"2025-08-19T03:34:08.177Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36882940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"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-gorm","name":"go-gorm","uuid":"15127678","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15127678?v=4","repositories_count":28,"last_synced_at":"2024-04-28T02:56:55.715Z","metadata":{"has_sponsors_listing":false,"funding":{"github":["jinzhu"],"patreon":"jinzhu","open_collective":"gorm"}},"html_url":"https://github.com/go-gorm","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"total_stars":40385,"followers":287,"following":0,"created_at":"2022-11-06T09:40:31.094Z","updated_at":"2024-04-28T02:57:04.205Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-gorm/repositories"},"tags":[{"name":"v1.31.2","sha":"1d6ce99528060be18a42be09aca8d39efcb47f28","kind":"commit","published_at":"2026-06-22T03:37:04.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"eabca1fa13dcf0acdd7d467300c4bd0414b1e0a2","kind":"commit","published_at":"2025-11-02T14:09:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b289563d54de23e742e2a4cba9d77af01f641b0f","kind":"commit","published_at":"2025-09-12T05:42:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.31.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.31.0/manifests"},{"name":"v1.30.5","sha":"688e8ea00a232bd661c08d3d3ba22750c3b3d95e","kind":"commit","published_at":"2025-09-08T11:18:54.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.5/manifests"},{"name":"v1.30.4","sha":"1901911908ffe2ecafb4d7435f3859f3fcad2e73","kind":"commit","published_at":"2025-09-08T09:19:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.4/manifests"},{"name":"v1.30.3","sha":"38404259fe7935212fc14156989e3de381a2d3f7","kind":"commit","published_at":"2025-09-04T13:13:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cace4a6eb85715c8fd648f76728ec554ecafb8e5","kind":"commit","published_at":"2025-08-28T02:57:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"49eaeacb892c8bb2de4a1ea70607eaaf4c15ab9b","kind":"commit","published_at":"2025-07-23T05:02:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"c44405a25b0fb15c20265e672b8632b8774793ca","kind":"commit","published_at":"2025-05-25T07:40:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.30.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.30.0/manifests"},{"name":"v1.26.1","sha":"e5b867e785039199800f0549c60fe688dc0304d2","kind":"commit","published_at":"2025-05-07T06:56:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"a827495be126f896c0f744043410642d70bbac1b","kind":"commit","published_at":"2025-04-25T08:22:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.26.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.26.0/manifests"},{"name":"v1.25.12","sha":"0daaf1747cfa4e4850376ad50a7834fb78b0cc0e","kind":"commit","published_at":"2024-08-22T11:03:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.12/manifests"},{"name":"v1.25.11","sha":"4a50b36f638c6899089e6e3457425528ce693933","kind":"commit","published_at":"2024-06-25T02:36:06.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.11/manifests"},{"name":"v1.25.10","sha":"9d370bcb3ec9055b6292da5211f4eaee2458f520","kind":"commit","published_at":"2024-04-26T09:53:11.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.10/manifests"},{"name":"v1.25.9","sha":"26195e6d16cbb086423303d8178b78852ef12e2a","kind":"commit","published_at":"2024-03-26T03:33:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.9/manifests"},{"name":"v1.25.8","sha":"1b0aa802dfa6df27be0c3f26e12d359e4afcd2ef","kind":"commit","published_at":"2024-03-18T11:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.8/manifests"},{"name":"v1.25.7","sha":"8fb9a317756bc07dcaaa82d43613ddcf9295c1ad","kind":"commit","published_at":"2024-02-06T11:48:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.7/manifests"},{"name":"v1.25.6","sha":"0123dd45094295fade41e13550cd305eb5e3a848","kind":"commit","published_at":"2024-01-12T09:09:22.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.6/manifests"},{"name":"v1.25.5","sha":"6bef318891b98263f3568c13093b5860245d2c52","kind":"commit","published_at":"2023-10-10T07:03:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.5/manifests"},{"name":"v1.25.4","sha":"7e44f73ad3b657a86bbdc881787b03c25ab789a5","kind":"commit","published_at":"2023-08-19T13:35:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"bae684b3639dff3e35d0ed330bc82c12e8282110","kind":"commit","published_at":"2023-08-10T05:34:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"206613868439c5ee7e62e116a46503eddf55a548","kind":"commit","published_at":"2023-06-10T23:42:18.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"e61b98d69677b8871d832baf2489942d79054a4a","kind":"commit","published_at":"2023-05-05T07:58:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"e9637024d3780dba4de755e6f5879150f43e8390","kind":"commit","published_at":"2023-04-11T05:16:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.25.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.25.0/manifests"},{"name":"v1.24.6","sha":"f3874339efd829d9841ad8fb6b50d7c2059153d2","kind":"commit","published_at":"2023-03-02T09:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.6/manifests"},{"name":"v1.24.5","sha":"e1f46eb802e7a73c9cc04241c3077dbe9021cd51","kind":"commit","published_at":"2023-02-02T09:54:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.5/manifests"},{"name":"v1.24.4","sha":"4d6b70ec88dbff3d4a5e43b284c7b5b624915844","kind":"commit","published_at":"2023-02-02T09:15:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.4/manifests"},{"name":"v1.24.3","sha":"4b768c8aff4335eec41b0b393a7978bda1e6194d","kind":"commit","published_at":"2023-01-01T14:22:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"342310fba4fc56decf3d417925326db483734d7e","kind":"commit","published_at":"2022-11-21T02:49:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"b2f42528a48aeed9612d43e19cdf4fe8e87a27a3","kind":"commit","published_at":"2022-11-02T02:28:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"34fbe84580290c32ba006b714669bb356224cb07","kind":"commit","published_at":"2022-10-07T13:18:37.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.24.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.24.0/manifests"},{"name":"v1.23.10","sha":"328f3019825c95be6264cc94d3b4c32fe3cf61d1","kind":"commit","published_at":"2022-09-22T10:35:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.10/manifests"},{"name":"v1.23.9","sha":"490625981a1c3474eeca7f2e4fde791cd94c84fa","kind":"commit","published_at":"2022-09-16T07:02:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.9/manifests"},{"name":"v1.23.8","sha":"9fd73ae4f1f638e4c49ae4e6fab8beb9863adabc","kind":"commit","published_at":"2022-07-07T07:06:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.8/manifests"},{"name":"v1.23.7","sha":"c74bc57add435a4fa0de1cd0eb65f11f62fe1dfd","kind":"commit","published_at":"2022-07-01T07:12:15.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.7/manifests"},{"name":"v1.23.6","sha":"d01de7232b46987e239ef19a89d9ab192f453894","kind":"commit","published_at":"2022-06-01T03:50:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.6/manifests"},{"name":"v1.23.5","sha":"6a6dfdae72574e931ea4f0737637308ef2c34b8f","kind":"commit","published_at":"2022-04-26T09:16:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.5/manifests"},{"name":"v1.23.4","sha":"38a24606da3cd1e312644ef5f8d71e4d0d35554a","kind":"commit","published_at":"2022-04-02T09:27:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"3c00980e01a6a16095b9fafddedd3217ad4b7357","kind":"commit","published_at":"2022-03-18T09:12:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"4e523499d191d02e032b126774efd26daa8697a8","kind":"commit","published_at":"2022-03-01T08:59:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"48ced75d1d8d8aab844ab29787ae97337095b8e1","kind":"commit","published_at":"2022-02-19T15:42:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e0b4e0ec8f938ac055e99c5b37e0cdb9bf6e2ad5","kind":"commit","published_at":"2022-02-19T09:11:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.23.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.23.0/manifests"},{"name":"v1.22.5","sha":"e5894ca44951fecc3b3f31f1aa46df7de6024b04","kind":"commit","published_at":"2022-01-12T05:11:57.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.5/manifests"},{"name":"v1.22.4","sha":"3a3b82263a2e6a3d19c2d669ce9d299b76c47f65","kind":"commit","published_at":"2021-11-29T12:24:16.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.4/manifests"},{"name":"v1.22.3","sha":"5e64ac7de9765319da7a588a13bc06d67f7416c9","kind":"commit","published_at":"2021-11-13T06:03:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"9f533950a2864277d4210a355531abc49da0246b","kind":"commit","published_at":"2021-10-28T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"e953880d19ff600c658456c4cd7734ab746f4681","kind":"commit","published_at":"2021-10-28T01:17:33.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"af3fbdc2fcfface01ce2a0795ee0fac3997ddc8e","kind":"commit","published_at":"2021-10-26T14:40:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.22.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.22.0/manifests"},{"name":"v1.21.16","sha":"418c60c83cf8472d883bb9ab8b9821444e7c8f0a","kind":"commit","published_at":"2021-10-09T08:55:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.16/manifests"},{"name":"v1.21.15","sha":"04f049c1dac757c6fb93df863a9585b98fc8661b","kind":"commit","published_at":"2021-09-09T03:22:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.15/manifests"},{"name":"v1.21.14","sha":"3a8c25018004480ae170e9b4414dbad1f6d7bfd7","kind":"commit","published_at":"2021-08-26T05:37:49.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.14/manifests"},{"name":"v1.21.13","sha":"2b2f6e77af28e57e7bbea5962d58b1a7cb8ff47b","kind":"commit","published_at":"2021-08-11T08:20:29.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.13/manifests"},{"name":"v1.21.12","sha":"d4f3c109d6d6f2d0f4ae3780f7a74457bfd4a28a","kind":"commit","published_at":"2021-07-13T13:29:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.12/manifests"},{"name":"v1.21.11","sha":"3226937f683ae4e436cb970b916b807a6704a215","kind":"commit","published_at":"2021-06-13T02:32:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.11/manifests"},{"name":"v1.21.10","sha":"92c3ba9dccd65f41652baa4d51e4c82af5496eec","kind":"commit","published_at":"2021-05-17T07:36:07.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.10/manifests"},{"name":"v1.21.9","sha":"6951be0284135a5ecd6f359eb4d173b8fb35e572","kind":"commit","published_at":"2021-04-28T09:19:30.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.9/manifests"},{"name":"v1.21.8","sha":"7701c885077051c864da309ed850631ada7d0eea","kind":"commit","published_at":"2021-04-16T11:27:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.8/manifests"},{"name":"v1.21.7","sha":"ad53074f1d548297205cd0a6affe333ab2b22e54","kind":"commit","published_at":"2021-04-09T03:07:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.7/manifests"},{"name":"v1.21.6","sha":"0eba7a9ed16f415c5a20dbfec8d6e3d7864b4fc8","kind":"commit","published_at":"2021-03-26T06:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.6/manifests"},{"name":"v1.21.5","sha":"8204d0ada27896ec312b054f36a0e32fa8c1504a","kind":"commit","published_at":"2021-03-24T08:44:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.5/manifests"},{"name":"v1.21.4","sha":"220349ccf2990c47988a54df94e838803829898c","kind":"commit","published_at":"2021-03-19T07:15:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.4/manifests"},{"name":"v1.21.3","sha":"675de6fc165aaabdfee959d1d09be58fe41c67aa","kind":"commit","published_at":"2021-03-08T11:21:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"294625759c63af2ea412369a13b8f4d3c76b4433","kind":"commit","published_at":"2021-03-05T06:12:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"1476b2f7d443197f8cad869d7da3bd142cfc277d","kind":"commit","published_at":"2021-03-04T12:37:44.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"664755270ddba77cc669de814afca71ae5575fce","kind":"commit","published_at":"2021-03-04T11:16:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.21.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.21.0/manifests"},{"name":"v1.20.12","sha":"7f198ead0e716265acd3491925e340bfae758e95","kind":"commit","published_at":"2021-01-26T08:33:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.12/manifests"},{"name":"v1.20.11","sha":"b864a5457a59ddfca3dae0f6b11de7443633392b","kind":"commit","published_at":"2021-01-10T09:32:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.11/manifests"},{"name":"v1.20.10","sha":"d888c799d774872162d8580dfe2feb986a87fb8b","kind":"commit","published_at":"2021-01-08T11:20:42.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.10/manifests"},{"name":"v1.20.9","sha":"ad8a5c0d1ace1b9608fdaaae920fe17ebb5cf32a","kind":"commit","published_at":"2020-12-25T08:35:25.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.9/manifests"},{"name":"v1.20.8","sha":"f2321ca164c0e5fd6cdcd5727152b39f2062ca6b","kind":"commit","published_at":"2020-12-03T07:00:26.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.8/manifests"},{"name":"v1.20.7","sha":"e7f45d5b0112fdce04b479d27f60c8dd8c66f3c0","kind":"commit","published_at":"2020-11-19T02:45:17.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.7/manifests"},{"name":"v1.20.6","sha":"85e9f66d2652a4a4c422f22c3e7bf24fd7a2c33c","kind":"commit","published_at":"2020-11-05T03:43:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"db2630cb3a02edcc92678ed78e49d1e85d268224","kind":"commit","published_at":"2020-10-22T09:32:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"bdb30da0a7af4329238ba2a17b46860aa4d18a65","kind":"commit","published_at":"2020-10-21T07:47:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"33a11767eafce30831d105a6b64cc7b54a279352","kind":"commit","published_at":"2020-10-20T11:13:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"9eec6ae06638665661f9872e783a42613527e146","kind":"commit","published_at":"2020-09-27T04:25:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"e583dfa196400896932c073d05383fcf6cedeb4f","kind":"commit","published_at":"2020-09-11T03:54:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"53f8c9fc1c5d24324308673cc9ae3afd4442516a","kind":"commit","published_at":"2020-08-30T12:58:14.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.20.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.20.0/manifests"},{"name":"v1.9.19","sha":"94c6bb980b8c3775d98121d5d42109cefe596c5c","kind":"commit","published_at":"2020-08-28T09:32:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v1.9.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v1.9.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v1.9.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v1.9.19/manifests"},{"name":"v0.2.38","sha":"d50dbb0896100640d61a8b4017aa46946f3bc6c5","kind":"commit","published_at":"2020-08-27T11:15:40.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.38","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.38","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.38","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.38/manifests"},{"name":"v0.2.37","sha":"3195ae12072f51d15064a3428f4e906c6873c4e2","kind":"commit","published_at":"2020-08-25T10:59:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.37","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.37","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.37","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.37/manifests"},{"name":"v0.2.36","sha":"cc6a64adfb0ed47d5f8ccf8de13eaf8145656973","kind":"commit","published_at":"2020-08-23T10:16:12.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.36","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.36","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.36","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.36/manifests"},{"name":"v0.2.35","sha":"2b510d6423f6299d53eee6a69252a6acc4c431c7","kind":"commit","published_at":"2020-08-21T07:40:50.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.35","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.35","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.35","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.35/manifests"},{"name":"v0.2.34","sha":"528e5ba5c41b647367d48e527b9fe9ad7dfcdd72","kind":"commit","published_at":"2020-08-19T12:30:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.34","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.34","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.34","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.34/manifests"},{"name":"v0.2.33","sha":"b5de8aeb425cc9eccf92b8c3252fc0a7201ed52e","kind":"commit","published_at":"2020-08-18T10:58:53.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.33","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.33","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.33","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.33/manifests"},{"name":"v0.2.32","sha":"50826742fd0bd26caf55a7a5a96b2c85b612f4ae","kind":"commit","published_at":"2020-08-18T10:00:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.32","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.32/manifests"},{"name":"v0.2.31","sha":"2faff25dfbcfff9e3fb37c8fcf1a20a468f887a8","kind":"commit","published_at":"2020-08-13T10:38:39.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.31","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.31/manifests"},{"name":"v0.2.30","sha":"045d5f853838b9800acdb8ae204969ba3d93e00a","kind":"commit","published_at":"2020-08-13T04:18:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.30","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.30/manifests"},{"name":"v0.2.29","sha":"4a9d3a688aa47a7db7611902f6467f0b311aee79","kind":"commit","published_at":"2020-08-11T13:22:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.29","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.29/manifests"},{"name":"v0.2.28","sha":"3df249c127e637f8af6c99e5e4fed9c466803d79","kind":"commit","published_at":"2020-08-06T09:12:31.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.28","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.28/manifests"},{"name":"v0.2.27","sha":"ff985b90cc0f2f11be492300dd9f6914cba0cf22","kind":"commit","published_at":"2020-08-04T04:25:34.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.27","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.27/manifests"},{"name":"v0.2.26","sha":"dc299b900f5916c101b36b23edc77801ca76d056","kind":"commit","published_at":"2020-07-31T06:47:47.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.26","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.26/manifests"},{"name":"v0.2.25","sha":"c7667e9299134799da6f16e19eaf50cb8419736f","kind":"commit","published_at":"2020-07-28T06:46:48.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.25","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.25/manifests"},{"name":"v0.2.24","sha":"7021db3655381405b8c3f848319a66128b96041b","kind":"commit","published_at":"2020-07-22T11:03:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.24","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.24/manifests"},{"name":"v0.2.23","sha":"a0477f94dd97ef33a442aadf7c710ac03d4a0590","kind":"commit","published_at":"2020-07-19T13:48:58.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.23","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.23/manifests"},{"name":"v0.2.22","sha":"6dc583869b5aef690650f3e3e62d6a80c5de99ea","kind":"commit","published_at":"2020-07-17T04:02:00.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.22","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.22/manifests"},{"name":"v0.2.21","sha":"b8692c76711f473bb1f5fcd54a38f0611b7410bd","kind":"commit","published_at":"2020-07-16T10:05:55.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.21","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.21/manifests"},{"name":"v0.2.20","sha":"0790ff69373366a536bb183b2d1646d14af63594","kind":"commit","published_at":"2020-07-09T01:42:27.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.20","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.20/manifests"},{"name":"v0.2.19","sha":"929c0c576cd55e935cf204a4ee3c492734a4293b","kind":"commit","published_at":"2020-06-30T14:47:21.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.19","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.19/manifests"},{"name":"v0.2.18","sha":"2476c0fbb470e3ced8f61278da2bbdce1c24564c","kind":"commit","published_at":"2020-06-25T23:26:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.18","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.18/manifests"},{"name":"v0.2.17","sha":"f2b49437fbbab9c42ec85f9a0fcf4ad10abc32ec","kind":"commit","published_at":"2020-06-25T14:48:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.17","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.17/manifests"},{"name":"v0.2.16","sha":"1b28c187c0374e3a1347221fece12d8d8d5e40c0","kind":"commit","published_at":"2020-06-25T00:00:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.16","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.16/manifests"},{"name":"v0.2.15","sha":"7e1fa4a44de7b1febfc5620cab4afe77276b4a72","kind":"commit","published_at":"2020-06-23T14:41:41.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.15","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.15/manifests"},{"name":"v0.2.14","sha":"1df757113ad47c4347776e3abadb1e19d6b4a55d","kind":"commit","published_at":"2020-06-23T02:36:45.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.14","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.14/manifests"},{"name":"v0.2.13","sha":"f4bfc435cc84824e0ca3a9c4e21458996bce67d3","kind":"commit","published_at":"2020-06-23T01:38:51.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.13","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.13/manifests"},{"name":"v0.2.12","sha":"d0764bead1bb0283c1f68842ce39cb4a001b8676","kind":"commit","published_at":"2020-06-21T05:59:43.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.12","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.12/manifests"},{"name":"v0.2.11","sha":"fee1e4aafd39800814c08c8ab4d5c2d1dc773856","kind":"commit","published_at":"2020-06-21T02:48:23.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.11","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"5883490aa773ad8dbc13c901bb4ffec502417477","kind":"commit","published_at":"2020-06-20T09:21:01.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.10","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"e3292b3b4171cefe59694391729aa997640cc92e","kind":"commit","published_at":"2020-06-19T10:44:19.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.9","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"2c1b04a2cf0b9740a90d70b31c9cfdb5a1058183","kind":"commit","published_at":"2020-06-19T04:38:03.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.8","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"07960fe661b5ced50c9ca30e010aa26513eaf851","kind":"commit","published_at":"2020-06-18T03:24:08.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.7","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"56bdded0f851ef64b2008fda0dff4ef0854d1713","kind":"commit","published_at":"2020-06-14T04:18:46.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.6","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"22ff8377dfaf208c1db8cb4923a481990f7e76a5","kind":"commit","published_at":"2020-06-09T07:36:10.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.5","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"4a4b8234de826dc08d15bc5e8edb7cec42eff56b","kind":"commit","published_at":"2020-06-07T05:16:09.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.4","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"a954d772d7b0ee0dc704573a963826b074e64fe9","kind":"commit","published_at":"2020-06-06T02:47:32.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.3","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"9934207c42df1d2e587f0523b8cefefe17212b30","kind":"commit","published_at":"2020-06-03T06:39:36.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.2","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b32658358cd0bd5ee76f1229dfaa4613c0045fee","kind":"commit","published_at":"2020-06-03T01:00:20.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.1","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"8bb05a5a692f080eaa756b985cac7d9171909194","kind":"commit","published_at":"2020-06-02T02:50:38.000Z","download_url":"https://codeload.github.com/go-gorm/gorm/tar.gz/v0.2.0","html_url":"https://github.com/go-gorm/gorm/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/go-gorm/gorm@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-29T23:56:26.367Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.075376507577022,"dependent_packages_count":4.7556286312616125,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.915502569419317},"purl":"pkg:golang/gorm.io/gorm/clause","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gorm.io/gorm/clause","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gorm.io/gorm/clause","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gorm.io/gorm/clause/dependencies","status":"removed","funding_links":["https://github.com/sponsors/jinzhu","https://patreon.com/jinzhu","https://opencollective.com/gorm"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T09:28:02.505Z","issues_count":864,"pull_requests_count":357,"avg_time_to_close_issue":9927532.888888888,"avg_time_to_close_pull_request":1765894.6978723404,"issues_closed_count":504,"pull_requests_closed_count":235,"pull_request_authors_count":196,"issue_authors_count":738,"avg_comments_per_issue":2.3587962962962963,"avg_comments_per_pull_request":1.2941176470588236,"merged_pull_requests_count":121,"bot_issues_count":1,"bot_pull_requests_count":6,"past_year_issues_count":88,"past_year_pull_requests_count":76,"past_year_avg_time_to_close_issue":3455713.875,"past_year_avg_time_to_close_pull_request":1506172.84375,"past_year_issues_closed_count":32,"past_year_pull_requests_closed_count":32,"past_year_pull_request_authors_count":60,"past_year_issue_authors_count":61,"past_year_avg_comments_per_issue":1.25,"past_year_avg_comments_per_pull_request":1.0789473684210527,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-gorm%2Fgorm/issues","maintainers":[{"login":"a631807682","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/a631807682"},{"login":"demoManito","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/demoManito"},{"login":"jinzhu","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"},{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"}],"active_maintainers":[{"login":"qqxhb","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qqxhb"},{"login":"jinzhu","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jinzhu"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fclause/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fclause/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fclause/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fclause/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fclause/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gorm.io%2Fgorm%2Fclause/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","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"}}]