{"id":370034,"url":"https://github.com/pressly/goose","last_synced_at":"2026-05-30T20:01:17.038Z","repository":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2026-05-16T00:22:45.000Z","size":11677,"stargazers_count":10729,"open_issues_count":128,"forks_count":662,"subscribers_count":62,"default_branch":"main","last_synced_at":"2026-05-24T07:13:35.545Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2026-05-24T04:29:13.000Z","dependencies_parsed_at":"2026-04-22T01:02:02.385Z","dependency_job_id":null,"html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33602061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"packages":[{"id":12757829,"name":"goose","ecosystem":"nixpkgs","description":"Database migration tool which supports SQL migrations and Go functions","homepage":"https://pressly.github.io/goose/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T06:15:59.844Z","latest_release_published_at":"2026-01-26T06:15:59.844Z","latest_release_number":"3.26.0","last_synced_at":"2026-04-02T11:30:40.968Z","created_at":"2026-01-26T06:15:59.650Z","updated_at":"2026-04-02T11:30:40.968Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=goose","install_command":"nix-env -iA nixpkgs.goose","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/go/goose/package.nix#L47","metadata":{"nix_attribute":"goose-3.26.0","position":"pkgs/by-name/go/goose/package.nix:47","platforms":["x86_64-darwin","aarch64-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","wasm64-wasi","wasm32-wasi","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/goose?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/goose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/goose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/goose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/goose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/goose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/goose/codemeta","maintainers":[],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":147106,"maintainers_count":4680,"namespaces_count":0,"keywords_count":2885,"github":"NixOS","metadata":{"funded_packages_count":1565},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-05-15T05:01:34.865Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":4059420,"name":"github.com/pressly/goose/v3","ecosystem":"go","description":"","homepage":"https://github.com/pressly/goose","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":"github.com/pressly/goose","versions_count":52,"first_release_published_at":"2021-08-04T13:16:42.000Z","latest_release_published_at":"2026-04-24T21:12:27.000Z","latest_release_number":"v3.27.1","last_synced_at":"2026-05-29T22:00:48.375Z","created_at":"2022-04-12T10:47:48.276Z","updated_at":"2026-05-29T22:00:48.376Z","registry_url":"https://pkg.go.dev/github.com/pressly/goose/v3","install_command":"go get github.com/pressly/goose/v3","documentation_url":"https://pkg.go.dev/github.com/pressly/goose/v3#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-10-04T00:03:23.000Z","size":11821,"stargazers_count":9236,"open_issues_count":105,"forks_count":600,"subscribers_count":60,"default_branch":"main","last_synced_at":"2025-10-07T05:06:08.157Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-10-06T23:46:39.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891746,"owners_count":26063855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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"},"tags":[]},"repo_metadata_updated_at":"2025-10-08T04:53:29.116Z","dependent_packages_count":354,"downloads":null,"downloads_period":null,"dependent_repos_count":323,"rankings":{"downloads":null,"dependent_repos_count":0.3752895816957406,"dependent_packages_count":0.2706564819634935,"stargazers_count":1.0699153861156874,"forks_count":1.4169460859172698,"docker_downloads_count":0.3861364362574021,"average":0.7037887943899187},"purl":"pkg:golang/github.com/pressly/goose/v3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/pressly/goose/v3","docker_dependents_count":60,"docker_downloads_count":41520684,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/pressly/goose/v3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/pressly/goose/v3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-28T22:53:18.931Z","issues_count":198,"pull_requests_count":496,"avg_time_to_close_issue":12467491.453781513,"avg_time_to_close_pull_request":2891171.6774941995,"issues_closed_count":119,"pull_requests_closed_count":431,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9778225806451613,"merged_pull_requests_count":235,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":50,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":1108952.6363636365,"past_year_avg_time_to_close_pull_request":715169.9495798319,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":119,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":0.64,"past_year_avg_comments_per_pull_request":0.75625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":74,"past_year_merged_pull_requests_count":62,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":190,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv3/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","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":10254031,"name":"gopkg.in/pressly/goose.v1","ecosystem":"go","description":"","homepage":"https://github.com/pressly/goose","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":"gopkg.in/pressly","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-04-09T19:02:32.663Z","latest_release_number":null,"last_synced_at":"2026-05-12T13:27:32.678Z","created_at":"2024-05-29T07:20:35.290Z","updated_at":"2026-05-12T13:27:32.679Z","registry_url":"https://pkg.go.dev/gopkg.in/pressly/goose.v1","install_command":"go get gopkg.in/pressly/goose.v1","documentation_url":"https://pkg.go.dev/gopkg.in/pressly/goose.v1#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-10-04T00:03:23.000Z","size":11821,"stargazers_count":9236,"open_issues_count":105,"forks_count":600,"subscribers_count":60,"default_branch":"main","last_synced_at":"2025-10-07T05:06:08.157Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-10-06T23:46:39.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891746,"owners_count":26063855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"tags":[{"name":"v3.26.0","sha":"3d1474de3049db2e1ba64a4fe724917292ae7790","kind":"tag","published_at":"2025-10-03T13:27:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.26.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.26.0/manifests"},{"name":"v3.25.0","sha":"35106f140bb2b5bc64297325c031d5a9e39740b9","kind":"tag","published_at":"2025-08-24T20:46:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.25.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0/manifests"},{"name":"v3.24.3","sha":"c6cc2e2bc678baea64691eeb82e3eaa9b83cab07","kind":"tag","published_at":"2025-05-07T01:26:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3/manifests"},{"name":"v3.24.2","sha":"b63ff992a7a7868ebee8b432bf463fa7db913f06","kind":"tag","published_at":"2025-03-28T02:05:41.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2/manifests"},{"name":"v3.24.1","sha":"dc90c17981fd7517ac960ab11a27f890a72a6171","kind":"tag","published_at":"2025-01-07T14:26:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1/manifests"},{"name":"v3.24.0","sha":"bfb35504f3dd6680b991145d438bd5583c763e53","kind":"tag","published_at":"2024-12-19T16:04:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0/manifests"},{"name":"v3.23.1","sha":"1a5b75505e97987990f5f9059fa232550739347c","kind":"tag","published_at":"2024-12-12T15:19:26.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1/manifests"},{"name":"v3.23.0","sha":"8d8822685ad87e53bfa8ca03e2baab479c4c823e","kind":"tag","published_at":"2024-11-21T14:27:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0/manifests"},{"name":"v3.22.1","sha":"d994786c18635067c4f9466fe2a8c3583d570557","kind":"tag","published_at":"2024-09-17T12:39:27.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1/manifests"},{"name":"v3.22.0","sha":"5193dcbfd4963b739254fc8f90bfbf9e69953236","kind":"tag","published_at":"2024-09-03T12:15:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0/manifests"},{"name":"v3.21.1","sha":"3ad137847a4c242f09e425a12c15c7c7961d4b0f","kind":"tag","published_at":"2024-06-19T14:10:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"7da8209abd973993f30d5016e74351bfe52e1ce9","kind":"tag","published_at":"2024-06-19T12:53:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"31de74d3268ad47629905899285c44bbe9c9e35b","kind":"tag","published_at":"2024-04-22T13:13:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.20.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0/manifests"},{"name":"v3.19.2","sha":"79be9afdcb4d7ad119edf02223491196d389a231","kind":"tag","published_at":"2024-03-13T13:39:47.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2/manifests"},{"name":"v3.19.1","sha":"9024628f7981ab9d83467875645edb99542db0bb","kind":"tag","published_at":"2024-03-11T14:21:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"5efbe40591f229b17b194612f07d9c6cf82d8ac5","kind":"tag","published_at":"2024-03-11T12:45:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"6f5c152c33b3bd435922d70fef631e6845739c8c","kind":"tag","published_at":"2024-01-31T14:31:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.18.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0/manifests"},{"name":"v3.17.0","sha":"87c45a36779ef9413ab6080f62e3c4112c919fa4","kind":"tag","published_at":"2023-12-16T04:55:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.17.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0/manifests"},{"name":"v3.16.0","sha":"bb5a1e5baca70215b9d09131925705e61d4c01ef","kind":"tag","published_at":"2023-11-12T17:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.16.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"091166a0b573e240700eecfd7a9c26b994effebb","kind":"tag","published_at":"2023-10-10T13:25:03.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6c1d92b9fad37d31c7207b6f33bea37c3e91a3a4","kind":"tag","published_at":"2023-08-13T03:23:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0/manifests"},{"name":"v3.14.0","sha":"da5f2bf25160154d094b5d072ffeee7fe1028dd5","kind":"tag","published_at":"2023-07-26T12:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.14.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0/manifests"},{"name":"v3.13.4","sha":"5864133d1734758ffc37d9c7e86a6759c471be59","kind":"tag","published_at":"2023-07-07T22:47:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.4","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4/manifests"},{"name":"v3.13.3","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:46:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3/manifests"},{"name":"v3.13.2","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:33:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2/manifests"},{"name":"v3.13.1","sha":"d34ca5cec9ab678b108646f20f9c6e1334cd187a","kind":"tag","published_at":"2023-07-03T12:55:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1/manifests"},{"name":"v3.13.0","sha":"26295ee173dfe8cb89d4daa8f96e3344a0bb09d9","kind":"tag","published_at":"2023-06-29T21:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0/manifests"},{"name":"v3.11.2","sha":"3717a9e3157aef55a3907d8af1283c91cb78a17a","kind":"commit","published_at":"2023-05-08T12:43:09.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a46581bbd3bd4053a35e9b42a0e21500b2e31ece","kind":"commit","published_at":"2023-05-08T12:27:39.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"ba6e5fb6f00f4ca35fea83963dc7e6622832d3f8","kind":"commit","published_at":"2023-05-02T14:37:16.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0/manifests"},{"name":"v3.10.0","sha":"935e8833e84713bc96a86c61c0312b9db11b6988","kind":"commit","published_at":"2023-03-10T03:46:53.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.10.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"32ad603fee14ce059e731171a0589847bdb55f08","kind":"commit","published_at":"2023-01-27T13:30:31.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.9.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0/manifests"},{"name":"v3.8.0","sha":"436452dc94fdb8288fe64c36cbc33c8b4136d0e7","kind":"commit","published_at":"2023-01-18T13:50:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.8.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0/manifests"},{"name":"v3.7.0","sha":"8abd890d06412e899314e96b23b91ed1350eeddd","kind":"commit","published_at":"2022-08-29T20:45:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"f3d569f61bc677350e34ae36f825ca103e526857","kind":"commit","published_at":"2022-06-23T01:36:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"1b45f3781e837aa877bdb7cf01898dddb048204d","kind":"commit","published_at":"2022-06-20T00:58:01.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0/manifests"},{"name":"v3.5.3","sha":"5f1f43cfb2ba11d901b1ea2f28c88bf2577985cb","kind":"commit","published_at":"2022-02-12T03:04:22.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3/manifests"},{"name":"v3.5.2","sha":"b2a7e51f9c426eadb7fa689be1a5d9b925dd2dc8","kind":"commit","published_at":"2022-02-04T13:46:48.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"7fffa2db306a9e20993843b769269260e299e820","kind":"commit","published_at":"2022-01-18T03:28:15.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"c8aa123e312f6c26f250e586f9f59310f7d9a726","kind":"commit","published_at":"2021-12-13T05:37:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"e493182c19cb808b542a6dfd595cf02ff9f05c9e","kind":"commit","published_at":"2021-11-26T01:47:59.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"cc7f02265a62d700f681e11c80a6a60825a0fc18","kind":"commit","published_at":"2021-11-26T00:39:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0/manifests"},{"name":"v3.3.1","sha":"1f0759947f0102b7de57fb7b1a5b5a1e231e4cdb","kind":"commit","published_at":"2021-10-28T22:07:23.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"6bef64ab8f087f98baa4b190edec7d1d735aeef1","kind":"commit","published_at":"2021-10-24T19:16:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"48f48dc699731632215cab87df5567d771bb4270","kind":"commit","published_at":"2021-10-13T13:22:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d15e25ab596691c99064efe936a7dff9c71735b1","kind":"commit","published_at":"2021-08-21T02:38:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"6631aae11126496bc4a11f85bd111cc4ccb40261","kind":"commit","published_at":"2021-08-08T15:48:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ff32c04cfd500fae2b00607059ae0a79025bac52","kind":"commit","published_at":"2021-08-04T13:16:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0/manifests"},{"name":"v2.7.0","sha":"7dd9c10b04e8f9fd082631b5806727dadfeb5800","kind":"commit","published_at":"2020-12-08T16:42:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0/manifests"},{"name":"v2.7.0-rc5","sha":"ad369d945ee99bf8fddd76d957831774e754ca0b","kind":"commit","published_at":"2020-08-13T13:15:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc5","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5/manifests"},{"name":"v2.7.0-rc4","sha":"c35094e75813e8b7a6d1f5593b9d6e9244183a3f","kind":"commit","published_at":"2019-05-03T20:56:32.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc4","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4/manifests"},{"name":"v2.7.0-rc3","sha":"f6dca2b18aa26af4139ccf72443f0c5908d06fa0","kind":"commit","published_at":"2019-03-06T06:36:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc3","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3/manifests"},{"name":"v2.7.0-rc2","sha":"d42f235ac697725854ae50bc51cec0c494f24928","kind":"commit","published_at":"2019-03-06T05:31:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc2","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2/manifests"},{"name":"v2.7.0-rc1","sha":"f54a6e48b3e7c09dd43d4246e529f4088896a6ed","kind":"commit","published_at":"2019-03-05T20:58:05.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc1","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1/manifests"},{"name":"v2.6.0","sha":"e4b98955473e91a12fc7d8816c28d06376d1d92c","kind":"commit","published_at":"2019-03-05T20:27:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"9292c394c89c837d43f89c4920956b863dbd5a66","kind":"commit","published_at":"2019-03-04T19:21:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"7a98874933001af28951c83e958b1db750f39f8d","kind":"commit","published_at":"2018-11-26T20:50:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.5","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5807a91215fe2d8f937b29fb1d41792525e309ac","kind":"commit","published_at":"2018-11-26T17:27:56.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.4","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"b6d48228e93d51c63f4bf7035ab7a4a3a88c3428","kind":"commit","published_at":"2018-11-14T17:04:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.3","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"82b1074b4c3a6563fc67866c567b4013f7bbe29b","kind":"commit","published_at":"2018-11-13T20:14:00.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.2","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"da4711c369b1d325fc04897cd5f355ce0cb39fcc","kind":"commit","published_at":"2018-11-13T18:24:54.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"58aa6a8fce980d3a4dfd2f11b1951a2b4c8d8e57","kind":"commit","published_at":"2018-11-06T23:38:45.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"95600eb369b1f657efd54a401ab85d0647a1db80","kind":"commit","published_at":"2018-05-03T15:24:55.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"f0b1c6ff8abed229f55afe762a329f940c9965e1","kind":"commit","published_at":"2018-04-30T22:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"056a4d47dcc4d67fa3947a4f13945a5c690e568b","kind":"commit","published_at":"2017-07-07T14:39:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"a0e07f5e126b5c73e319912ac33121e5e06fc562","kind":"commit","published_at":"2017-06-21T15:46:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0/manifests"},{"name":"v1.0","sha":"f9980cee258976cd89b5edeaee57983104b9180f","kind":"commit","published_at":"2016-12-09T18:06:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v1.0","html_url":"https://github.com/pressly/goose/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0/manifests"},{"name":"v0.9","sha":"d6e8fe0292718c30342b3ed7f324dc21634b3bc6","kind":"commit","published_at":"2016-11-06T18:45:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v0.9","html_url":"https://github.com/pressly/goose/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9/manifests"}]},"repo_metadata_updated_at":"2025-10-08T04:53:45.727Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.05175067208242,"dependent_packages_count":6.6087561621129245,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.830253417097673},"purl":"pkg:golang/gopkg.in/pressly/goose.v1","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/pressly/goose.v1","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/pressly/goose.v1","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/pressly/goose.v1/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-28T22:53:18.931Z","issues_count":198,"pull_requests_count":496,"avg_time_to_close_issue":12467491.453781513,"avg_time_to_close_pull_request":2891171.6774941995,"issues_closed_count":119,"pull_requests_closed_count":431,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9778225806451613,"merged_pull_requests_count":235,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":50,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":1108952.6363636365,"past_year_avg_time_to_close_pull_request":715169.9495798319,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":119,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":0.64,"past_year_avg_comments_per_pull_request":0.75625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":74,"past_year_merged_pull_requests_count":62,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":190,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v1/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v1/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v1/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v1/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v1/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v1/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","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":3497444,"name":"github.com/pressly/goose","ecosystem":"go","description":"","homepage":"https://github.com/pressly/goose","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":"github.com/pressly","versions_count":18,"first_release_published_at":"2017-06-21T15:46:07.000Z","latest_release_published_at":"2020-12-08T16:42:14.000Z","latest_release_number":"v2.7.0+incompatible","last_synced_at":"2026-05-30T12:45:16.326Z","created_at":"2022-04-10T19:44:25.935Z","updated_at":"2026-05-30T12:45:16.326Z","registry_url":"https://pkg.go.dev/github.com/pressly/goose","install_command":"go get github.com/pressly/goose","documentation_url":"https://pkg.go.dev/github.com/pressly/goose#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-10-04T00:03:23.000Z","size":11821,"stargazers_count":9236,"open_issues_count":105,"forks_count":600,"subscribers_count":60,"default_branch":"main","last_synced_at":"2025-10-07T05:06:08.157Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-10-06T23:46:39.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891746,"owners_count":26063855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"tags":[]},"repo_metadata_updated_at":"2025-10-08T04:53:42.144Z","dependent_packages_count":243,"downloads":null,"downloads_period":null,"dependent_repos_count":362,"rankings":{"downloads":null,"dependent_repos_count":0.35843669727816346,"dependent_packages_count":0.25924950379644973,"stargazers_count":1.116185362088498,"forks_count":1.4359311516277757,"docker_downloads_count":0.3745170700938264,"average":0.7088639569769427},"purl":"pkg:golang/github.com/pressly/goose","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/pressly/goose","docker_dependents_count":20,"docker_downloads_count":22519223,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/pressly/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/pressly/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-28T22:53:18.931Z","issues_count":198,"pull_requests_count":496,"avg_time_to_close_issue":12467491.453781513,"avg_time_to_close_pull_request":2891171.6774941995,"issues_closed_count":119,"pull_requests_closed_count":431,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9778225806451613,"merged_pull_requests_count":235,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":50,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":1108952.6363636365,"past_year_avg_time_to_close_pull_request":715169.9495798319,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":119,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":0.64,"past_year_avg_comments_per_pull_request":0.75625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":74,"past_year_merged_pull_requests_count":62,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":190,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","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":13033241,"name":"goose","ecosystem":"nixpkgs","description":"Database migration tool which supports SQL migrations and Go functions","homepage":"https://pressly.github.io/goose/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T15:12:58.444Z","latest_release_published_at":"2026-02-01T15:12:58.444Z","latest_release_number":"3.22.1","last_synced_at":"2026-03-05T16:53:36.533Z","created_at":"2026-02-01T15:12:50.469Z","updated_at":"2026-03-05T17:07:49.089Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=goose","install_command":"nix-env -iA nixpkgs.goose","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/go/goose/package.nix#L47","metadata":{"nix_attribute":"goose-3.22.1","position":"pkgs/by-name/go/goose/package.nix:47","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","wasm64-wasi","wasm32-wasi","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/goose?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/goose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/goose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/goose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/goose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/goose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/goose/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":228},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-04-03T06:22:14.703Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":10244170,"name":"gopkg.in/pressly/goose.v0","ecosystem":"go","description":"","homepage":"https://github.com/pressly/goose","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":"gopkg.in/pressly","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-04-17T23:05:19.767Z","latest_release_number":null,"last_synced_at":"2026-05-06T08:04:05.389Z","created_at":"2024-05-28T03:57:06.077Z","updated_at":"2026-05-06T08:04:05.389Z","registry_url":"https://pkg.go.dev/gopkg.in/pressly/goose.v0","install_command":"go get gopkg.in/pressly/goose.v0","documentation_url":"https://pkg.go.dev/gopkg.in/pressly/goose.v0#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-09-27T00:01:24.000Z","size":11807,"stargazers_count":9191,"open_issues_count":105,"forks_count":600,"subscribers_count":61,"default_branch":"main","last_synced_at":"2025-09-27T02:19:19.031Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-09-26T22:14:22.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277240005,"owners_count":25785111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"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":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"tags":[{"name":"v3.25.0","sha":"35106f140bb2b5bc64297325c031d5a9e39740b9","kind":"tag","published_at":"2025-08-24T20:46:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.25.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0/manifests"},{"name":"v3.24.3","sha":"c6cc2e2bc678baea64691eeb82e3eaa9b83cab07","kind":"tag","published_at":"2025-05-07T01:26:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3/manifests"},{"name":"v3.24.2","sha":"b63ff992a7a7868ebee8b432bf463fa7db913f06","kind":"tag","published_at":"2025-03-28T02:05:41.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2/manifests"},{"name":"v3.24.1","sha":"dc90c17981fd7517ac960ab11a27f890a72a6171","kind":"tag","published_at":"2025-01-07T14:26:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1/manifests"},{"name":"v3.24.0","sha":"bfb35504f3dd6680b991145d438bd5583c763e53","kind":"tag","published_at":"2024-12-19T16:04:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0/manifests"},{"name":"v3.23.1","sha":"1a5b75505e97987990f5f9059fa232550739347c","kind":"tag","published_at":"2024-12-12T15:19:26.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1/manifests"},{"name":"v3.23.0","sha":"8d8822685ad87e53bfa8ca03e2baab479c4c823e","kind":"tag","published_at":"2024-11-21T14:27:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0/manifests"},{"name":"v3.22.1","sha":"d994786c18635067c4f9466fe2a8c3583d570557","kind":"tag","published_at":"2024-09-17T12:39:27.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1/manifests"},{"name":"v3.22.0","sha":"5193dcbfd4963b739254fc8f90bfbf9e69953236","kind":"tag","published_at":"2024-09-03T12:15:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0/manifests"},{"name":"v3.21.1","sha":"3ad137847a4c242f09e425a12c15c7c7961d4b0f","kind":"tag","published_at":"2024-06-19T14:10:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"7da8209abd973993f30d5016e74351bfe52e1ce9","kind":"tag","published_at":"2024-06-19T12:53:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"31de74d3268ad47629905899285c44bbe9c9e35b","kind":"tag","published_at":"2024-04-22T13:13:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.20.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0/manifests"},{"name":"v3.19.2","sha":"79be9afdcb4d7ad119edf02223491196d389a231","kind":"tag","published_at":"2024-03-13T13:39:47.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2/manifests"},{"name":"v3.19.1","sha":"9024628f7981ab9d83467875645edb99542db0bb","kind":"tag","published_at":"2024-03-11T14:21:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"5efbe40591f229b17b194612f07d9c6cf82d8ac5","kind":"tag","published_at":"2024-03-11T12:45:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"6f5c152c33b3bd435922d70fef631e6845739c8c","kind":"tag","published_at":"2024-01-31T14:31:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.18.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0/manifests"},{"name":"v3.17.0","sha":"87c45a36779ef9413ab6080f62e3c4112c919fa4","kind":"tag","published_at":"2023-12-16T04:55:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.17.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0/manifests"},{"name":"v3.16.0","sha":"bb5a1e5baca70215b9d09131925705e61d4c01ef","kind":"tag","published_at":"2023-11-12T17:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.16.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"091166a0b573e240700eecfd7a9c26b994effebb","kind":"tag","published_at":"2023-10-10T13:25:03.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6c1d92b9fad37d31c7207b6f33bea37c3e91a3a4","kind":"tag","published_at":"2023-08-13T03:23:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0/manifests"},{"name":"v3.14.0","sha":"da5f2bf25160154d094b5d072ffeee7fe1028dd5","kind":"tag","published_at":"2023-07-26T12:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.14.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0/manifests"},{"name":"v3.13.4","sha":"5864133d1734758ffc37d9c7e86a6759c471be59","kind":"tag","published_at":"2023-07-07T22:47:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.4","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4/manifests"},{"name":"v3.13.3","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:46:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3/manifests"},{"name":"v3.13.2","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:33:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2/manifests"},{"name":"v3.13.1","sha":"d34ca5cec9ab678b108646f20f9c6e1334cd187a","kind":"tag","published_at":"2023-07-03T12:55:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1/manifests"},{"name":"v3.13.0","sha":"26295ee173dfe8cb89d4daa8f96e3344a0bb09d9","kind":"tag","published_at":"2023-06-29T21:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0/manifests"},{"name":"v3.11.2","sha":"3717a9e3157aef55a3907d8af1283c91cb78a17a","kind":"commit","published_at":"2023-05-08T12:43:09.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a46581bbd3bd4053a35e9b42a0e21500b2e31ece","kind":"commit","published_at":"2023-05-08T12:27:39.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"ba6e5fb6f00f4ca35fea83963dc7e6622832d3f8","kind":"commit","published_at":"2023-05-02T14:37:16.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0/manifests"},{"name":"v3.10.0","sha":"935e8833e84713bc96a86c61c0312b9db11b6988","kind":"commit","published_at":"2023-03-10T03:46:53.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.10.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"32ad603fee14ce059e731171a0589847bdb55f08","kind":"commit","published_at":"2023-01-27T13:30:31.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.9.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0/manifests"},{"name":"v3.8.0","sha":"436452dc94fdb8288fe64c36cbc33c8b4136d0e7","kind":"commit","published_at":"2023-01-18T13:50:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.8.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0/manifests"},{"name":"v3.7.0","sha":"8abd890d06412e899314e96b23b91ed1350eeddd","kind":"commit","published_at":"2022-08-29T20:45:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"f3d569f61bc677350e34ae36f825ca103e526857","kind":"commit","published_at":"2022-06-23T01:36:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"1b45f3781e837aa877bdb7cf01898dddb048204d","kind":"commit","published_at":"2022-06-20T00:58:01.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0/manifests"},{"name":"v3.5.3","sha":"5f1f43cfb2ba11d901b1ea2f28c88bf2577985cb","kind":"commit","published_at":"2022-02-12T03:04:22.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3/manifests"},{"name":"v3.5.2","sha":"b2a7e51f9c426eadb7fa689be1a5d9b925dd2dc8","kind":"commit","published_at":"2022-02-04T13:46:48.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"7fffa2db306a9e20993843b769269260e299e820","kind":"commit","published_at":"2022-01-18T03:28:15.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"c8aa123e312f6c26f250e586f9f59310f7d9a726","kind":"commit","published_at":"2021-12-13T05:37:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"e493182c19cb808b542a6dfd595cf02ff9f05c9e","kind":"commit","published_at":"2021-11-26T01:47:59.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"cc7f02265a62d700f681e11c80a6a60825a0fc18","kind":"commit","published_at":"2021-11-26T00:39:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0/manifests"},{"name":"v3.3.1","sha":"1f0759947f0102b7de57fb7b1a5b5a1e231e4cdb","kind":"commit","published_at":"2021-10-28T22:07:23.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"6bef64ab8f087f98baa4b190edec7d1d735aeef1","kind":"commit","published_at":"2021-10-24T19:16:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"48f48dc699731632215cab87df5567d771bb4270","kind":"commit","published_at":"2021-10-13T13:22:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d15e25ab596691c99064efe936a7dff9c71735b1","kind":"commit","published_at":"2021-08-21T02:38:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"6631aae11126496bc4a11f85bd111cc4ccb40261","kind":"commit","published_at":"2021-08-08T15:48:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ff32c04cfd500fae2b00607059ae0a79025bac52","kind":"commit","published_at":"2021-08-04T13:16:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0/manifests"},{"name":"v2.7.0","sha":"7dd9c10b04e8f9fd082631b5806727dadfeb5800","kind":"commit","published_at":"2020-12-08T16:42:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0/manifests"},{"name":"v2.7.0-rc5","sha":"ad369d945ee99bf8fddd76d957831774e754ca0b","kind":"commit","published_at":"2020-08-13T13:15:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc5","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5/manifests"},{"name":"v2.7.0-rc4","sha":"c35094e75813e8b7a6d1f5593b9d6e9244183a3f","kind":"commit","published_at":"2019-05-03T20:56:32.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc4","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4/manifests"},{"name":"v2.7.0-rc3","sha":"f6dca2b18aa26af4139ccf72443f0c5908d06fa0","kind":"commit","published_at":"2019-03-06T06:36:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc3","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3/manifests"},{"name":"v2.7.0-rc2","sha":"d42f235ac697725854ae50bc51cec0c494f24928","kind":"commit","published_at":"2019-03-06T05:31:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc2","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2/manifests"},{"name":"v2.7.0-rc1","sha":"f54a6e48b3e7c09dd43d4246e529f4088896a6ed","kind":"commit","published_at":"2019-03-05T20:58:05.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc1","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1/manifests"},{"name":"v2.6.0","sha":"e4b98955473e91a12fc7d8816c28d06376d1d92c","kind":"commit","published_at":"2019-03-05T20:27:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"9292c394c89c837d43f89c4920956b863dbd5a66","kind":"commit","published_at":"2019-03-04T19:21:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"7a98874933001af28951c83e958b1db750f39f8d","kind":"commit","published_at":"2018-11-26T20:50:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.5","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5807a91215fe2d8f937b29fb1d41792525e309ac","kind":"commit","published_at":"2018-11-26T17:27:56.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.4","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"b6d48228e93d51c63f4bf7035ab7a4a3a88c3428","kind":"commit","published_at":"2018-11-14T17:04:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.3","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"82b1074b4c3a6563fc67866c567b4013f7bbe29b","kind":"commit","published_at":"2018-11-13T20:14:00.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.2","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"da4711c369b1d325fc04897cd5f355ce0cb39fcc","kind":"commit","published_at":"2018-11-13T18:24:54.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"58aa6a8fce980d3a4dfd2f11b1951a2b4c8d8e57","kind":"commit","published_at":"2018-11-06T23:38:45.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"95600eb369b1f657efd54a401ab85d0647a1db80","kind":"commit","published_at":"2018-05-03T15:24:55.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"f0b1c6ff8abed229f55afe762a329f940c9965e1","kind":"commit","published_at":"2018-04-30T22:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"056a4d47dcc4d67fa3947a4f13945a5c690e568b","kind":"commit","published_at":"2017-07-07T14:39:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"a0e07f5e126b5c73e319912ac33121e5e06fc562","kind":"commit","published_at":"2017-06-21T15:46:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0/manifests"},{"name":"v1.0","sha":"f9980cee258976cd89b5edeaee57983104b9180f","kind":"commit","published_at":"2016-12-09T18:06:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v1.0","html_url":"https://github.com/pressly/goose/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0/manifests"},{"name":"v0.9","sha":"d6e8fe0292718c30342b3ed7f324dc21634b3bc6","kind":"commit","published_at":"2016-11-06T18:45:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v0.9","html_url":"https://github.com/pressly/goose/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9/manifests"}]},"repo_metadata_updated_at":"2025-10-08T04:53:27.922Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.12508196332783,"dependent_packages_count":6.677542443178676,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.901312203253253},"purl":"pkg:golang/gopkg.in/pressly/goose.v0","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/pressly/goose.v0","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/pressly/goose.v0","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/pressly/goose.v0/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-23T19:37:50.412Z","issues_count":198,"pull_requests_count":495,"avg_time_to_close_issue":12535865.127118643,"avg_time_to_close_pull_request":2897694.802325581,"issues_closed_count":118,"pull_requests_closed_count":430,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9797979797979798,"merged_pull_requests_count":234,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":51,"past_year_pull_requests_count":161,"past_year_avg_time_to_close_issue":908988.8181818182,"past_year_avg_time_to_close_pull_request":718611.1166666667,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":120,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":42,"past_year_avg_comments_per_issue":0.6274509803921569,"past_year_avg_comments_per_pull_request":0.7639751552795031,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":76,"past_year_merged_pull_requests_count":61,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":189,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":40,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v0/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v0/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v0/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v0/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v0/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fpressly%2Fgoose.v0/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","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":11825884,"name":"github.com/Pressly/goose","ecosystem":"go","description":"","homepage":"https://github.com/Pressly/goose","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Pressly/goose","keywords_array":[],"namespace":"github.com/Pressly","versions_count":18,"first_release_published_at":"2017-06-21T15:46:07.000Z","latest_release_published_at":"2020-12-08T16:42:14.000Z","latest_release_number":"v2.7.0+incompatible","last_synced_at":"2026-05-06T08:04:10.339Z","created_at":"2025-06-22T09:11:17.147Z","updated_at":"2026-05-06T08:04:10.340Z","registry_url":"https://pkg.go.dev/github.com/Pressly/goose","install_command":"go get github.com/Pressly/goose","documentation_url":"https://pkg.go.dev/github.com/Pressly/goose#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-10-04T00:03:23.000Z","size":11821,"stargazers_count":9236,"open_issues_count":105,"forks_count":600,"subscribers_count":60,"default_branch":"main","last_synced_at":"2025-10-07T05:06:08.157Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-10-06T23:46:39.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891746,"owners_count":26063855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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"},"tags":[{"name":"v3.26.0","sha":"3d1474de3049db2e1ba64a4fe724917292ae7790","kind":"tag","published_at":"2025-10-03T13:27:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.26.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.26.0/manifests"},{"name":"v3.25.0","sha":"35106f140bb2b5bc64297325c031d5a9e39740b9","kind":"tag","published_at":"2025-08-24T20:46:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.25.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0/manifests"},{"name":"v3.24.3","sha":"c6cc2e2bc678baea64691eeb82e3eaa9b83cab07","kind":"tag","published_at":"2025-05-07T01:26:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3/manifests"},{"name":"v3.24.2","sha":"b63ff992a7a7868ebee8b432bf463fa7db913f06","kind":"tag","published_at":"2025-03-28T02:05:41.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2/manifests"},{"name":"v3.24.1","sha":"dc90c17981fd7517ac960ab11a27f890a72a6171","kind":"tag","published_at":"2025-01-07T14:26:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1/manifests"},{"name":"v3.24.0","sha":"bfb35504f3dd6680b991145d438bd5583c763e53","kind":"tag","published_at":"2024-12-19T16:04:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0/manifests"},{"name":"v3.23.1","sha":"1a5b75505e97987990f5f9059fa232550739347c","kind":"tag","published_at":"2024-12-12T15:19:26.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1/manifests"},{"name":"v3.23.0","sha":"8d8822685ad87e53bfa8ca03e2baab479c4c823e","kind":"tag","published_at":"2024-11-21T14:27:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0/manifests"},{"name":"v3.22.1","sha":"d994786c18635067c4f9466fe2a8c3583d570557","kind":"tag","published_at":"2024-09-17T12:39:27.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1/manifests"},{"name":"v3.22.0","sha":"5193dcbfd4963b739254fc8f90bfbf9e69953236","kind":"tag","published_at":"2024-09-03T12:15:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0/manifests"},{"name":"v3.21.1","sha":"3ad137847a4c242f09e425a12c15c7c7961d4b0f","kind":"tag","published_at":"2024-06-19T14:10:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"7da8209abd973993f30d5016e74351bfe52e1ce9","kind":"tag","published_at":"2024-06-19T12:53:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"31de74d3268ad47629905899285c44bbe9c9e35b","kind":"tag","published_at":"2024-04-22T13:13:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.20.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0/manifests"},{"name":"v3.19.2","sha":"79be9afdcb4d7ad119edf02223491196d389a231","kind":"tag","published_at":"2024-03-13T13:39:47.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2/manifests"},{"name":"v3.19.1","sha":"9024628f7981ab9d83467875645edb99542db0bb","kind":"tag","published_at":"2024-03-11T14:21:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"5efbe40591f229b17b194612f07d9c6cf82d8ac5","kind":"tag","published_at":"2024-03-11T12:45:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"6f5c152c33b3bd435922d70fef631e6845739c8c","kind":"tag","published_at":"2024-01-31T14:31:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.18.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0/manifests"},{"name":"v3.17.0","sha":"87c45a36779ef9413ab6080f62e3c4112c919fa4","kind":"tag","published_at":"2023-12-16T04:55:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.17.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0/manifests"},{"name":"v3.16.0","sha":"bb5a1e5baca70215b9d09131925705e61d4c01ef","kind":"tag","published_at":"2023-11-12T17:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.16.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"091166a0b573e240700eecfd7a9c26b994effebb","kind":"tag","published_at":"2023-10-10T13:25:03.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6c1d92b9fad37d31c7207b6f33bea37c3e91a3a4","kind":"tag","published_at":"2023-08-13T03:23:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0/manifests"},{"name":"v3.14.0","sha":"da5f2bf25160154d094b5d072ffeee7fe1028dd5","kind":"tag","published_at":"2023-07-26T12:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.14.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0/manifests"},{"name":"v3.13.4","sha":"5864133d1734758ffc37d9c7e86a6759c471be59","kind":"tag","published_at":"2023-07-07T22:47:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.4","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4/manifests"},{"name":"v3.13.3","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:46:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3/manifests"},{"name":"v3.13.2","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:33:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2/manifests"},{"name":"v3.13.1","sha":"d34ca5cec9ab678b108646f20f9c6e1334cd187a","kind":"tag","published_at":"2023-07-03T12:55:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1/manifests"},{"name":"v3.13.0","sha":"26295ee173dfe8cb89d4daa8f96e3344a0bb09d9","kind":"tag","published_at":"2023-06-29T21:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0/manifests"},{"name":"v3.11.2","sha":"3717a9e3157aef55a3907d8af1283c91cb78a17a","kind":"commit","published_at":"2023-05-08T12:43:09.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a46581bbd3bd4053a35e9b42a0e21500b2e31ece","kind":"commit","published_at":"2023-05-08T12:27:39.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"ba6e5fb6f00f4ca35fea83963dc7e6622832d3f8","kind":"commit","published_at":"2023-05-02T14:37:16.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0/manifests"},{"name":"v3.10.0","sha":"935e8833e84713bc96a86c61c0312b9db11b6988","kind":"commit","published_at":"2023-03-10T03:46:53.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.10.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"32ad603fee14ce059e731171a0589847bdb55f08","kind":"commit","published_at":"2023-01-27T13:30:31.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.9.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0/manifests"},{"name":"v3.8.0","sha":"436452dc94fdb8288fe64c36cbc33c8b4136d0e7","kind":"commit","published_at":"2023-01-18T13:50:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.8.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0/manifests"},{"name":"v3.7.0","sha":"8abd890d06412e899314e96b23b91ed1350eeddd","kind":"commit","published_at":"2022-08-29T20:45:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"f3d569f61bc677350e34ae36f825ca103e526857","kind":"commit","published_at":"2022-06-23T01:36:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"1b45f3781e837aa877bdb7cf01898dddb048204d","kind":"commit","published_at":"2022-06-20T00:58:01.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0/manifests"},{"name":"v3.5.3","sha":"5f1f43cfb2ba11d901b1ea2f28c88bf2577985cb","kind":"commit","published_at":"2022-02-12T03:04:22.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3/manifests"},{"name":"v3.5.2","sha":"b2a7e51f9c426eadb7fa689be1a5d9b925dd2dc8","kind":"commit","published_at":"2022-02-04T13:46:48.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"7fffa2db306a9e20993843b769269260e299e820","kind":"commit","published_at":"2022-01-18T03:28:15.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"c8aa123e312f6c26f250e586f9f59310f7d9a726","kind":"commit","published_at":"2021-12-13T05:37:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"e493182c19cb808b542a6dfd595cf02ff9f05c9e","kind":"commit","published_at":"2021-11-26T01:47:59.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"cc7f02265a62d700f681e11c80a6a60825a0fc18","kind":"commit","published_at":"2021-11-26T00:39:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0/manifests"},{"name":"v3.3.1","sha":"1f0759947f0102b7de57fb7b1a5b5a1e231e4cdb","kind":"commit","published_at":"2021-10-28T22:07:23.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"6bef64ab8f087f98baa4b190edec7d1d735aeef1","kind":"commit","published_at":"2021-10-24T19:16:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"48f48dc699731632215cab87df5567d771bb4270","kind":"commit","published_at":"2021-10-13T13:22:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d15e25ab596691c99064efe936a7dff9c71735b1","kind":"commit","published_at":"2021-08-21T02:38:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"6631aae11126496bc4a11f85bd111cc4ccb40261","kind":"commit","published_at":"2021-08-08T15:48:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ff32c04cfd500fae2b00607059ae0a79025bac52","kind":"commit","published_at":"2021-08-04T13:16:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0/manifests"},{"name":"v2.7.0","sha":"7dd9c10b04e8f9fd082631b5806727dadfeb5800","kind":"commit","published_at":"2020-12-08T16:42:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0/manifests"},{"name":"v2.7.0-rc5","sha":"ad369d945ee99bf8fddd76d957831774e754ca0b","kind":"commit","published_at":"2020-08-13T13:15:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc5","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5/manifests"},{"name":"v2.7.0-rc4","sha":"c35094e75813e8b7a6d1f5593b9d6e9244183a3f","kind":"commit","published_at":"2019-05-03T20:56:32.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc4","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4/manifests"},{"name":"v2.7.0-rc3","sha":"f6dca2b18aa26af4139ccf72443f0c5908d06fa0","kind":"commit","published_at":"2019-03-06T06:36:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc3","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3/manifests"},{"name":"v2.7.0-rc2","sha":"d42f235ac697725854ae50bc51cec0c494f24928","kind":"commit","published_at":"2019-03-06T05:31:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc2","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2/manifests"},{"name":"v2.7.0-rc1","sha":"f54a6e48b3e7c09dd43d4246e529f4088896a6ed","kind":"commit","published_at":"2019-03-05T20:58:05.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc1","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1/manifests"},{"name":"v2.6.0","sha":"e4b98955473e91a12fc7d8816c28d06376d1d92c","kind":"commit","published_at":"2019-03-05T20:27:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"9292c394c89c837d43f89c4920956b863dbd5a66","kind":"commit","published_at":"2019-03-04T19:21:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"7a98874933001af28951c83e958b1db750f39f8d","kind":"commit","published_at":"2018-11-26T20:50:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.5","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5807a91215fe2d8f937b29fb1d41792525e309ac","kind":"commit","published_at":"2018-11-26T17:27:56.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.4","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"b6d48228e93d51c63f4bf7035ab7a4a3a88c3428","kind":"commit","published_at":"2018-11-14T17:04:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.3","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"82b1074b4c3a6563fc67866c567b4013f7bbe29b","kind":"commit","published_at":"2018-11-13T20:14:00.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.2","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"da4711c369b1d325fc04897cd5f355ce0cb39fcc","kind":"commit","published_at":"2018-11-13T18:24:54.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"58aa6a8fce980d3a4dfd2f11b1951a2b4c8d8e57","kind":"commit","published_at":"2018-11-06T23:38:45.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"95600eb369b1f657efd54a401ab85d0647a1db80","kind":"commit","published_at":"2018-05-03T15:24:55.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"f0b1c6ff8abed229f55afe762a329f940c9965e1","kind":"commit","published_at":"2018-04-30T22:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"056a4d47dcc4d67fa3947a4f13945a5c690e568b","kind":"commit","published_at":"2017-07-07T14:39:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"a0e07f5e126b5c73e319912ac33121e5e06fc562","kind":"commit","published_at":"2017-06-21T15:46:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0/manifests"},{"name":"v1.0","sha":"f9980cee258976cd89b5edeaee57983104b9180f","kind":"commit","published_at":"2016-12-09T18:06:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v1.0","html_url":"https://github.com/pressly/goose/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0/manifests"},{"name":"v0.9","sha":"d6e8fe0292718c30342b3ed7f324dc21634b3bc6","kind":"commit","published_at":"2016-11-06T18:45:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v0.9","html_url":"https://github.com/pressly/goose/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9/manifests"}]},"repo_metadata_updated_at":"2025-10-08T04:53:41.356Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.691220150883535,"dependent_packages_count":5.332959795051529,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.512089972967532},"purl":"pkg:golang/github.com/%21pressly/goose","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Pressly/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Pressly/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Pressly/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-28T22:53:18.931Z","issues_count":198,"pull_requests_count":496,"avg_time_to_close_issue":12467491.453781513,"avg_time_to_close_pull_request":2891171.6774941995,"issues_closed_count":119,"pull_requests_closed_count":431,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9778225806451613,"merged_pull_requests_count":235,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":50,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":1108952.6363636365,"past_year_avg_time_to_close_pull_request":715169.9495798319,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":119,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":0.64,"past_year_avg_comments_per_pull_request":0.75625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":74,"past_year_merged_pull_requests_count":62,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":190,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","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":4143504,"name":"goose","ecosystem":"homebrew","description":"Go Language's command-line interface for database migrations","homepage":"https://pressly.github.io/goose/","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":null,"versions_count":32,"first_release_published_at":"2022-04-12T16:45:36.120Z","latest_release_published_at":"2026-04-26T03:01:56.190Z","latest_release_number":"3.27.1","last_synced_at":"2026-05-06T08:04:42.224Z","created_at":"2022-04-12T16:45:36.109Z","updated_at":"2026-05-06T08:08:08.548Z","registry_url":"https://formulae.brew.sh/formula/goose","install_command":"brew install goose","documentation_url":null,"metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2026-04-24T21:14:46.000Z","size":11650,"stargazers_count":10597,"open_issues_count":124,"forks_count":647,"subscribers_count":62,"default_branch":"main","last_synced_at":"2026-04-30T05:03:27.678Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2026-04-30T01:21:06.000Z","dependencies_parsed_at":"2026-04-22T01:02:02.385Z","dependency_job_id":null,"html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32524565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-05-06T08:08:08.548Z","dependent_packages_count":0,"downloads":822,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":21.326883206634417,"dependent_repos_count":29.454042847270212,"dependent_packages_count":19.447131997235658,"stargazers_count":5.832757429163787,"forks_count":5.335176226675881,"docker_downloads_count":null,"average":16.27919834139599},"purl":"pkg:brew/goose","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/homebrew/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/homebrew/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/homebrew/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-04T07:01:31.997Z","issues_count":201,"pull_requests_count":519,"avg_time_to_close_issue":12363682.533333333,"avg_time_to_close_pull_request":2949163.391011236,"issues_closed_count":120,"pull_requests_closed_count":445,"pull_request_authors_count":95,"issue_authors_count":156,"avg_comments_per_issue":2.7611940298507465,"avg_comments_per_pull_request":0.9788053949903661,"merged_pull_requests_count":241,"bot_issues_count":0,"bot_pull_requests_count":199,"past_year_issues_count":17,"past_year_pull_requests_count":63,"past_year_avg_time_to_close_issue":947216.6,"past_year_avg_time_to_close_pull_request":556673.8529411765,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":34,"past_year_pull_request_authors_count":17,"past_year_issue_authors_count":13,"past_year_avg_comments_per_issue":1.1764705882352942,"past_year_avg_comments_per_pull_request":0.6031746031746031,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":30,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":191,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/goose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/goose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/goose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/goose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/goose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages/goose/codemeta","maintainers":[],"registry":{"name":"formulae.brew.sh","url":"https://formulae.brew.sh","ecosystem":"homebrew","default":true,"packages_count":9254,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"homebrew","metadata":{"funded_packages_count":882},"icon_url":"https://github.com/homebrew.png","created_at":"2022-04-12T16:38:29.467Z","updated_at":"2026-04-03T06:49:13.885Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/formulae.brew.sh/namespaces"}},{"id":13255461,"name":"goose","ecosystem":"nixpkgs","description":"Database migration tool which supports SQL migrations and Go functions","homepage":"https://pressly.github.io/goose/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T04:04:55.226Z","latest_release_published_at":"2026-02-02T04:04:55.226Z","latest_release_number":"3.15.0","last_synced_at":"2026-04-15T17:01:33.196Z","created_at":"2026-02-02T04:04:54.672Z","updated_at":"2026-04-15T17:01:33.197Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=goose","install_command":"nix-env -iA nixpkgs.goose","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools/misc/goose/default.nix#L42","metadata":{"nix_attribute":"goose-3.15.0","position":"pkgs/tools/misc/goose/default.nix:42","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/goose?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/goose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/goose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/goose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/goose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/goose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/goose/codemeta","maintainers":[{"uuid":"yu-re-ka","login":null,"name":"Yureka","email":"yuka@yuka.dev","url":"https://github.com/yu-re-ka","packages_count":69,"html_url":null,"role":null,"created_at":"2026-03-04T11:41:45.755Z","updated_at":"2026-03-04T11:41:45.755Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/yu-re-ka/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":189},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-04-03T06:23:37.723Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}},{"id":12743416,"name":"goose","ecosystem":"nixpkgs","description":"Database migration tool which supports SQL migrations and Go functions","homepage":"https://pressly.github.io/goose/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T03:42:26.973Z","latest_release_published_at":"2026-01-26T03:42:26.973Z","latest_release_number":"3.11.2","last_synced_at":"2026-03-26T23:17:34.505Z","created_at":"2026-01-26T03:42:26.817Z","updated_at":"2026-03-26T23:17:34.505Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=goose","install_command":"nix-env -iA nixpkgs.goose","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/tools/misc/goose/default.nix#L42","metadata":{"nix_attribute":"goose-3.11.2","position":"pkgs/tools/misc/goose/default.nix:42","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/goose?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/goose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/goose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/goose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/goose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/goose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/goose/codemeta","maintainers":[{"uuid":"yu-re-ka","login":null,"name":"Yureka","email":"yuka@yuka.dev","url":"https://github.com/yu-re-ka","packages_count":33,"html_url":null,"role":null,"created_at":"2026-02-26T22:11:58.809Z","updated_at":"2026-02-26T22:11:58.809Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/yu-re-ka/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":0,"github":"NixOS","metadata":{"funded_packages_count":151},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-04-03T06:21:54.798Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":13154219,"name":"goose","ecosystem":"nixpkgs","description":"Database migration tool which supports SQL migrations and Go functions","homepage":"https://pressly.github.io/goose/","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T21:56:33.557Z","latest_release_published_at":"2026-02-01T21:56:33.557Z","latest_release_number":"3.20.0","last_synced_at":"2026-03-08T16:10:04.413Z","created_at":"2026-02-01T21:56:25.787Z","updated_at":"2026-03-08T16:33:27.966Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=goose","install_command":"nix-env -iA nixpkgs.goose","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/tools/misc/goose/default.nix#L47","metadata":{"nix_attribute":"goose-3.20.0","position":"pkgs/tools/misc/goose/default.nix:47","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:nix/goose?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/goose","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/goose","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/goose/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/goose/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/goose/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/goose/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/goose/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/goose/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/goose/codemeta","maintainers":[],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":252},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-05-29T05:10:13.988Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":11883605,"name":"github.com/Pressly/goose/v3","ecosystem":"go","description":null,"homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/Pressly/goose","keywords_array":[],"namespace":null,"versions_count":50,"first_release_published_at":"2021-08-04T13:16:42.000Z","latest_release_published_at":"2026-04-24T21:12:27.000Z","latest_release_number":"v3.27.1","last_synced_at":"2026-05-06T08:04:08.005Z","created_at":"2025-07-06T12:03:24.708Z","updated_at":"2026-05-06T08:04:08.005Z","registry_url":"https://pkg.go.dev/github.com/Pressly/goose/v3","install_command":"go get github.com/Pressly/goose/v3","documentation_url":"https://pkg.go.dev/github.com/Pressly/goose/v3#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-10-04T00:03:23.000Z","size":11821,"stargazers_count":9236,"open_issues_count":105,"forks_count":600,"subscribers_count":60,"default_branch":"main","last_synced_at":"2025-10-07T05:06:08.157Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-10-06T23:46:39.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278891746,"owners_count":26063855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"tags":[{"name":"v3.26.0","sha":"3d1474de3049db2e1ba64a4fe724917292ae7790","kind":"tag","published_at":"2025-10-03T13:27:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.26.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.26.0/manifests"},{"name":"v3.25.0","sha":"35106f140bb2b5bc64297325c031d5a9e39740b9","kind":"tag","published_at":"2025-08-24T20:46:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.25.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0/manifests"},{"name":"v3.24.3","sha":"c6cc2e2bc678baea64691eeb82e3eaa9b83cab07","kind":"tag","published_at":"2025-05-07T01:26:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3/manifests"},{"name":"v3.24.2","sha":"b63ff992a7a7868ebee8b432bf463fa7db913f06","kind":"tag","published_at":"2025-03-28T02:05:41.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2/manifests"},{"name":"v3.24.1","sha":"dc90c17981fd7517ac960ab11a27f890a72a6171","kind":"tag","published_at":"2025-01-07T14:26:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1/manifests"},{"name":"v3.24.0","sha":"bfb35504f3dd6680b991145d438bd5583c763e53","kind":"tag","published_at":"2024-12-19T16:04:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0/manifests"},{"name":"v3.23.1","sha":"1a5b75505e97987990f5f9059fa232550739347c","kind":"tag","published_at":"2024-12-12T15:19:26.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1/manifests"},{"name":"v3.23.0","sha":"8d8822685ad87e53bfa8ca03e2baab479c4c823e","kind":"tag","published_at":"2024-11-21T14:27:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0/manifests"},{"name":"v3.22.1","sha":"d994786c18635067c4f9466fe2a8c3583d570557","kind":"tag","published_at":"2024-09-17T12:39:27.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1/manifests"},{"name":"v3.22.0","sha":"5193dcbfd4963b739254fc8f90bfbf9e69953236","kind":"tag","published_at":"2024-09-03T12:15:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0/manifests"},{"name":"v3.21.1","sha":"3ad137847a4c242f09e425a12c15c7c7961d4b0f","kind":"tag","published_at":"2024-06-19T14:10:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"7da8209abd973993f30d5016e74351bfe52e1ce9","kind":"tag","published_at":"2024-06-19T12:53:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"31de74d3268ad47629905899285c44bbe9c9e35b","kind":"tag","published_at":"2024-04-22T13:13:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.20.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0/manifests"},{"name":"v3.19.2","sha":"79be9afdcb4d7ad119edf02223491196d389a231","kind":"tag","published_at":"2024-03-13T13:39:47.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2/manifests"},{"name":"v3.19.1","sha":"9024628f7981ab9d83467875645edb99542db0bb","kind":"tag","published_at":"2024-03-11T14:21:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"5efbe40591f229b17b194612f07d9c6cf82d8ac5","kind":"tag","published_at":"2024-03-11T12:45:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"6f5c152c33b3bd435922d70fef631e6845739c8c","kind":"tag","published_at":"2024-01-31T14:31:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.18.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0/manifests"},{"name":"v3.17.0","sha":"87c45a36779ef9413ab6080f62e3c4112c919fa4","kind":"tag","published_at":"2023-12-16T04:55:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.17.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0/manifests"},{"name":"v3.16.0","sha":"bb5a1e5baca70215b9d09131925705e61d4c01ef","kind":"tag","published_at":"2023-11-12T17:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.16.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"091166a0b573e240700eecfd7a9c26b994effebb","kind":"tag","published_at":"2023-10-10T13:25:03.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6c1d92b9fad37d31c7207b6f33bea37c3e91a3a4","kind":"tag","published_at":"2023-08-13T03:23:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0/manifests"},{"name":"v3.14.0","sha":"da5f2bf25160154d094b5d072ffeee7fe1028dd5","kind":"tag","published_at":"2023-07-26T12:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.14.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0/manifests"},{"name":"v3.13.4","sha":"5864133d1734758ffc37d9c7e86a6759c471be59","kind":"tag","published_at":"2023-07-07T22:47:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.4","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4/manifests"},{"name":"v3.13.3","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:46:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3/manifests"},{"name":"v3.13.2","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:33:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2/manifests"},{"name":"v3.13.1","sha":"d34ca5cec9ab678b108646f20f9c6e1334cd187a","kind":"tag","published_at":"2023-07-03T12:55:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1/manifests"},{"name":"v3.13.0","sha":"26295ee173dfe8cb89d4daa8f96e3344a0bb09d9","kind":"tag","published_at":"2023-06-29T21:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0/manifests"},{"name":"v3.11.2","sha":"3717a9e3157aef55a3907d8af1283c91cb78a17a","kind":"commit","published_at":"2023-05-08T12:43:09.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a46581bbd3bd4053a35e9b42a0e21500b2e31ece","kind":"commit","published_at":"2023-05-08T12:27:39.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"ba6e5fb6f00f4ca35fea83963dc7e6622832d3f8","kind":"commit","published_at":"2023-05-02T14:37:16.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0/manifests"},{"name":"v3.10.0","sha":"935e8833e84713bc96a86c61c0312b9db11b6988","kind":"commit","published_at":"2023-03-10T03:46:53.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.10.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"32ad603fee14ce059e731171a0589847bdb55f08","kind":"commit","published_at":"2023-01-27T13:30:31.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.9.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0/manifests"},{"name":"v3.8.0","sha":"436452dc94fdb8288fe64c36cbc33c8b4136d0e7","kind":"commit","published_at":"2023-01-18T13:50:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.8.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0/manifests"},{"name":"v3.7.0","sha":"8abd890d06412e899314e96b23b91ed1350eeddd","kind":"commit","published_at":"2022-08-29T20:45:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"f3d569f61bc677350e34ae36f825ca103e526857","kind":"commit","published_at":"2022-06-23T01:36:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"1b45f3781e837aa877bdb7cf01898dddb048204d","kind":"commit","published_at":"2022-06-20T00:58:01.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0/manifests"},{"name":"v3.5.3","sha":"5f1f43cfb2ba11d901b1ea2f28c88bf2577985cb","kind":"commit","published_at":"2022-02-12T03:04:22.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3/manifests"},{"name":"v3.5.2","sha":"b2a7e51f9c426eadb7fa689be1a5d9b925dd2dc8","kind":"commit","published_at":"2022-02-04T13:46:48.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"7fffa2db306a9e20993843b769269260e299e820","kind":"commit","published_at":"2022-01-18T03:28:15.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"c8aa123e312f6c26f250e586f9f59310f7d9a726","kind":"commit","published_at":"2021-12-13T05:37:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"e493182c19cb808b542a6dfd595cf02ff9f05c9e","kind":"commit","published_at":"2021-11-26T01:47:59.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"cc7f02265a62d700f681e11c80a6a60825a0fc18","kind":"commit","published_at":"2021-11-26T00:39:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0/manifests"},{"name":"v3.3.1","sha":"1f0759947f0102b7de57fb7b1a5b5a1e231e4cdb","kind":"commit","published_at":"2021-10-28T22:07:23.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"6bef64ab8f087f98baa4b190edec7d1d735aeef1","kind":"commit","published_at":"2021-10-24T19:16:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"48f48dc699731632215cab87df5567d771bb4270","kind":"commit","published_at":"2021-10-13T13:22:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d15e25ab596691c99064efe936a7dff9c71735b1","kind":"commit","published_at":"2021-08-21T02:38:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"6631aae11126496bc4a11f85bd111cc4ccb40261","kind":"commit","published_at":"2021-08-08T15:48:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ff32c04cfd500fae2b00607059ae0a79025bac52","kind":"commit","published_at":"2021-08-04T13:16:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0/manifests"},{"name":"v2.7.0","sha":"7dd9c10b04e8f9fd082631b5806727dadfeb5800","kind":"commit","published_at":"2020-12-08T16:42:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0/manifests"},{"name":"v2.7.0-rc5","sha":"ad369d945ee99bf8fddd76d957831774e754ca0b","kind":"commit","published_at":"2020-08-13T13:15:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc5","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5/manifests"},{"name":"v2.7.0-rc4","sha":"c35094e75813e8b7a6d1f5593b9d6e9244183a3f","kind":"commit","published_at":"2019-05-03T20:56:32.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc4","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4/manifests"},{"name":"v2.7.0-rc3","sha":"f6dca2b18aa26af4139ccf72443f0c5908d06fa0","kind":"commit","published_at":"2019-03-06T06:36:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc3","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3/manifests"},{"name":"v2.7.0-rc2","sha":"d42f235ac697725854ae50bc51cec0c494f24928","kind":"commit","published_at":"2019-03-06T05:31:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc2","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2/manifests"},{"name":"v2.7.0-rc1","sha":"f54a6e48b3e7c09dd43d4246e529f4088896a6ed","kind":"commit","published_at":"2019-03-05T20:58:05.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc1","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1/manifests"},{"name":"v2.6.0","sha":"e4b98955473e91a12fc7d8816c28d06376d1d92c","kind":"commit","published_at":"2019-03-05T20:27:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"9292c394c89c837d43f89c4920956b863dbd5a66","kind":"commit","published_at":"2019-03-04T19:21:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"7a98874933001af28951c83e958b1db750f39f8d","kind":"commit","published_at":"2018-11-26T20:50:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.5","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5807a91215fe2d8f937b29fb1d41792525e309ac","kind":"commit","published_at":"2018-11-26T17:27:56.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.4","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"b6d48228e93d51c63f4bf7035ab7a4a3a88c3428","kind":"commit","published_at":"2018-11-14T17:04:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.3","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"82b1074b4c3a6563fc67866c567b4013f7bbe29b","kind":"commit","published_at":"2018-11-13T20:14:00.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.2","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"da4711c369b1d325fc04897cd5f355ce0cb39fcc","kind":"commit","published_at":"2018-11-13T18:24:54.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"58aa6a8fce980d3a4dfd2f11b1951a2b4c8d8e57","kind":"commit","published_at":"2018-11-06T23:38:45.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"95600eb369b1f657efd54a401ab85d0647a1db80","kind":"commit","published_at":"2018-05-03T15:24:55.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"f0b1c6ff8abed229f55afe762a329f940c9965e1","kind":"commit","published_at":"2018-04-30T22:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"056a4d47dcc4d67fa3947a4f13945a5c690e568b","kind":"commit","published_at":"2017-07-07T14:39:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"a0e07f5e126b5c73e319912ac33121e5e06fc562","kind":"commit","published_at":"2017-06-21T15:46:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0/manifests"},{"name":"v1.0","sha":"f9980cee258976cd89b5edeaee57983104b9180f","kind":"commit","published_at":"2016-12-09T18:06:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v1.0","html_url":"https://github.com/pressly/goose/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0/manifests"},{"name":"v0.9","sha":"d6e8fe0292718c30342b3ed7f324dc21634b3bc6","kind":"commit","published_at":"2016-11-06T18:45:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v0.9","html_url":"https://github.com/pressly/goose/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9/manifests"}]},"repo_metadata_updated_at":"2025-10-08T04:54:02.082Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.661317511042698,"dependent_packages_count":5.304834945121135,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.4830762280819165},"purl":"pkg:golang/github.com/%21pressly/goose/v3","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Pressly/goose/v3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Pressly/goose/v3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Pressly/goose/v3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-28T22:53:18.931Z","issues_count":198,"pull_requests_count":496,"avg_time_to_close_issue":12467491.453781513,"avg_time_to_close_pull_request":2891171.6774941995,"issues_closed_count":119,"pull_requests_closed_count":431,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9778225806451613,"merged_pull_requests_count":235,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":50,"past_year_pull_requests_count":160,"past_year_avg_time_to_close_issue":1108952.6363636365,"past_year_avg_time_to_close_pull_request":715169.9495798319,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":119,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":41,"past_year_avg_comments_per_issue":0.64,"past_year_avg_comments_per_pull_request":0.75625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":74,"past_year_merged_pull_requests_count":62,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":190,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":41,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose%2Fv3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose%2Fv3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose%2Fv3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose%2Fv3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose%2Fv3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FPressly%2Fgoose%2Fv3/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","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":8195755,"name":"github.com/pressly/goose/v4","ecosystem":"go","description":"Package goose contains the primitives for managing database migrations.\n\nFor more information about the goose package or cli see\n\nand other reference material and blog posts on that site.","homepage":"https://github.com/pressly/goose","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/pressly/goose","keywords_array":[],"namespace":"github.com/pressly/goose","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-05-04T07:03:26.918Z","latest_release_number":null,"last_synced_at":"2026-05-06T08:04:04.881Z","created_at":"2023-09-05T02:29:21.694Z","updated_at":"2026-05-06T08:04:04.881Z","registry_url":"https://pkg.go.dev/github.com/pressly/goose/v4","install_command":"go get github.com/pressly/goose/v4","documentation_url":"https://pkg.go.dev/github.com/pressly/goose/v4#section-documentation","metadata":{},"repo_metadata":{"id":37285205,"uuid":"52555254","full_name":"pressly/goose","owner":"pressly","description":"A database migration tool. Supports SQL migrations and Go functions. ","archived":false,"fork":false,"pushed_at":"2025-09-27T00:01:24.000Z","size":11807,"stargazers_count":9191,"open_issues_count":105,"forks_count":600,"subscribers_count":61,"default_branch":"main","last_synced_at":"2025-09-27T02:19:19.031Z","etag":null,"topics":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"latest_commit_sha":null,"homepage":"http://pressly.github.io/goose/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pressly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-02-25T20:39:37.000Z","updated_at":"2025-09-26T22:14:22.000Z","dependencies_parsed_at":"2023-11-07T14:42:49.863Z","dependency_job_id":"93b08be9-52b7-487d-8095-6d4521b693ec","html_url":"https://github.com/pressly/goose","commit_stats":{"total_commits":655,"total_committers":125,"mean_commits":5.24,"dds":0.6885496183206107,"last_synced_commit":"483081e10eaf80c1566e3a983f28c156293fcf0d"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"purl":"pkg:github/pressly/goose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","download_url":"https://codeload.github.com/pressly/goose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/sbom","scorecard":{"id":744669,"data":{"date":"2025-08-11","repo":{"name":"github.com/pressly/goose","commit":"bdac41fec4b9bd9b6afae2e65ff7d783ba4d7f77"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yaml:1","Warn: no topLevel permission defined: .github/workflows/integration.yaml:1","Warn: no topLevel permission defined: .github/workflows/lint.yaml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yaml:7","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":"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":"Code-Review","score":3,"reason":"Found 8/25 approved changesets -- score normalized to 3","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":"7 commit(s) and 11 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":"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/ci.yaml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yaml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/ci.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/integration.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yaml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yaml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/lint.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yaml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yaml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/pressly/goose/release.yaml/main?enable=pin","Warn: goCommand not pinned by hash: .github/workflows/ci.yaml:41","Warn: goCommand not pinned by hash: .github/workflows/integration.yaml:28","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 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":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.24.3 not signed: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 not signed: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 not signed: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 not signed: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 not signed: https://api.github.com/repos/pressly/goose/releases/190459763","Warn: release artifact v3.24.3 does not have provenance: https://api.github.com/repos/pressly/goose/releases/216902726","Warn: release artifact v3.24.2 does not have provenance: https://api.github.com/repos/pressly/goose/releases/208837699","Warn: release artifact v3.24.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/193508590","Warn: release artifact v3.24.0 does not have provenance: https://api.github.com/repos/pressly/goose/releases/191696917","Warn: release artifact v3.23.1 does not have provenance: https://api.github.com/repos/pressly/goose/releases/190459763"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci.yaml:14"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"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"}}]},"last_synced_at":"2025-08-22T18:23:08.680Z","repository_id":37285205,"created_at":"2025-08-22T18:23:08.680Z","updated_at":"2025-08-22T18:23:08.680Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277240005,"owners_count":25785111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"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":"pressly","name":"Pressly Inc.","uuid":"18835","kind":"organization","description":"","email":null,"website":"https://www.pressly.com","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18835?v=4","repositories_count":32,"last_synced_at":"2024-04-28T02:52:41.067Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/pressly","funding_links":[],"total_stars":8865,"followers":30,"following":0,"created_at":"2022-11-02T21:03:23.887Z","updated_at":"2024-04-28T02:52:48.396Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pressly/repositories"},"tags":[{"name":"v3.25.0","sha":"35106f140bb2b5bc64297325c031d5a9e39740b9","kind":"tag","published_at":"2025-08-24T20:46:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.25.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.25.0/manifests"},{"name":"v3.24.3","sha":"c6cc2e2bc678baea64691eeb82e3eaa9b83cab07","kind":"tag","published_at":"2025-05-07T01:26:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.3/manifests"},{"name":"v3.24.2","sha":"b63ff992a7a7868ebee8b432bf463fa7db913f06","kind":"tag","published_at":"2025-03-28T02:05:41.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.2/manifests"},{"name":"v3.24.1","sha":"dc90c17981fd7517ac960ab11a27f890a72a6171","kind":"tag","published_at":"2025-01-07T14:26:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.1/manifests"},{"name":"v3.24.0","sha":"bfb35504f3dd6680b991145d438bd5583c763e53","kind":"tag","published_at":"2024-12-19T16:04:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.24.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.24.0/manifests"},{"name":"v3.23.1","sha":"1a5b75505e97987990f5f9059fa232550739347c","kind":"tag","published_at":"2024-12-12T15:19:26.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.1/manifests"},{"name":"v3.23.0","sha":"8d8822685ad87e53bfa8ca03e2baab479c4c823e","kind":"tag","published_at":"2024-11-21T14:27:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.23.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.23.0/manifests"},{"name":"v3.22.1","sha":"d994786c18635067c4f9466fe2a8c3583d570557","kind":"tag","published_at":"2024-09-17T12:39:27.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.1/manifests"},{"name":"v3.22.0","sha":"5193dcbfd4963b739254fc8f90bfbf9e69953236","kind":"tag","published_at":"2024-09-03T12:15:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.22.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.22.0/manifests"},{"name":"v3.21.1","sha":"3ad137847a4c242f09e425a12c15c7c7961d4b0f","kind":"tag","published_at":"2024-06-19T14:10:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.1/manifests"},{"name":"v3.21.0","sha":"7da8209abd973993f30d5016e74351bfe52e1ce9","kind":"tag","published_at":"2024-06-19T12:53:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.21.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.21.0/manifests"},{"name":"v3.20.0","sha":"31de74d3268ad47629905899285c44bbe9c9e35b","kind":"tag","published_at":"2024-04-22T13:13:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.20.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.20.0/manifests"},{"name":"v3.19.2","sha":"79be9afdcb4d7ad119edf02223491196d389a231","kind":"tag","published_at":"2024-03-13T13:39:47.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.2/manifests"},{"name":"v3.19.1","sha":"9024628f7981ab9d83467875645edb99542db0bb","kind":"tag","published_at":"2024-03-11T14:21:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.1/manifests"},{"name":"v3.19.0","sha":"5efbe40591f229b17b194612f07d9c6cf82d8ac5","kind":"tag","published_at":"2024-03-11T12:45:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.19.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.19.0/manifests"},{"name":"v3.18.0","sha":"6f5c152c33b3bd435922d70fef631e6845739c8c","kind":"tag","published_at":"2024-01-31T14:31:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.18.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.18.0/manifests"},{"name":"v3.17.0","sha":"87c45a36779ef9413ab6080f62e3c4112c919fa4","kind":"tag","published_at":"2023-12-16T04:55:38.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.17.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.17.0/manifests"},{"name":"v3.16.0","sha":"bb5a1e5baca70215b9d09131925705e61d4c01ef","kind":"tag","published_at":"2023-11-12T17:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.16.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.16.0/manifests"},{"name":"v3.15.1","sha":"091166a0b573e240700eecfd7a9c26b994effebb","kind":"tag","published_at":"2023-10-10T13:25:03.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.1/manifests"},{"name":"v3.15.0","sha":"6c1d92b9fad37d31c7207b6f33bea37c3e91a3a4","kind":"tag","published_at":"2023-08-13T03:23:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.15.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.15.0/manifests"},{"name":"v3.14.0","sha":"da5f2bf25160154d094b5d072ffeee7fe1028dd5","kind":"tag","published_at":"2023-07-26T12:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.14.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.14.0/manifests"},{"name":"v3.13.4","sha":"5864133d1734758ffc37d9c7e86a6759c471be59","kind":"tag","published_at":"2023-07-07T22:47:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.4","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.4/manifests"},{"name":"v3.13.3","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:46:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.3/manifests"},{"name":"v3.13.2","sha":"8bdf173f36955b23f231ea6480f561f373298322","kind":"tag","published_at":"2023-07-07T22:33:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.2/manifests"},{"name":"v3.13.1","sha":"d34ca5cec9ab678b108646f20f9c6e1334cd187a","kind":"tag","published_at":"2023-07-03T12:55:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.1/manifests"},{"name":"v3.13.0","sha":"26295ee173dfe8cb89d4daa8f96e3344a0bb09d9","kind":"tag","published_at":"2023-06-29T21:57:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.13.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.13.0/manifests"},{"name":"v3.11.2","sha":"3717a9e3157aef55a3907d8af1283c91cb78a17a","kind":"commit","published_at":"2023-05-08T12:43:09.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.2/manifests"},{"name":"v3.11.1","sha":"a46581bbd3bd4053a35e9b42a0e21500b2e31ece","kind":"commit","published_at":"2023-05-08T12:27:39.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.1/manifests"},{"name":"v3.11.0","sha":"ba6e5fb6f00f4ca35fea83963dc7e6622832d3f8","kind":"commit","published_at":"2023-05-02T14:37:16.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.11.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.11.0/manifests"},{"name":"v3.10.0","sha":"935e8833e84713bc96a86c61c0312b9db11b6988","kind":"commit","published_at":"2023-03-10T03:46:53.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.10.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.10.0/manifests"},{"name":"v3.9.0","sha":"32ad603fee14ce059e731171a0589847bdb55f08","kind":"commit","published_at":"2023-01-27T13:30:31.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.9.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.9.0/manifests"},{"name":"v3.8.0","sha":"436452dc94fdb8288fe64c36cbc33c8b4136d0e7","kind":"commit","published_at":"2023-01-18T13:50:29.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.8.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.8.0/manifests"},{"name":"v3.7.0","sha":"8abd890d06412e899314e96b23b91ed1350eeddd","kind":"commit","published_at":"2022-08-29T20:45:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.7.0/manifests"},{"name":"v3.6.1","sha":"f3d569f61bc677350e34ae36f825ca103e526857","kind":"commit","published_at":"2022-06-23T01:36:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.1/manifests"},{"name":"v3.6.0","sha":"1b45f3781e837aa877bdb7cf01898dddb048204d","kind":"commit","published_at":"2022-06-20T00:58:01.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.6.0/manifests"},{"name":"v3.5.3","sha":"5f1f43cfb2ba11d901b1ea2f28c88bf2577985cb","kind":"commit","published_at":"2022-02-12T03:04:22.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.3","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.3/manifests"},{"name":"v3.5.2","sha":"b2a7e51f9c426eadb7fa689be1a5d9b925dd2dc8","kind":"commit","published_at":"2022-02-04T13:46:48.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.2","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.2/manifests"},{"name":"v3.5.1","sha":"7fffa2db306a9e20993843b769269260e299e820","kind":"commit","published_at":"2022-01-18T03:28:15.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.1/manifests"},{"name":"v3.5.0","sha":"c8aa123e312f6c26f250e586f9f59310f7d9a726","kind":"commit","published_at":"2021-12-13T05:37:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.5.0/manifests"},{"name":"v3.4.1","sha":"e493182c19cb808b542a6dfd595cf02ff9f05c9e","kind":"commit","published_at":"2021-11-26T01:47:59.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"cc7f02265a62d700f681e11c80a6a60825a0fc18","kind":"commit","published_at":"2021-11-26T00:39:36.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.4.0/manifests"},{"name":"v3.3.1","sha":"1f0759947f0102b7de57fb7b1a5b5a1e231e4cdb","kind":"commit","published_at":"2021-10-28T22:07:23.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"6bef64ab8f087f98baa4b190edec7d1d735aeef1","kind":"commit","published_at":"2021-10-24T19:16:17.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.3.0/manifests"},{"name":"v3.2.0","sha":"48f48dc699731632215cab87df5567d771bb4270","kind":"commit","published_at":"2021-10-13T13:22:43.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"d15e25ab596691c99064efe936a7dff9c71735b1","kind":"commit","published_at":"2021-08-21T02:38:49.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"6631aae11126496bc4a11f85bd111cc4ccb40261","kind":"commit","published_at":"2021-08-08T15:48:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.1","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"ff32c04cfd500fae2b00607059ae0a79025bac52","kind":"commit","published_at":"2021-08-04T13:16:42.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v3.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v3.0.0/manifests"},{"name":"v2.7.0","sha":"7dd9c10b04e8f9fd082631b5806727dadfeb5800","kind":"commit","published_at":"2020-12-08T16:42:14.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0/manifests"},{"name":"v2.7.0-rc5","sha":"ad369d945ee99bf8fddd76d957831774e754ca0b","kind":"commit","published_at":"2020-08-13T13:15:02.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc5","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc5/manifests"},{"name":"v2.7.0-rc4","sha":"c35094e75813e8b7a6d1f5593b9d6e9244183a3f","kind":"commit","published_at":"2019-05-03T20:56:32.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc4","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc4/manifests"},{"name":"v2.7.0-rc3","sha":"f6dca2b18aa26af4139ccf72443f0c5908d06fa0","kind":"commit","published_at":"2019-03-06T06:36:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc3","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc3/manifests"},{"name":"v2.7.0-rc2","sha":"d42f235ac697725854ae50bc51cec0c494f24928","kind":"commit","published_at":"2019-03-06T05:31:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc2","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc2/manifests"},{"name":"v2.7.0-rc1","sha":"f54a6e48b3e7c09dd43d4246e529f4088896a6ed","kind":"commit","published_at":"2019-03-05T20:58:05.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.7.0-rc1","html_url":"https://github.com/pressly/goose/releases/tag/v2.7.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.7.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.7.0-rc1/manifests"},{"name":"v2.6.0","sha":"e4b98955473e91a12fc7d8816c28d06376d1d92c","kind":"commit","published_at":"2019-03-05T20:27:58.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.6.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.6.0/manifests"},{"name":"v2.5.0","sha":"9292c394c89c837d43f89c4920956b863dbd5a66","kind":"commit","published_at":"2019-03-04T19:21:11.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.5.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"7a98874933001af28951c83e958b1db750f39f8d","kind":"commit","published_at":"2018-11-26T20:50:25.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.5","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5807a91215fe2d8f937b29fb1d41792525e309ac","kind":"commit","published_at":"2018-11-26T17:27:56.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.4","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"b6d48228e93d51c63f4bf7035ab7a4a3a88c3428","kind":"commit","published_at":"2018-11-14T17:04:12.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.3","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"82b1074b4c3a6563fc67866c567b4013f7bbe29b","kind":"commit","published_at":"2018-11-13T20:14:00.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.2","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.2/manifests"},{"name":"v2.4.1","sha":"da4711c369b1d325fc04897cd5f355ce0cb39fcc","kind":"commit","published_at":"2018-11-13T18:24:54.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.1","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"58aa6a8fce980d3a4dfd2f11b1951a2b4c8d8e57","kind":"commit","published_at":"2018-11-06T23:38:45.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.4.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"95600eb369b1f657efd54a401ab85d0647a1db80","kind":"commit","published_at":"2018-05-03T15:24:55.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.3.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"f0b1c6ff8abed229f55afe762a329f940c9965e1","kind":"commit","published_at":"2018-04-30T22:32:18.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.2.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"056a4d47dcc4d67fa3947a4f13945a5c690e568b","kind":"commit","published_at":"2017-07-07T14:39:44.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.1.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"a0e07f5e126b5c73e319912ac33121e5e06fc562","kind":"commit","published_at":"2017-06-21T15:46:07.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v2.0.0","html_url":"https://github.com/pressly/goose/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v2.0.0/manifests"},{"name":"v1.0","sha":"f9980cee258976cd89b5edeaee57983104b9180f","kind":"commit","published_at":"2016-12-09T18:06:30.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v1.0","html_url":"https://github.com/pressly/goose/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v1.0/manifests"},{"name":"v0.9","sha":"d6e8fe0292718c30342b3ed7f324dc21634b3bc6","kind":"commit","published_at":"2016-11-06T18:45:28.000Z","download_url":"https://codeload.github.com/pressly/goose/tar.gz/v0.9","html_url":"https://github.com/pressly/goose/releases/tag/v0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/pressly/goose@v0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/tags/v0.9/manifests"}]},"repo_metadata_updated_at":"2025-10-08T04:53:28.092Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.56745293061189,"dependent_packages_count":8.899321458400431,"stargazers_count":1.0129407539795219,"forks_count":1.354026213650532,"docker_downloads_count":null,"average":5.4584353391605935},"purl":"pkg:golang/github.com/pressly/goose/v4","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/pressly/goose/v4","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/pressly/goose/v4","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/pressly/goose/v4/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-23T19:37:50.412Z","issues_count":198,"pull_requests_count":495,"avg_time_to_close_issue":12535865.127118643,"avg_time_to_close_pull_request":2897694.802325581,"issues_closed_count":118,"pull_requests_closed_count":430,"pull_request_authors_count":88,"issue_authors_count":153,"avg_comments_per_issue":2.606060606060606,"avg_comments_per_pull_request":0.9797979797979798,"merged_pull_requests_count":234,"bot_issues_count":0,"bot_pull_requests_count":186,"past_year_issues_count":51,"past_year_pull_requests_count":161,"past_year_avg_time_to_close_issue":908988.8181818182,"past_year_avg_time_to_close_pull_request":718611.1166666667,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":120,"past_year_pull_request_authors_count":26,"past_year_issue_authors_count":42,"past_year_avg_comments_per_issue":0.6274509803921569,"past_year_avg_comments_per_pull_request":0.7639751552795031,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":76,"past_year_merged_pull_requests_count":61,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","maintainers":[{"login":"mfridman","count":189,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"},{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}],"active_maintainers":[{"login":"mfridman","count":40,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv4/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv4/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv4/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv4/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv4/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fpressly%2Fgoose%2Fv4/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2152556,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":8379,"full_name":"pressly/goose","default_branch":"main","total_commits":735,"total_committers":139,"total_bot_commits":50,"total_bot_committers":1,"mean_commits":5.287769784172662,"dds":0.6625850340136055,"past_year_total_commits":50,"past_year_total_committers":10,"past_year_total_bot_commits":14,"past_year_total_bot_committers":1,"past_year_mean_commits":5.0,"past_year_dds":0.43999999999999995,"last_synced_at":"2026-05-26T05:34:49.664Z","last_synced_commit":"d0bee40e1f7e5160a01401f7f5c7a6bf9132f73e","created_at":"2023-03-07T09:48:07.869Z","updated_at":"2026-05-26T05:33:14.565Z","committers":[{"name":"Michael Fridman","email":"mf192@icloud.com","login":"mfridman","count":248},{"name":"Liam Staskawicz","email":"lstask@gmail.com","login":"liamstask","count":108},{"name":"Vojtech Vitek","email":"vojtech.vitek@visioncritical.com","login":"VojtechVitek","count":94},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":50},{"name":"1vn","email":"ivan@ivanzhang.ca","login":"1vn","count":29},{"name":"Nicholas Duffy","email":"duffn@outlook.com","login":"duffn","count":10},{"name":"Josh Fyne","email":"josh.fyne@essencedigital.com","login":null,"count":8},{"name":"Songmu","email":"y.songmu@gmail.com","login":"Songmu","count":7},{"name":"Aleksei Maslov","email":"alex.maslov@bandlab.com","login":null,"count":6},{"name":"Abigail Walthall","email":"w@imagiprint.com","login":null,"count":6},{"name":"Maxim Krasilnikov","email":"mak.krasilnikov@gmail.com","login":"chapsuk","count":5},{"name":"Simon Wikstrand","email":"simon@sunstate.se","login":null,"count":5},{"name":"Tony","email":"tony@baudon.xyz","login":"tbaud0n","count":4},{"name":"Daniel Heath","email":"daniel.r.heath@gmail.com","login":"DanielHeath","count":4},{"name":"Josh Bleecher Snyder","email":"josharian@gmail.com","login":"josharian","count":4},{"name":"John K. Luebs","email":"jkluebs@luebsphoto.com","login":"jkl1337","count":3},{"name":"mmatczuk","email":"mmatczuk@gmail.com","login":"mmatczuk","count":3},{"name":"Oleksandr Muliar","email":"0init0@gmail.com","login":"msdinit","count":3},{"name":"Keiichi Hirobe","email":"chalenge.akane@gmail.com","login":"KeiichiHirobe","count":3},{"name":"Huy Nguyen","email":"hoanghuy2908@gmail.com","login":"huynguyenh","count":3},{"name":"Vianney Foucault","email":"vianney.foucault@gmail.com","login":"vfoucault","count":2},{"name":"Sukharev Maxim","email":"maxim.sukharev@lazada.com","login":"smacker","count":2},{"name":"Mario Kozjak","email":"kozjakm1@gmail.com","login":"mkozjak","count":2},{"name":"Nathan James Tindall","email":"ntindall@plaid.com","login":"ntindall","count":2},{"name":"Ori Shalom","email":"ori-shalom","login":"ori-shalom","count":2},{"name":"Sasha Melentyev","email":"sasha@melentyev.io","login":"sashamelentyev","count":2},{"name":"Luke Hutton","email":"lhutton@paybyphone.com","login":"lukehutton","count":2},{"name":"Karim Shakirov","email":"karimshakirov@gmail.com","login":"k2589","count":2},{"name":"Stas Lysikov","email":"stave.tx@gmail.com","login":"barloc","count":2},{"name":"Craig Pastro","email":"craig.pastro@pangea.cloud","login":"craigpangea","count":2},{"name":"Adam Pietrzycki","email":"adam@pietrzycki.com","login":"adampie","count":2},{"name":"Nathan Guerin","email":"nathan.guerin@goeuro.com","login":null,"count":2},{"name":"Max Chechel","email":"mc@gojuno.com","login":null,"count":2},{"name":"Chris Baynes","email":"binaryexp+github@gmail.com","login":"chris-baynes","count":1},{"name":"Damian Peckett","email":"damian@pecke.tt","login":"dpeckett","count":1},{"name":"Diego","email":"diego9889@gmail.com","login":"d6o","count":1},{"name":"Dmitrii Gridnev","email":"33265875+flymedllva","login":"flymedllva","count":1},{"name":"Edvard","email":"edvard@hubinette.me","login":"m0ar","count":1},{"name":"Egor Lyutov","email":"Lyutoved@gmail.com","login":"el4v","count":1},{"name":"Emmanuel Ferdman","email":"emmanuelferdman@gmail.com","login":"emmanuel-ferdman","count":1},{"name":"Eng Zer Jun","email":"engzerjun@gmail.com","login":"Juneezee","count":1},{"name":"Erik Westra","email":"e.s.westra.95@gmail.com","login":"webstradev","count":1},{"name":"Feng Ce","email":"kalelfc@gmail.com","login":"fcce","count":1},{"name":"Ffaen","email":"iam@ffaen.co.uk","login":"ffaen","count":1},{"name":"Floyd Jones","email":"43974214+floydjones1","login":"floydjones1","count":1},{"name":"Freek Wielstra","email":"fr.wielstra@gmail.com","login":"fwielstra","count":1},{"name":"G. Rossin","email":"gpl.rgp.pgl@gmail.com","login":"echoes341","count":1},{"name":"Gohryt","email":"38947781+Gohryt","login":"Gohryt","count":1},{"name":"Grey","email":"greybarkans@gmail.com","login":"greyscaled","count":1},{"name":"Gyepi Sam","email":"self@gyepi.com","login":"gyepisam","count":1},{"name":"Hany","email":"rudebono@gmail.com","login":"rudebono","count":1},{"name":"Woong Seok Kang","email":"woong@cloa.io","login":null,"count":1},{"name":"Tristan Fisher","email":"tristan@fubo.tv","login":null,"count":1},{"name":"Dongri Jin","email":"dongrify@gmail.com","login":null,"count":1},{"name":"Craig Pastro","email":"pastro.craig@gmail.com","login":null,"count":1},{"name":"Brendan Fosberry","email":"brendan@shopkeep.com","login":null,"count":1},{"name":"Aleksey Myasnikov","email":"asmyasnikov@ydb.tech","login":"asmyasnikov","count":1},{"name":"Alex Simes","email":"alex.simes29@gmail.com","login":"alex9311","count":1},{"name":"Amit Yadav","email":"154998+ayadav","login":"ayadav","count":1},{"name":"Anders Søe","email":"anso@lunar.app","login":"AndersSoee","count":1},{"name":"Andreas Deininger","email":"andreas@deininger.net","login":"deining","count":1},{"name":"Andrei Moiseev","email":"82235382+amoiseev","login":"amoiseev","count":1},{"name":"Arul","email":"arulrajnet","login":"arulrajnet","count":1},{"name":"Avinash Sajjanshetty","email":"640792+avinassh","login":"avinassh","count":1},{"name":"Benjamin Quinn","email":"bquinn1992@gmail.com","login":"Blquinn","count":1},{"name":"Bharani","email":"bharani91@gmail.com","login":"bharani91","count":1},{"name":"Bob Pace","email":"bobpace","login":"bobpace","count":1},{"name":"Bojan","email":"148884093+marjanovic-gitlab","login":"marjanovic-gitlab","count":1},{"name":"Brandon Chinn","email":"brandon@leapyear.io","login":"brandon-leapyear","count":1},{"name":"Viktor Alenkov","email":"BorzdeG","login":"BorzdeG","count":1},{"name":"Trevor Rosen","email":"trevor@catapult-creative.com","login":"trevrosen","count":1},{"name":"TomasBarry","email":"tomas.barry@hotmail.com","login":"TomasBarry","count":1},{"name":"Takahiro Ikeuchi","email":"takahiro.ikeuchi@gmail.com","login":"iktakahiro","count":1},{"name":"Systemnick","email":"3988290+Systemnick","login":"Systemnick","count":1},{"name":"Stephen Howell","email":"stephen@infinitecanvas.net","login":"linux2647","count":1},{"name":"Stephen Blackstone","email":"sblackstone@gmail.com","login":"sblackstone","count":1},{"name":"Stephen Afam-Osemene","email":"me@stephenafamo.com","login":"stephenafamo","count":1},{"name":"Shuhao Wu","email":"shuhao@shuhaowu.com","login":"shuhaowu","count":1},{"name":"Schparky","email":"3172830+Schparky","login":"Schparky","count":1},{"name":"Saxon Chuang","email":"36430858+tooilxui","login":"tooilxui","count":1},{"name":"Ruben Vermeersch","email":"ruben@rocketeer.be","login":"rubenv","count":1},{"name":"Rollulus Rouloul","email":"rollulus","login":"rollulus","count":1},{"name":"Roberto García","email":"rkgarcia.mx@gmail.com","login":"rkgarcia","count":1},{"name":"Robert Trevethan","email":"31597525+mmmguitar","login":"mmmguitar","count":1},{"name":"Robert Silén","email":"robert.silen@mariadb.org","login":"robertsilen","count":1},{"name":"Radoslav Kirilov","email":"smoke","login":"smoke","count":1},{"name":"yoshiya0503","email":"myon53@gmail.com","login":"yoshiya0503","count":1},{"name":"vpetrosian","email":"91080025+vpetrosian","login":"vpetrosian","count":1},{"name":"turbofish","email":"ryokotmng@gmail.com","login":"ryokotmng","count":1},{"name":"tsctao","email":"taosc2@gmail.com","login":"tsctao","count":1},{"name":"smantic","email":"Tylerbeverley@gmail.com","login":"smantic","count":1},{"name":"smallming","email":"smallming@gmail.com","login":"smallming","count":1},{"name":"mfaule","email":"faule.matthieu@gmail.com","login":"Matthiew","count":1},{"name":"kafkiansky","email":"vadimzanfir@gmail.com","login":"kafkiansky","count":1},{"name":"ipoerner","email":"ingmar.poerner@gmail.com","login":"ipoerner","count":1},{"name":"detailyang","email":"detailyang@gmail.com","login":"detailyang","count":1},{"name":"clipperhouse","email":"mwsherman@gmail.com","login":"clipperhouse","count":1},{"name":"Zeal Wierslee","email":"zeal@wierslee.me","login":"zealws","count":1},{"name":"Yehor Smoliakov","email":"egorsmkv@gmail.com","login":"egorsmkv","count":1},{"name":"William Harvey","email":"williamnharvey@gmail.com","login":"WilliamNHarvey","count":1},{"name":"Warren Nelson","email":"me@warrennelson.me","login":"warrn","count":1},{"name":"Vladimir Stolyarov","email":"xakep6666@gmail.com","login":"xakep666","count":1},{"name":"Vinicius Baggio Fuentes","email":"vinibaggio@gmail.com","login":"vinibaggio","count":1},{"name":"R0masik","email":"vorob97@yandex.ru","login":"R0masik","count":1},{"name":"MURAOKA Yusuke","email":"yusuke@jbking.org","login":"jbking","count":1},{"name":"Konstantin Grigorev","email":"nwnser@yandex.ru","login":"qonsth","count":1},{"name":"Kevin Gorjan","email":"kevingorjan@gmail.com","login":"KevinGorjan","count":1},{"name":"Kazuhiro Oinuma","email":"oinume@gmail.com","login":"oinume","count":1},{"name":"Kamil Dziedzic","email":"kamil@dziedzic.es","login":"arvenil","count":1},{"name":"Juozas Vainauskas","email":"71255955+JuozasVainauskas","login":"JuozasVainauskas","count":1},{"name":"Juan Sanchez","email":"juan.sanchez@juanleonardosanchez.com","login":"nsa-yoda","count":1},{"name":"José Neves","email":"rafaneves3@msn.com","login":"rafalneves","count":1},{"name":"Josh Fyne","email":"josh.fyne@gmail.com","login":"jfyne","count":1},{"name":"Josefu","email":"joemilsom@gmail.com","login":"JosefuMealsom","count":1},{"name":"Jorrit Salverda","email":"jsalverda@travix.com","login":"JorritSalverda","count":1},{"name":"Jonas Hungershausen","email":"jonas.hungershausen@gmail.com","login":"jonas-jonas","count":1},{"name":"John Slavick","email":"slavick","login":"slavick","count":1},{"name":"Jesús Rubio","email":"jesusprubio@gmail.com","login":"jesusprubio","count":1},{"name":"Jamie Stackhouse","email":"itsjamie","login":"itsjamie","count":1},{"name":"James Lee","email":"jameshtlee@live.com.sg","login":"jamesleeht","count":1},{"name":"Jacob Enders","email":"jacobenders1@gmail.com","login":"Fish1","count":1},{"name":"Przemyslaw Dobrowolski","email":"przemyslaw.dobrowolski@ntti3.com","login":"przemyslaw-dobrowolski-cl","count":1},{"name":"Preston Pham","email":"ppham@cloudflare.com","login":"prestonp","count":1},{"name":"Piotr Kozłowski","email":"piotr@pkozlowski.pl","login":"p-kozlowski","count":1},{"name":"Pierre R","email":"p.rousset@gmail.com","login":"dahu33","count":1},{"name":"Pichugin Dmitry","email":"pichugin.dmitry.v@gmail.com","login":"dmpichugin","count":1},{"name":"Patrik Lundin","email":"patrik@sigterm.se","login":"eest","count":1},{"name":"Oleg Balunenko","email":"oleg.balunenko@gmail.com","login":"obalunenko","count":1},{"name":"Nikola Kovacs","email":"nikola.kovacs@gmail.com","login":"nkovacs","count":1},{"name":"Nikita Sidorov","email":"74061731+nikitacrit","login":"nikitacrit","count":1},{"name":"Nick Saika","email":"nicksaika@gmail.com","login":"nesv","count":1},{"name":"Nick Krichevsky","email":"nick@ollien.com","login":"ollien","count":1},{"name":"Nazim","email":"nazimmalyshev47@gmail.com","login":"gingersamurai","count":1},{"name":"Nadin El-Yabroudi","email":"nadinelyab@gmail.com","login":"nadinelyab","count":1},{"name":"Michael Gunkoff","email":"54396113+kaatinga","login":"kaatinga","count":1},{"name":"Matt Robinson","email":"50462255+matthewrobinsondev","login":"matthewrobinsondev","count":1},{"name":"Matt Butcher","email":"technosophos@gmail.com","login":"technosophos","count":1},{"name":"Matiukhin Vlad","email":"87382371+rwwwx","login":"rwwwx","count":1},{"name":"Ilia Kondrashov","email":"caseycs@gmail.com","login":"caseycs","count":1}],"past_year_committers":[{"name":"Mike Fridman","email":"mf192@icloud.com","login":"mfridman","count":28},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":14},{"name":"Stas Lysikov","email":"stave.tx@gmail.com","login":"barloc","count":1},{"name":"Saxon Chuang","email":"36430858+tooilxui","login":"tooilxui","count":1},{"name":"Robert Silén","email":"robert.silen@mariadb.org","login":"robertsilen","count":1},{"name":"James Lee","email":"jameshtlee@live.com.sg","login":"jamesleeht","count":1},{"name":"Emmanuel Ferdman","email":"emmanuelferdman@gmail.com","login":"emmanuel-ferdman","count":1},{"name":"Dmitrii Gridnev","email":"33265875+flymedllva","login":"flymedllva","count":1},{"name":"Bojan","email":"148884093+marjanovic-gitlab","login":"marjanovic-gitlab","count":1},{"name":"Andrei Moiseev","email":"82235382+amoiseev","login":"amoiseev","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-30T00:00:22.241Z","repositories_count":6249151,"commits_count":883846468,"contributors_count":34996088,"owners_count":1160773,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"pressly/goose","html_url":"https://github.com/pressly/goose","last_synced_at":"2026-05-24T07:09:24.669Z","status":"active","issues_count":201,"pull_requests_count":521,"avg_time_to_close_issue":12363682.533333333,"avg_time_to_close_pull_request":2949163.391011236,"issues_closed_count":120,"pull_requests_closed_count":445,"pull_request_authors_count":96,"issue_authors_count":156,"avg_comments_per_issue":2.7611940298507465,"avg_comments_per_pull_request":1.0019193857965452,"merged_pull_requests_count":241,"bot_issues_count":0,"bot_pull_requests_count":200,"past_year_issues_count":14,"past_year_pull_requests_count":57,"past_year_avg_time_to_close_issue":1535784.0,"past_year_avg_time_to_close_pull_request":567744.6071428572,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":28,"past_year_pull_request_authors_count":17,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":1.1428571428571428,"past_year_avg_comments_per_pull_request":0.9122807017543859,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":27,"past_year_merged_pull_requests_count":13,"created_at":"2023-05-10T14:33:56.180Z","updated_at":"2026-05-24T07:09:24.670Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/pressly%2Fgoose/issues","issue_labels_count":{"table":{"up next":17,"feature":14,"bug":6,"needs discussion":4,"discussion":3,"needs investigation":2,"clickhouse":2,"docs":2,"Docs":1,"postgres":1,"mysql":1}},"pull_request_labels_count":{"table":{"dependencies":200,"go":184,"github_actions":16,"up next":3,"experimental":3,"clickhouse":2}},"issue_author_associations_count":{"table":{"NONE":157,"COLLABORATOR":35,"CONTRIBUTOR":9}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":269,"COLLABORATOR":158,"NONE":94}},"issue_authors":{"table":{"mfridman":34,"jonseymour":3,"Satont":3,"callaingit":2,"coolaj86":2,"mcosta74":2,"bohehe":2,"Nagarajan0396":2,"notramo":2,"hnykda":2,"latte-go":2,"shellscape":1,"giovannicaldeira":1,"dezren39":1,"danieljuvito":1,"obaltian":1,"jamesleeht":1,"nikolay":1,"miparnisari":1,"arravo-github":1,"Dev-cmyser":1,"padas2":1,"paulrozhkin":1,"gingermusketeer":1,"wagslane":1,"yoesoff":1,"tenkoverse":1,"marcelloh":1,"albulescu":1,"dahu33":1,"oliverpool":1,"MistaTwista":1,"umakantv":1,"nrhtr":1,"prabhu-tyke":1,"gumby0q":1,"Ynng":1,"joncalhoun":1,"nesangcode":1,"wendorf":1,"erfanium":1,"jflambert":1,"brandonchinn178":1,"Mirak624":1,"visortelle":1,"funvit":1,"AndersSoee":1,"pepijnweijers":1,"kian99":1,"ianling":1,"adesokanayo":1,"haisum":1,"mohammadoaaakd":1,"lanpar":1,"R0masik":1,"servernoj":1,"adhiva":1,"JuozasVainauskas":1,"mortenson":1,"smantic":1,"walry":1,"malisetti":1,"chrisforrette":1,"david-littlefarmer":1,"akefirad":1,"woxinyoumeng":1,"ericmeter":1,"johnatannvmd":1,"kevinmarquesp":1,"CatherineThompson":1,"ayushpaharia":1,"vigneshnvxi":1,"jon-mccormack":1,"verkestk":1,"monadbobo":1,"ippoippo":1,"lucyeun-alation":1,"jennndol":1,"michaelmior":1,"markvai":1,"codello":1,"pedelman":1,"ori-shalom":1,"Fenex":1,"cedws":1,"rkgarcia":1,"scaletech-milan":1,"jmls":1,"VojtechVitek":1,"ftqo":1,"k2589":1,"rajeshkarnena":1,"SvenLie":1,"stivens13":1,"ajinux":1,"mahesh-hegde":1,"dhirajgupta3":1,"mvgeny":1,"krehermann":1,"Jmoore1127":1,"oscar-weave":1,"dedalo95":1,"BorzdeG":1,"JadoJodo":1,"nicholaschiarulli":1,"nboeker1":1,"ElizavetaFirst":1,"yamakazoo":1,"wiryawan46":1,"mmmguitar":1,"elgohr":1,"asv":1,"alex27riva":1,"alebcay":1,"preslavrachev":1,"ekkinox":1,"JSaterdalen":1,"ZhengXinwei-F":1,"tumelowill":1,"depombo":1,"0legovich":1,"asmyasnikov":1,"Breeze0806":1,"szymon":1,"kris-evans":1,"lufishggg":1,"mamatojc":1,"chr1shung":1,"jderusse":1,"michaelangeloio":1,"musinit":1,"masroorhasan":1,"tosone":1,"yurivict":1,"willavos":1,"cjl2029":1,"JorgeSivil":1,"timuckun":1,"rkulla":1,"LukasHeimann":1,"gkech":1,"mrVin99":1,"puneri78":1,"Arr-n-D":1,"FelipeLema":1,"eddyariki":1,"damour":1,"Egremy":1,"mdsohelmia":1,"otterEva":1,"PrashantRaj18198":1,"flymedllva":1,"yoyrandao":1,"saiteja2021":1,"insanebaba":1,"ElrohirGT":1}},"pull_request_authors":{"table":{"dependabot[bot]":200,"mfridman":157,"BorzdeG":9,"asmyasnikov":8,"ori-shalom":6,"vfoucault":4,"FelipeLema":4,"fmarmol":3,"k2589":3,"chapsuk":3,"the-glu":3,"Blquinn":3,"ljluestc":2,"mkraft":2,"rollulus":2,"rwwwx":2,"Albitko":2,"arunk-s":2,"R0masik":2,"eest":2,"Fish1":2,"bitfehler":2,"dpeckett":2,"jbking":2,"JuozasVainauskas":2,"marjanovic-gitlab":2,"duroute":2,"emmanuel-ferdman":2,"WahidinAji":2,"craigpastro":2,"adbjo":2,"JosefuMealsom":2,"smoke":2,"0legovich":2,"ghostwriternr":2,"Roma12344321":2,"matdurand":2,"d6o":2,"nkwtnb":2,"w1kend":2,"rudebono":2,"gaiaz-iusipov":2,"alex9311":2,"otterEva":2,"obaltian":2,"lwileczek":2,"smantic":1,"barloc":1,"jonas-jonas":1,"snowbldr":1,"matthewrobinsondev":1,"ffaen":1,"Muyk33rus":1,"oliverpool":1,"cmpickle":1,"stephenafamo":1,"elijahcarrel":1,"cbodonnell":1,"VojtechVitek":1,"suzuki-shunsuke":1,"ido177":1,"sashamelentyev":1,"avinassh":1,"rafalneves":1,"dahu33":1,"brandon-leapyear":1,"ble":1,"mmmguitar":1,"fcce":1,"rkgarcia":1,"gingersamurai":1,"bligneri":1,"diogogmt":1,"takkyuuplayer":1,"WilliamNHarvey":1,"greyscaled":1,"ihatov08":1,"ofstudio":1,"webstradev":1,"MayukhSobo":1,"deining":1,"kulaginds":1,"paulo":1,"obalunenko":1,"AndersSoee":1,"jesusprubio":1,"ipoerner":1,"linux2647":1,"yogaxu":1,"ppichugin":1,"zmitry":1,"ettec":1,"lefinal":1,"vpetrosian":1,"gdey":1,"sblackstone":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-30T00:00:22.129Z","repositories_count":14731333,"issues_count":33586231,"pull_requests_count":110547560,"authors_count":11283738,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{"docs":1,"feature":1}},"past_year_pull_request_labels_count":{"table":{"dependencies":27,"go":25,"github_actions":2,"up next":1}},"past_year_issue_author_associations_count":{"table":{"NONE":8,"COLLABORATOR":5}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":29,"NONE":20,"COLLABORATOR":6}},"past_year_issue_authors":{"table":{"mfridman":5,"alex27riva":1,"ayushpaharia":1,"ftqo":1,"michaelmior":1,"otterEva":1,"pedelman":1,"Satont":1,"yoyrandao":1}},"past_year_pull_request_authors":{"table":{"dependabot[bot]":27,"mfridman":6,"otterEva":2,"marjanovic-gitlab":2,"lwileczek":2,"ljluestc":2,"emmanuel-ferdman":2,"bitfehler":2,"asmyasnikov":2,"fmarmol":1,"ido177":1,"bligneri":1,"ble":1,"MayukhSobo":1,"Muyk33rus":1,"paulo":1,"yogaxu":1}},"maintainers":[{"table":{"login":"mfridman","count":191,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}},{"table":{"login":"VojtechVitek","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/VojtechVitek"}}],"active_maintainers":[{"table":{"login":"mfridman","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mfridman"}}]}},"events":null,"keywords":["database","database-migrations","go","golang","migration","migrations","mysql","postgres","postgresql","schema","sql","sqlite"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/ci.yaml","sha":null,"kind":"manifest","created_at":"2023-10-31T13:27:06.403Z","updated_at":"2023-10-31T13:27:06.403Z","repository_link":"https://github.com/pressly/goose/blob/main/.github/workflows/ci.yaml","dependencies":[{"id":14298105856,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14298105857,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/lint.yaml","sha":null,"kind":"manifest","created_at":"2023-10-31T13:27:06.559Z","updated_at":"2023-10-31T13:27:06.559Z","repository_link":"https://github.com/pressly/goose/blob/main/.github/workflows/lint.yaml","dependencies":[{"id":14298105860,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14298105861,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14298105862,"package_name":"golangci/golangci-lint-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yaml","sha":null,"kind":"manifest","created_at":"2023-10-31T13:27:06.660Z","updated_at":"2023-10-31T13:27:06.660Z","repository_link":"https://github.com/pressly/goose/blob/main/.github/workflows/release.yaml","dependencies":[{"id":14298105863,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14298105864,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14298105865,"package_name":"goreleaser/goreleaser-action","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2023-10-31T13:27:06.774Z","updated_at":"2023-10-31T13:27:06.774Z","repository_link":"https://github.com/pressly/goose/blob/main/go.mod","dependencies":[{"id":14298105866,"package_name":"github.com/ClickHouse/clickhouse-go/v2","ecosystem":"go","requirements":"v2.14.3","direct":true,"kind":"runtime","optional":false},{"id":14298105867,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.7.1","direct":true,"kind":"runtime","optional":false},{"id":14298105868,"package_name":"github.com/jackc/pgx/v5","ecosystem":"go","requirements":"v5.4.3","direct":true,"kind":"runtime","optional":false},{"id":14298105869,"package_name":"github.com/microsoft/go-mssqldb","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":14298105870,"package_name":"github.com/ory/dockertest/v3","ecosystem":"go","requirements":"v3.10.0","direct":true,"kind":"runtime","optional":false},{"id":14298105871,"package_name":"github.com/sethvargo/go-retry","ecosystem":"go","requirements":"v0.2.4","direct":true,"kind":"runtime","optional":false},{"id":14298105872,"package_name":"github.com/vertica/vertica-sql-go","ecosystem":"go","requirements":"v1.3.3","direct":true,"kind":"runtime","optional":false},{"id":14298105873,"package_name":"github.com/ydb-platform/ydb-go-sdk/v3","ecosystem":"go","requirements":"v3.53.4","direct":true,"kind":"runtime","optional":false},{"id":14298105874,"package_name":"github.com/ziutek/mymysql","ecosystem":"go","requirements":"v1.5.4","direct":true,"kind":"runtime","optional":false},{"id":14298105875,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.11.0","direct":true,"kind":"runtime","optional":false},{"id":14298105876,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":14298105877,"package_name":"modernc.org/sqlite","ecosystem":"go","requirements":"v1.26.0","direct":true,"kind":"runtime","optional":false},{"id":14298105878,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20230124172434-306776ec8161","direct":true,"kind":"runtime","optional":false},{"id":14298105879,"package_name":"github.com/ClickHouse/ch-go","ecosystem":"go","requirements":"v0.58.2","direct":true,"kind":"runtime","optional":false},{"id":14298105880,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.6.1","direct":true,"kind":"runtime","optional":false},{"id":14298105881,"package_name":"github.com/Nvveen/Gotty","ecosystem":"go","requirements":"v0.0.0-20120604004816-cd527374f1e5","direct":true,"kind":"runtime","optional":false},{"id":14298105882,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.6","direct":true,"kind":"runtime","optional":false},{"id":14298105883,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.2.1","direct":true,"kind":"runtime","optional":false},{"id":14298105884,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.4.3","direct":true,"kind":"runtime","optional":false},{"id":14298105885,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v24.0.6+incompatible","direct":true,"kind":"runtime","optional":false},{"id":14298105886,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v24.0.6+incompatible","direct":true,"kind":"runtime","optional":false},{"id":14298105887,"package_name":"github.com/docker/go-connections","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":14298105888,"package_name":"github.com/docker/go-units","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":14298105889,"package_name":"github.com/dustin/go-humanize","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":14298105890,"package_name":"github.com/elastic/go-sysinfo","ecosystem":"go","requirements":"v1.11.1","direct":true,"kind":"runtime","optional":false},{"id":14298105891,"package_name":"github.com/elastic/go-windows","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":14298105892,"package_name":"github.com/go-faster/city","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":14298105893,"package_name":"github.com/go-faster/errors","ecosystem":"go","requirements":"v0.6.1","direct":true,"kind":"runtime","optional":false},{"id":14298105894,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":true,"kind":"runtime","optional":false},{"id":14298105895,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.5.0","direct":true,"kind":"runtime","optional":false},{"id":14298105896,"package_name":"github.com/golang-sql/civil","ecosystem":"go","requirements":"v0.0.0-20220223132316-b832511892a9","direct":true,"kind":"runtime","optional":false},{"id":14298105897,"package_name":"github.com/golang-sql/sqlexp","ecosystem":"go","requirements":"v0.1.0","direct":true,"kind":"runtime","optional":false},{"id":14298105898,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.3","direct":true,"kind":"runtime","optional":false},{"id":14298105899,"package_name":"github.com/google/shlex","ecosystem":"go","requirements":"v0.0.0-20191202100458-e7afc7fbc510","direct":true,"kind":"runtime","optional":false},{"id":14298105900,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.3.1","direct":true,"kind":"runtime","optional":false},{"id":14298105901,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.16","direct":true,"kind":"runtime","optional":false},{"id":14298105902,"package_name":"github.com/jackc/pgpassfile","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":14298105903,"package_name":"github.com/jackc/pgservicefile","ecosystem":"go","requirements":"v0.0.0-20221227161230-091c0ba34f0a","direct":true,"kind":"runtime","optional":false},{"id":14298105904,"package_name":"github.com/joeshaw/multierror","ecosystem":"go","requirements":"v0.0.0-20140124173710-69b34d4ec901","direct":true,"kind":"runtime","optional":false},{"id":14298105905,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":14298105906,"package_name":"github.com/kballard/go-shellquote","ecosystem":"go","requirements":"v0.0.0-20180428030007-95032a82bc51","direct":true,"kind":"runtime","optional":false},{"id":14298105907,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.17.2","direct":true,"kind":"runtime","optional":false},{"id":14298105908,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.10.9","direct":true,"kind":"runtime","optional":false},{"id":14298105909,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.20","direct":true,"kind":"runtime","optional":false},{"id":14298105910,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.5.0","direct":true,"kind":"runtime","optional":false},{"id":14298105911,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":14298105912,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":14298105913,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.1.0-rc5","direct":true,"kind":"runtime","optional":false},{"id":14298105914,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.1.9","direct":true,"kind":"runtime","optional":false},{"id":14298105915,"package_name":"github.com/paulmach/orb","ecosystem":"go","requirements":"v0.10.0","direct":true,"kind":"runtime","optional":false},{"id":14298105916,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.18","direct":true,"kind":"runtime","optional":false},{"id":14298105917,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.9.1","direct":true,"kind":"runtime","optional":false},{"id":14298105918,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.12.0","direct":true,"kind":"runtime","optional":false},{"id":14298105919,"package_name":"github.com/remyoudompheng/bigfft","ecosystem":"go","requirements":"v0.0.0-20230129092748-24d4a6f8daec","direct":true,"kind":"runtime","optional":false},{"id":14298105920,"package_name":"github.com/segmentio/asm","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":14298105921,"package_name":"github.com/shopspring/decimal","ecosystem":"go","requirements":"v1.3.1","direct":true,"kind":"runtime","optional":false},{"id":14298105922,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.9.3","direct":true,"kind":"runtime","optional":false},{"id":14298105923,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20190905194746-02993c407bfb","direct":true,"kind":"runtime","optional":false},{"id":14298105924,"package_name":"github.com/xeipuuv/gojsonreference","ecosystem":"go","requirements":"v0.0.0-20180127040603-bd5ef7bd5415","direct":true,"kind":"runtime","optional":false},{"id":14298105925,"package_name":"github.com/xeipuuv/gojsonschema","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":14298105926,"package_name":"github.com/ydb-platform/ydb-go-genproto","ecosystem":"go","requirements":"v0.0.0-20231012155159-f85a672542fd","direct":true,"kind":"runtime","optional":false},{"id":14298105927,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.19.0","direct":true,"kind":"runtime","optional":false},{"id":14298105928,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.19.0","direct":true,"kind":"runtime","optional":false},{"id":14298105929,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.14.0","direct":true,"kind":"runtime","optional":false},{"id":14298105930,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.13.0","direct":true,"kind":"runtime","optional":false},{"id":14298105931,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.17.0","direct":true,"kind":"runtime","optional":false},{"id":14298105932,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.13.0","direct":true,"kind":"runtime","optional":false},{"id":14298105933,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.13.0","direct":true,"kind":"runtime","optional":false},{"id":14298105934,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.14.0","direct":true,"kind":"runtime","optional":false},{"id":14298105935,"package_name":"google.golang.org/genproto/googleapis/rpc","ecosystem":"go","requirements":"v0.0.0-20231016165738-49dd2c1f3d0b","direct":true,"kind":"runtime","optional":false},{"id":14298105936,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.59.0","direct":true,"kind":"runtime","optional":false},{"id":14298105937,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.31.0","direct":true,"kind":"runtime","optional":false},{"id":14298105938,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":true,"kind":"runtime","optional":false},{"id":14298105939,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":true,"kind":"runtime","optional":false},{"id":14298105940,"package_name":"howett.net/plist","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":14298105941,"package_name":"lukechampine.com/uint128","ecosystem":"go","requirements":"v1.3.0","direct":true,"kind":"runtime","optional":false},{"id":14298105942,"package_name":"modernc.org/cc/v3","ecosystem":"go","requirements":"v3.41.0","direct":true,"kind":"runtime","optional":false},{"id":14298105943,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.16.15","direct":true,"kind":"runtime","optional":false},{"id":14298105944,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.28.0","direct":true,"kind":"runtime","optional":false},{"id":14298105945,"package_name":"modernc.org/mathutil","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":14298105946,"package_name":"modernc.org/memory","ecosystem":"go","requirements":"v1.7.2","direct":true,"kind":"runtime","optional":false},{"id":14298105947,"package_name":"modernc.org/opt","ecosystem":"go","requirements":"v0.1.3","direct":true,"kind":"runtime","optional":false},{"id":14298105948,"package_name":"modernc.org/strutil","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":14298105949,"package_name":"modernc.org/token","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false},{"id":14298105950,"package_name":"retract","ecosystem":"go","requirements":"(","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.sum","sha":null,"kind":"lockfile","created_at":"2023-10-31T13:27:07.398Z","updated_at":"2023-10-31T13:27:07.398Z","repository_link":"https://github.com/pressly/goose/blob/main/go.sum","dependencies":[{"id":14298105951,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.26.0","direct":false,"kind":"runtime","optional":false},{"id":14298105952,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.34.0","direct":false,"kind":"runtime","optional":false},{"id":14298105953,"package_name":"github.com/Azure/azure-sdk-for-go/sdk/azcore","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":14298105954,"package_name":"github.com/Azure/azure-sdk-for-go/sdk/azidentity","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298105955,"package_name":"github.com/Azure/azure-sdk-for-go/sdk/internal","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298105956,"package_name":"github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298105960,"package_name":"github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":14298105961,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20230124172434-306776ec8161","direct":false,"kind":"runtime","optional":false},{"id":14298105962,"package_name":"github.com/AzureAD/microsoft-authentication-library-for-go","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298105963,"package_name":"github.com/BurntSushi/toml","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":14298105964,"package_name":"github.com/ClickHouse/ch-go","ecosystem":"go","requirements":"v0.58.2","direct":false,"kind":"runtime","optional":false},{"id":14298105965,"package_name":"github.com/ClickHouse/clickhouse-go/v2","ecosystem":"go","requirements":"v2.14.3","direct":false,"kind":"runtime","optional":false},{"id":14298105966,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.6.1","direct":false,"kind":"runtime","optional":false},{"id":14298105967,"package_name":"github.com/Nvveen/Gotty","ecosystem":"go","requirements":"v0.0.0-20120604004816-cd527374f1e5","direct":false,"kind":"runtime","optional":false},{"id":14298105968,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.0.6","direct":false,"kind":"runtime","optional":false},{"id":14298105969,"package_name":"github.com/antihax/optional","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298105970,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.2.1","direct":false,"kind":"runtime","optional":false},{"id":14298105971,"package_name":"github.com/census-instrumentation/opencensus-proto","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":14298105972,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.1.1","direct":false,"kind":"runtime","optional":false},{"id":14298105973,"package_name":"github.com/client9/misspell","ecosystem":"go","requirements":"v0.3.4","direct":false,"kind":"runtime","optional":false},{"id":14298105974,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20191209042840-269d4d468f6f","direct":false,"kind":"runtime","optional":false},{"id":14298105975,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20201120205902-5459f2c99403","direct":false,"kind":"runtime","optional":false},{"id":14298105976,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20210930031921-04548b0d99d4","direct":false,"kind":"runtime","optional":false},{"id":14298105977,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20210922020428-25de7278fc84","direct":false,"kind":"runtime","optional":false},{"id":14298105978,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211001041855-01bcc9b48dfe","direct":false,"kind":"runtime","optional":false},{"id":14298105979,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211011173535-cb28da3451f1","direct":false,"kind":"runtime","optional":false},{"id":14298105980,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.4.3","direct":false,"kind":"runtime","optional":false},{"id":14298105981,"package_name":"github.com/creack/pty","ecosystem":"go","requirements":"v1.1.18","direct":false,"kind":"runtime","optional":false},{"id":14298105982,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298105983,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":14298105984,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v24.0.6+incompatible","direct":false,"kind":"runtime","optional":false},{"id":14298105985,"package_name":"github.com/docker/distribution","ecosystem":"go","requirements":"v2.8.2+incompatible","direct":false,"kind":"runtime","optional":false},{"id":14298105986,"package_name":"github.com/docker/docker","ecosystem":"go","requirements":"v24.0.6+incompatible","direct":false,"kind":"runtime","optional":false},{"id":14298105987,"package_name":"github.com/docker/go-connections","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298105988,"package_name":"github.com/docker/go-units","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298105989,"package_name":"github.com/dustin/go-humanize","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":14298105990,"package_name":"github.com/elastic/go-sysinfo","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":14298105991,"package_name":"github.com/elastic/go-sysinfo","ecosystem":"go","requirements":"v1.11.1","direct":false,"kind":"runtime","optional":false},{"id":14298105992,"package_name":"github.com/elastic/go-windows","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298105993,"package_name":"github.com/elastic/go-windows","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":14298105994,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":14298105995,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.1-0.20191026205805-5f8ba28d4473","direct":false,"kind":"runtime","optional":false},{"id":14298105996,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.4","direct":false,"kind":"runtime","optional":false},{"id":14298105997,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.9-0.20201210154907-fd9021fe5dad","direct":false,"kind":"runtime","optional":false},{"id":14298105998,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.10.2-0.20220325020618-49ff273808a1","direct":false,"kind":"runtime","optional":false},{"id":14298105999,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106000,"package_name":"github.com/ghodss/yaml","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106001,"package_name":"github.com/go-faster/city","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":14298106002,"package_name":"github.com/go-faster/errors","ecosystem":"go","requirements":"v0.6.1","direct":false,"kind":"runtime","optional":false},{"id":14298106003,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":14298106004,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":14298106005,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298106006,"package_name":"github.com/golang-jwt/jwt/v5","ecosystem":"go","requirements":"v5.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106007,"package_name":"github.com/golang-sql/civil","ecosystem":"go","requirements":"v0.0.0-20220223132316-b832511892a9","direct":false,"kind":"runtime","optional":false},{"id":14298106008,"package_name":"github.com/golang-sql/sqlexp","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106009,"package_name":"github.com/golang/glog","ecosystem":"go","requirements":"v0.0.0-20160126235308-23def4e6c14b","direct":false,"kind":"runtime","optional":false},{"id":14298106010,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":14298106011,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":14298106012,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106013,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":14298106014,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":14298106015,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":14298106016,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.1.0.20200221234624-67d41d38c208","direct":false,"kind":"runtime","optional":false},{"id":14298106017,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.2","direct":false,"kind":"runtime","optional":false},{"id":14298106018,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.4.0.20200313231945-b860323f09d0","direct":false,"kind":"runtime","optional":false},{"id":14298106019,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106020,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":14298106021,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":14298106022,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":14298106023,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298106024,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.2","direct":false,"kind":"runtime","optional":false},{"id":14298106025,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.3","direct":false,"kind":"runtime","optional":false},{"id":14298106026,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":14298106027,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106028,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298106029,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":14298106030,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106031,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298106032,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":14298106033,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.5","direct":false,"kind":"runtime","optional":false},{"id":14298106034,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.6","direct":false,"kind":"runtime","optional":false},{"id":14298106035,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.9","direct":false,"kind":"runtime","optional":false},{"id":14298106036,"package_name":"github.com/google/pprof","ecosystem":"go","requirements":"v0.0.0-20221118152302-e6195bd50e26","direct":false,"kind":"runtime","optional":false},{"id":14298106037,"package_name":"github.com/google/shlex","ecosystem":"go","requirements":"v0.0.0-20191202100458-e7afc7fbc510","direct":false,"kind":"runtime","optional":false},{"id":14298106038,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":14298106039,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":14298106040,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":14298106041,"package_name":"github.com/imdario/mergo","ecosystem":"go","requirements":"v0.3.16","direct":false,"kind":"runtime","optional":false},{"id":14298106042,"package_name":"github.com/jackc/pgpassfile","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106043,"package_name":"github.com/jackc/pgservicefile","ecosystem":"go","requirements":"v0.0.0-20221227161230-091c0ba34f0a","direct":false,"kind":"runtime","optional":false},{"id":14298106044,"package_name":"github.com/jackc/pgx/v5","ecosystem":"go","requirements":"v5.4.3","direct":false,"kind":"runtime","optional":false},{"id":14298106045,"package_name":"github.com/jessevdk/go-flags","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106046,"package_name":"github.com/joeshaw/multierror","ecosystem":"go","requirements":"v0.0.0-20140124173710-69b34d4ec901","direct":false,"kind":"runtime","optional":false},{"id":14298106047,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106048,"package_name":"github.com/kballard/go-shellquote","ecosystem":"go","requirements":"v0.0.0-20180428030007-95032a82bc51","direct":false,"kind":"runtime","optional":false},{"id":14298106049,"package_name":"github.com/kisielk/errcheck","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298106050,"package_name":"github.com/kisielk/gotool","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106051,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.13.6","direct":false,"kind":"runtime","optional":false},{"id":14298106052,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.17.2","direct":false,"kind":"runtime","optional":false},{"id":14298106053,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106054,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":14298106055,"package_name":"github.com/kr/pty","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":14298106056,"package_name":"github.com/kr/text","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106057,"package_name":"github.com/kylelemons/godebug","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106058,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.10.9","direct":false,"kind":"runtime","optional":false},{"id":14298106059,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.20","direct":false,"kind":"runtime","optional":false},{"id":14298106060,"package_name":"github.com/mattn/go-sqlite3","ecosystem":"go","requirements":"v1.14.16","direct":false,"kind":"runtime","optional":false},{"id":14298106061,"package_name":"github.com/microsoft/go-mssqldb","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":14298106062,"package_name":"github.com/mitchellh/mapstructure","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298106063,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":14298106064,"package_name":"github.com/montanaflynn/stats","ecosystem":"go","requirements":"v0.0.0-20171201202039-1bf9dbcd8cbe","direct":false,"kind":"runtime","optional":false},{"id":14298106065,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106066,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.1.0-rc5","direct":false,"kind":"runtime","optional":false},{"id":14298106067,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.1.9","direct":false,"kind":"runtime","optional":false},{"id":14298106068,"package_name":"github.com/ory/dockertest/v3","ecosystem":"go","requirements":"v3.10.0","direct":false,"kind":"runtime","optional":false},{"id":14298106069,"package_name":"github.com/paulmach/orb","ecosystem":"go","requirements":"v0.10.0","direct":false,"kind":"runtime","optional":false},{"id":14298106070,"package_name":"github.com/paulmach/protoscan","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":14298106071,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.18","direct":false,"kind":"runtime","optional":false},{"id":14298106072,"package_name":"github.com/pkg/browser","ecosystem":"go","requirements":"v0.0.0-20210911075715-681adbf594b8","direct":false,"kind":"runtime","optional":false},{"id":14298106073,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.8.1","direct":false,"kind":"runtime","optional":false},{"id":14298106074,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":14298106075,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106076,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20190812154241-14fe0d1b01d4","direct":false,"kind":"runtime","optional":false},{"id":14298106077,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.0.0-20190425082905-87a4384529e0","direct":false,"kind":"runtime","optional":false},{"id":14298106078,"package_name":"github.com/prometheus/procfs","ecosystem":"go","requirements":"v0.12.0","direct":false,"kind":"runtime","optional":false},{"id":14298106079,"package_name":"github.com/remyoudompheng/bigfft","ecosystem":"go","requirements":"v0.0.0-20230129092748-24d4a6f8daec","direct":false,"kind":"runtime","optional":false},{"id":14298106080,"package_name":"github.com/rogpeppe/fastuuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106081,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.10.0","direct":false,"kind":"runtime","optional":false},{"id":14298106082,"package_name":"github.com/segmentio/asm","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106083,"package_name":"github.com/sethvargo/go-retry","ecosystem":"go","requirements":"v0.2.4","direct":false,"kind":"runtime","optional":false},{"id":14298106084,"package_name":"github.com/shopspring/decimal","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":14298106085,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.9.3","direct":false,"kind":"runtime","optional":false},{"id":14298106086,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106087,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298106088,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":14298106089,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":14298106090,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":14298106091,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.4","direct":false,"kind":"runtime","optional":false},{"id":14298106092,"package_name":"github.com/tidwall/pretty","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106093,"package_name":"github.com/vertica/vertica-sql-go","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":14298106094,"package_name":"github.com/xdg-go/pbkdf2","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106095,"package_name":"github.com/xdg-go/scram","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":14298106096,"package_name":"github.com/xdg-go/stringprep","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":14298106097,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20180127040702-4e3ac2762d5f","direct":false,"kind":"runtime","optional":false},{"id":14298106098,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20190905194746-02993c407bfb","direct":false,"kind":"runtime","optional":false},{"id":14298106099,"package_name":"github.com/xeipuuv/gojsonreference","ecosystem":"go","requirements":"v0.0.0-20180127040603-bd5ef7bd5415","direct":false,"kind":"runtime","optional":false},{"id":14298106100,"package_name":"github.com/xeipuuv/gojsonschema","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106101,"package_name":"github.com/ydb-platform/ydb-go-genproto","ecosystem":"go","requirements":"v0.0.0-20231012155159-f85a672542fd","direct":false,"kind":"runtime","optional":false},{"id":14298106102,"package_name":"github.com/ydb-platform/ydb-go-sdk/v3","ecosystem":"go","requirements":"v3.53.4","direct":false,"kind":"runtime","optional":false},{"id":14298106103,"package_name":"github.com/youmark/pkcs8","ecosystem":"go","requirements":"v0.0.0-20181117223130-1be2e3e5546d","direct":false,"kind":"runtime","optional":false},{"id":14298106104,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.1.27","direct":false,"kind":"runtime","optional":false},{"id":14298106105,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":14298106106,"package_name":"github.com/ziutek/mymysql","ecosystem":"go","requirements":"v1.5.4","direct":false,"kind":"runtime","optional":false},{"id":14298106107,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.11.4","direct":false,"kind":"runtime","optional":false},{"id":14298106108,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":14298106109,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":14298106110,"package_name":"go.opentelemetry.io/proto/otlp","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":14298106111,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.11.0","direct":false,"kind":"runtime","optional":false},{"id":14298106112,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190308221718-c2843e01d9a2","direct":false,"kind":"runtime","optional":false},{"id":14298106113,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20191011191535-87dc89f01550","direct":false,"kind":"runtime","optional":false},{"id":14298106114,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200622213623-75b288015ac9","direct":false,"kind":"runtime","optional":false},{"id":14298106115,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220622213112-05595931fe9d","direct":false,"kind":"runtime","optional":false},{"id":14298106116,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.14.0","direct":false,"kind":"runtime","optional":false},{"id":14298106117,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20190121172915-509febef88a4","direct":false,"kind":"runtime","optional":false},{"id":14298106118,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20181026193005-c67002cb31c3","direct":false,"kind":"runtime","optional":false},{"id":14298106119,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190227174305-5b3e6a55c961","direct":false,"kind":"runtime","optional":false},{"id":14298106120,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190313153728-d0100b6bd8b3","direct":false,"kind":"runtime","optional":false},{"id":14298106121,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106122,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298106123,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.13.0","direct":false,"kind":"runtime","optional":false},{"id":14298106124,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180724234803-3673e40ba225","direct":false,"kind":"runtime","optional":false},{"id":14298106125,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180826012351-8a410e7b638d","direct":false,"kind":"runtime","optional":false},{"id":14298106126,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190108225652-1e06a53dbb7e","direct":false,"kind":"runtime","optional":false},{"id":14298106127,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190213061140-3a22650c66bd","direct":false,"kind":"runtime","optional":false},{"id":14298106128,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190311183353-d8887717615a","direct":false,"kind":"runtime","optional":false},{"id":14298106129,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190404232315-eb5bcb51f2a3","direct":false,"kind":"runtime","optional":false},{"id":14298106130,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190620200207-3b0461eec859","direct":false,"kind":"runtime","optional":false},{"id":14298106131,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200226121028-0de0cce0169b","direct":false,"kind":"runtime","optional":false},{"id":14298106132,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200822124328-c89045814202","direct":false,"kind":"runtime","optional":false},{"id":14298106133,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201021035429-f5854403a974","direct":false,"kind":"runtime","optional":false},{"id":14298106134,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211112202133-69e39bad7dc2","direct":false,"kind":"runtime","optional":false},{"id":14298106135,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.17.0","direct":false,"kind":"runtime","optional":false},{"id":14298106136,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20180821212333-d2e6202438be","direct":false,"kind":"runtime","optional":false},{"id":14298106137,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20200107190931-bf48bf16ab8d","direct":false,"kind":"runtime","optional":false},{"id":14298106138,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20180314180146-1d60e4601c6f","direct":false,"kind":"runtime","optional":false},{"id":14298106139,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20181108010431-42b317875d0f","direct":false,"kind":"runtime","optional":false},{"id":14298106140,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20181221193216-37e7f081c4d4","direct":false,"kind":"runtime","optional":false},{"id":14298106141,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190423024810-112230192c58","direct":false,"kind":"runtime","optional":false},{"id":14298106142,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190911185100-cd5d95a43a6e","direct":false,"kind":"runtime","optional":false},{"id":14298106143,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20201020160332-67f06af15bc9","direct":false,"kind":"runtime","optional":false},{"id":14298106144,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20210220032951-036812b2e83c","direct":false,"kind":"runtime","optional":false},{"id":14298106145,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106146,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20180830151530-49385e6e1522","direct":false,"kind":"runtime","optional":false},{"id":14298106147,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190215142949-d0b11bdaac8a","direct":false,"kind":"runtime","optional":false},{"id":14298106148,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190412213103-97732733099d","direct":false,"kind":"runtime","optional":false},{"id":14298106149,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190813064441-fde4db37ae7a","direct":false,"kind":"runtime","optional":false},{"id":14298106150,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200323222414-85ca7c5b95cd","direct":false,"kind":"runtime","optional":false},{"id":14298106151,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200930185726-fdedc70b468f","direct":false,"kind":"runtime","optional":false},{"id":14298106152,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201119102817-f84b799fce68","direct":false,"kind":"runtime","optional":false},{"id":14298106153,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210119212857-b64e53b001e4","direct":false,"kind":"runtime","optional":false},{"id":14298106154,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210423082822-04245dca01da","direct":false,"kind":"runtime","optional":false},{"id":14298106155,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210615035016-665e8c7367d1","direct":false,"kind":"runtime","optional":false},{"id":14298106156,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210616094352-59db8d763f22","direct":false,"kind":"runtime","optional":false},{"id":14298106157,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220520151302-bc2c85ada10a","direct":false,"kind":"runtime","optional":false},{"id":14298106158,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20220715151400-c0bba94af5f8","direct":false,"kind":"runtime","optional":false},{"id":14298106159,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":14298106160,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.13.0","direct":false,"kind":"runtime","optional":false},{"id":14298106161,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20201126162022-7de9c90e9dd1","direct":false,"kind":"runtime","optional":false},{"id":14298106162,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298106163,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.3","direct":false,"kind":"runtime","optional":false},{"id":14298106164,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.6","direct":false,"kind":"runtime","optional":false},{"id":14298106165,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.7","direct":false,"kind":"runtime","optional":false},{"id":14298106166,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.13.0","direct":false,"kind":"runtime","optional":false},{"id":14298106167,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20180917221912-90fa682c2a6e","direct":false,"kind":"runtime","optional":false},{"id":14298106168,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190114222345-bf090417da8b","direct":false,"kind":"runtime","optional":false},{"id":14298106169,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190226205152-f727befe758c","direct":false,"kind":"runtime","optional":false},{"id":14298106170,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190311212946-11955173bddd","direct":false,"kind":"runtime","optional":false},{"id":14298106171,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190524140312-2c0ae7006135","direct":false,"kind":"runtime","optional":false},{"id":14298106172,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191119224855-298f0cb1881e","direct":false,"kind":"runtime","optional":false},{"id":14298106173,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200619180055-7c47624df98f","direct":false,"kind":"runtime","optional":false},{"id":14298106174,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210106214847-113979e3529a","direct":false,"kind":"runtime","optional":false},{"id":14298106175,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.14.0","direct":false,"kind":"runtime","optional":false},{"id":14298106176,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20190717185122-a985d3407aa7","direct":false,"kind":"runtime","optional":false},{"id":14298106177,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20191011141410-1b5146add898","direct":false,"kind":"runtime","optional":false},{"id":14298106178,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20191204190536-9bdfabe68543","direct":false,"kind":"runtime","optional":false},{"id":14298106179,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20200804184101-5ec99f83aff1","direct":false,"kind":"runtime","optional":false},{"id":14298106180,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106181,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106182,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20180817151627-c66870c02cf8","direct":false,"kind":"runtime","optional":false},{"id":14298106183,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190819201941-24fa4b261c55","direct":false,"kind":"runtime","optional":false},{"id":14298106184,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200513103714-09dca8ec2884","direct":false,"kind":"runtime","optional":false},{"id":14298106185,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200526211855-cb27e3aa2013","direct":false,"kind":"runtime","optional":false},{"id":14298106186,"package_name":"google.golang.org/genproto/googleapis/rpc","ecosystem":"go","requirements":"v0.0.0-20231016165738-49dd2c1f3d0b","direct":false,"kind":"runtime","optional":false},{"id":14298106187,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":14298106188,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":14298106189,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.25.1","direct":false,"kind":"runtime","optional":false},{"id":14298106190,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.27.0","direct":false,"kind":"runtime","optional":false},{"id":14298106191,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.33.1","direct":false,"kind":"runtime","optional":false},{"id":14298106192,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.36.0","direct":false,"kind":"runtime","optional":false},{"id":14298106193,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.47.0","direct":false,"kind":"runtime","optional":false},{"id":14298106194,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.59.0","direct":false,"kind":"runtime","optional":false},{"id":14298106195,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200109180630-ec00e32a8dfd","direct":false,"kind":"runtime","optional":false},{"id":14298106196,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200221191635-4d8936d0db64","direct":false,"kind":"runtime","optional":false},{"id":14298106197,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200228230310-ab0ca4ff8a60","direct":false,"kind":"runtime","optional":false},{"id":14298106198,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.20.1-0.20200309200217-e05f789c0967","direct":false,"kind":"runtime","optional":false},{"id":14298106199,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.21.0","direct":false,"kind":"runtime","optional":false},{"id":14298106200,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.22.0","direct":false,"kind":"runtime","optional":false},{"id":14298106201,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":14298106202,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.23.1-0.20200526195155-81db48ad09cc","direct":false,"kind":"runtime","optional":false},{"id":14298106203,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.25.0","direct":false,"kind":"runtime","optional":false},{"id":14298106204,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.26.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":14298106205,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.26.0","direct":false,"kind":"runtime","optional":false},{"id":14298106206,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.27.1","direct":false,"kind":"runtime","optional":false},{"id":14298106207,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.28.0","direct":false,"kind":"runtime","optional":false},{"id":14298106208,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.31.0","direct":false,"kind":"runtime","optional":false},{"id":14298106209,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v0.0.0-20161208181325-20d25e280405","direct":false,"kind":"runtime","optional":false},{"id":14298106210,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20180628173108-788fd7840127","direct":false,"kind":"runtime","optional":false},{"id":14298106211,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20201130134442-10cb98267c6c","direct":false,"kind":"runtime","optional":false},{"id":14298106212,"package_name":"gopkg.in/yaml.v1","ecosystem":"go","requirements":"v1.0.0-20140924161607-9f9df34309c0","direct":false,"kind":"runtime","optional":false},{"id":14298106213,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.1","direct":false,"kind":"runtime","optional":false},{"id":14298106214,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.2","direct":false,"kind":"runtime","optional":false},{"id":14298106215,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.3","direct":false,"kind":"runtime","optional":false},{"id":14298106216,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106217,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20200313102051-9f266ea9e77c","direct":false,"kind":"runtime","optional":false},{"id":14298106218,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":false,"kind":"runtime","optional":false},{"id":14298106219,"package_name":"gotest.tools/v3","ecosystem":"go","requirements":"v3.4.0","direct":false,"kind":"runtime","optional":false},{"id":14298106220,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190102054323-c2f93a96b099","direct":false,"kind":"runtime","optional":false},{"id":14298106221,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190523083050-ea95bdfd59fc","direct":false,"kind":"runtime","optional":false},{"id":14298106222,"package_name":"howett.net/plist","ecosystem":"go","requirements":"v0.0.0-20181124034731-591f970eefbb","direct":false,"kind":"runtime","optional":false},{"id":14298106223,"package_name":"howett.net/plist","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":14298106224,"package_name":"lukechampine.com/uint128","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":14298106225,"package_name":"modernc.org/cc/v3","ecosystem":"go","requirements":"v3.41.0","direct":false,"kind":"runtime","optional":false},{"id":14298106226,"package_name":"modernc.org/ccgo/v3","ecosystem":"go","requirements":"v3.16.15","direct":false,"kind":"runtime","optional":false},{"id":14298106227,"package_name":"modernc.org/ccorpus","ecosystem":"go","requirements":"v1.11.6","direct":false,"kind":"runtime","optional":false},{"id":14298106228,"package_name":"modernc.org/httpfs","ecosystem":"go","requirements":"v1.0.6","direct":false,"kind":"runtime","optional":false},{"id":14298106229,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.28.0","direct":false,"kind":"runtime","optional":false},{"id":14298106230,"package_name":"modernc.org/mathutil","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":14298106231,"package_name":"modernc.org/memory","ecosystem":"go","requirements":"v1.7.2","direct":false,"kind":"runtime","optional":false},{"id":14298106232,"package_name":"modernc.org/opt","ecosystem":"go","requirements":"v0.1.3","direct":false,"kind":"runtime","optional":false},{"id":14298106233,"package_name":"modernc.org/sqlite","ecosystem":"go","requirements":"v1.26.0","direct":false,"kind":"runtime","optional":false},{"id":14298106234,"package_name":"modernc.org/strutil","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":14298106235,"package_name":"modernc.org/tcl","ecosystem":"go","requirements":"v1.15.2","direct":false,"kind":"runtime","optional":false},{"id":14298106236,"package_name":"modernc.org/token","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":14298106237,"package_name":"modernc.org/z","ecosystem":"go","requirements":"v1.7.3","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/integration.yaml","sha":null,"kind":"manifest","created_at":"2026-04-22T01:01:38.036Z","updated_at":"2026-04-22T01:01:38.036Z","repository_link":"https://github.com/pressly/goose/blob/main/.github/workflows/integration.yaml","dependencies":[{"id":25856770196,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25856770197,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"go","filepath":"internal/testing/go.mod","sha":null,"kind":"manifest","created_at":"2026-04-22T01:01:38.194Z","updated_at":"2026-04-22T01:01:38.194Z","repository_link":"https://github.com/pressly/goose/blob/main/internal/testing/go.mod","dependencies":[{"id":25856770450,"package_name":"github.com/xeipuuv/gojsonschema","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":25856770458,"package_name":"github.com/ydb-platform/ydb-go-genproto","ecosystem":"go","requirements":"v0.0.0-20260128080146-c4ed16b24b37","direct":true,"kind":"runtime","optional":false},{"id":25856770459,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.24.0","direct":true,"kind":"runtime","optional":false},{"id":25856770461,"package_name":"go.opentelemetry.io/auto/sdk","ecosystem":"go","requirements":"v1.2.1","direct":true,"kind":"runtime","optional":false},{"id":25856770462,"package_name":"go.opentelemetry.io/contrib/detectors/gcp","ecosystem":"go","requirements":"v1.40.0","direct":true,"kind":"runtime","optional":false},{"id":25856770465,"package_name":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","ecosystem":"go","requirements":"v0.65.0","direct":true,"kind":"runtime","optional":false},{"id":25856770466,"package_name":"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp","ecosystem":"go","requirements":"v0.65.0","direct":true,"kind":"runtime","optional":false},{"id":25856770468,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.40.0","direct":true,"kind":"runtime","optional":false},{"id":25856770469,"package_name":"go.opentelemetry.io/otel/metric","ecosystem":"go","requirements":"v1.40.0","direct":true,"kind":"runtime","optional":false},{"id":25856770470,"package_name":"go.opentelemetry.io/otel/sdk","ecosystem":"go","requirements":"v1.40.0","direct":true,"kind":"runtime","optional":false},{"id":25856770471,"package_name":"go.opentelemetry.io/otel/sdk/metric","ecosystem":"go","requirements":"v1.40.0","direct":true,"kind":"runtime","optional":false},{"id":25856770472,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.40.0","direct":true,"kind":"runtime","optional":false},{"id":25856770473,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.11.0","direct":true,"kind":"runtime","optional":false},{"id":25856770474,"package_name":"go.yaml.in/yaml/v3","ecosystem":"go","requirements":"v3.0.4","direct":true,"kind":"runtime","optional":false},{"id":25856770475,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.48.0","direct":true,"kind":"runtime","optional":false},{"id":25856770476,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20260218203240-3dfff04db8fa","direct":true,"kind":"runtime","optional":false},{"id":25856770477,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.50.0","direct":true,"kind":"runtime","optional":false},{"id":25856770478,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.35.0","direct":true,"kind":"runtime","optional":false},{"id":25856770479,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.41.0","direct":true,"kind":"runtime","optional":false},{"id":25856770480,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.34.0","direct":true,"kind":"runtime","optional":false},{"id":25856770481,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.14.0","direct":true,"kind":"runtime","optional":false},{"id":25856770482,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.267.0","direct":true,"kind":"runtime","optional":false},{"id":25856770483,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20260217215200-42d3e9bedb6d","direct":true,"kind":"runtime","optional":false},{"id":25856770484,"package_name":"google.golang.org/genproto/googleapis/api","ecosystem":"go","requirements":"v0.0.0-20260217215200-42d3e9bedb6d","direct":true,"kind":"runtime","optional":false},{"id":25856770485,"package_name":"google.golang.org/genproto/googleapis/rpc","ecosystem":"go","requirements":"v0.0.0-20260217215200-42d3e9bedb6d","direct":true,"kind":"runtime","optional":false},{"id":25856770486,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.79.3","direct":true,"kind":"runtime","optional":false},{"id":25856770487,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.36.11","direct":true,"kind":"runtime","optional":false},{"id":25856770488,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":true,"kind":"runtime","optional":false},{"id":25856770208,"package_name":"cloud.google.com/go/spanner","ecosystem":"go","requirements":"v1.88.0","direct":true,"kind":"runtime","optional":false},{"id":25856770212,"package_name":"github.com/ClickHouse/clickhouse-go/v2","ecosystem":"go","requirements":"v2.43.0","direct":true,"kind":"runtime","optional":false},{"id":25856770213,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.9.3","direct":true,"kind":"runtime","optional":false},{"id":25856770214,"package_name":"github.com/googleapis/go-sql-spanner","ecosystem":"go","requirements":"v1.24.0","direct":true,"kind":"runtime","optional":false},{"id":25856770215,"package_name":"github.com/jackc/pgx/v5","ecosystem":"go","requirements":"v5.8.0","direct":true,"kind":"runtime","optional":false},{"id":25856770216,"package_name":"github.com/ory/dockertest/v3","ecosystem":"go","requirements":"v3.12.0","direct":true,"kind":"runtime","optional":false},{"id":25856770217,"package_name":"github.com/pressly/goose/v3","ecosystem":"go","requirements":"v3.26.0","direct":true,"kind":"runtime","optional":false},{"id":25856770218,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.11.1","direct":true,"kind":"runtime","optional":false},{"id":25856770219,"package_name":"github.com/tursodatabase/libsql-client-go","ecosystem":"go","requirements":"v0.0.0-20251219100830-236aa1ff8acc","direct":true,"kind":"runtime","optional":false},{"id":25856770220,"package_name":"github.com/ydb-platform/ydb-go-sdk/v3","ecosystem":"go","requirements":"v3.127.0","direct":true,"kind":"runtime","optional":false},{"id":25856770221,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.19.0","direct":true,"kind":"runtime","optional":false},{"id":25856770222,"package_name":"cel.dev/expr","ecosystem":"go","requirements":"v0.25.1","direct":true,"kind":"runtime","optional":false},{"id":25856770223,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.123.0","direct":true,"kind":"runtime","optional":false},{"id":25856770224,"package_name":"cloud.google.com/go/auth","ecosystem":"go","requirements":"v0.18.2","direct":true,"kind":"runtime","optional":false},{"id":25856770225,"package_name":"cloud.google.com/go/auth/oauth2adapt","ecosystem":"go","requirements":"v0.2.8","direct":true,"kind":"runtime","optional":false},{"id":25856770226,"package_name":"cloud.google.com/go/compute/metadata","ecosystem":"go","requirements":"v0.9.0","direct":true,"kind":"runtime","optional":false},{"id":25856770227,"package_name":"cloud.google.com/go/iam","ecosystem":"go","requirements":"v1.5.3","direct":true,"kind":"runtime","optional":false},{"id":25856770228,"package_name":"cloud.google.com/go/longrunning","ecosystem":"go","requirements":"v0.8.0","direct":true,"kind":"runtime","optional":false},{"id":25856770229,"package_name":"cloud.google.com/go/monitoring","ecosystem":"go","requirements":"v1.24.3","direct":true,"kind":"runtime","optional":false},{"id":25856770230,"package_name":"dario.cat/mergo","ecosystem":"go","requirements":"v1.0.2","direct":true,"kind":"runtime","optional":false},{"id":25856770231,"package_name":"filippo.io/edwards25519","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":25856770232,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20250102033503-faa5f7b0171c","direct":true,"kind":"runtime","optional":false},{"id":25856770233,"package_name":"github.com/ClickHouse/ch-go","ecosystem":"go","requirements":"v0.71.0","direct":true,"kind":"runtime","optional":false},{"id":25856770234,"package_name":"github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":25856770235,"package_name":"github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp","ecosystem":"go","requirements":"v1.31.0","direct":true,"kind":"runtime","optional":false},{"id":25856770236,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.6.2","direct":true,"kind":"runtime","optional":false},{"id":25856770237,"package_name":"github.com/Nvveen/Gotty","ecosystem":"go","requirements":"v0.0.0-20120604004816-cd527374f1e5","direct":true,"kind":"runtime","optional":false},{"id":25856770238,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.2.0","direct":true,"kind":"runtime","optional":false},{"id":25856770239,"package_name":"github.com/antlr4-go/antlr/v4","ecosystem":"go","requirements":"v4.13.1","direct":true,"kind":"runtime","optional":false},{"id":25856770240,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.3.0","direct":true,"kind":"runtime","optional":false},{"id":25856770241,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.3.0","direct":true,"kind":"runtime","optional":false},{"id":25856770242,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20260202195803-dba9d589def2","direct":true,"kind":"runtime","optional":false},{"id":25856770243,"package_name":"github.com/coder/websocket","ecosystem":"go","requirements":"v1.8.14","direct":true,"kind":"runtime","optional":false},{"id":25856770244,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.4.5","direct":true,"kind":"runtime","optional":false},{"id":25856770245,"package_name":"github.com/containerd/errdefs","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":25856770246,"package_name":"github.com/containerd/errdefs/pkg","ecosystem":"go","requirements":"v0.3.0","direct":true,"kind":"runtime","optional":false},{"id":25856770277,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.2-0.20180830191138-d8f796af33cc","direct":true,"kind":"runtime","optional":false},{"id":25856770278,"package_name":"github.com/distribution/reference","ecosystem":"go","requirements":"v0.6.0","direct":true,"kind":"runtime","optional":false},{"id":25856770280,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v29.2.1+incompatible","direct":true,"kind":"runtime","optional":false},{"id":25856770307,"package_name":"github.com/docker/go-connections","ecosystem":"go","requirements":"v0.6.0","direct":true,"kind":"runtime","optional":false},{"id":25856770314,"package_name":"github.com/docker/go-units","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":25856770315,"package_name":"github.com/envoyproxy/go-control-plane/envoy","ecosystem":"go","requirements":"v1.37.0","direct":true,"kind":"runtime","optional":false},{"id":25856770323,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v1.3.3","direct":true,"kind":"runtime","optional":false},{"id":25856770324,"package_name":"github.com/felixge/httpsnoop","ecosystem":"go","requirements":"v1.0.4","direct":true,"kind":"runtime","optional":false},{"id":25856770366,"package_name":"github.com/go-faster/city","ecosystem":"go","requirements":"v1.0.1","direct":true,"kind":"runtime","optional":false},{"id":25856770367,"package_name":"github.com/go-faster/errors","ecosystem":"go","requirements":"v0.7.1","direct":true,"kind":"runtime","optional":false},{"id":25856770368,"package_name":"github.com/go-jose/go-jose/v4","ecosystem":"go","requirements":"v4.1.3","direct":true,"kind":"runtime","optional":false},{"id":25856770369,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.4.3","direct":true,"kind":"runtime","optional":false},{"id":25856770370,"package_name":"github.com/go-logr/stdr","ecosystem":"go","requirements":"v1.2.2","direct":true,"kind":"runtime","optional":false},{"id":25856770371,"package_name":"github.com/go-viper/mapstructure/v2","ecosystem":"go","requirements":"v2.5.0","direct":true,"kind":"runtime","optional":false},{"id":25856770372,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.5.2","direct":true,"kind":"runtime","optional":false},{"id":25856770373,"package_name":"github.com/google/s2a-go","ecosystem":"go","requirements":"v0.1.9","direct":true,"kind":"runtime","optional":false},{"id":25856770374,"package_name":"github.com/google/shlex","ecosystem":"go","requirements":"v0.0.0-20191202100458-e7afc7fbc510","direct":true,"kind":"runtime","optional":false},{"id":25856770420,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.6.0","direct":true,"kind":"runtime","optional":false},{"id":25856770422,"package_name":"github.com/googleapis/enterprise-certificate-proxy","ecosystem":"go","requirements":"v0.3.12","direct":true,"kind":"runtime","optional":false},{"id":25856770423,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.17.0","direct":true,"kind":"runtime","optional":false},{"id":25856770424,"package_name":"github.com/hashicorp/golang-lru/v2","ecosystem":"go","requirements":"v2.0.7","direct":true,"kind":"runtime","optional":false},{"id":25856770425,"package_name":"github.com/jackc/pgpassfile","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":25856770426,"package_name":"github.com/jackc/pgservicefile","ecosystem":"go","requirements":"v0.0.0-20240606120523-5a60cdf6a761","direct":true,"kind":"runtime","optional":false},{"id":25856770427,"package_name":"github.com/jackc/puddle/v2","ecosystem":"go","requirements":"v2.2.2","direct":true,"kind":"runtime","optional":false},{"id":25856770428,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.5.0","direct":true,"kind":"runtime","optional":false},{"id":25856770429,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.18.4","direct":true,"kind":"runtime","optional":false},{"id":25856770430,"package_name":"github.com/mfridman/interpolate","ecosystem":"go","requirements":"v0.0.2","direct":true,"kind":"runtime","optional":false},{"id":25856770431,"package_name":"github.com/moby/docker-image-spec","ecosystem":"go","requirements":"v1.3.1","direct":true,"kind":"runtime","optional":false},{"id":25856770432,"package_name":"github.com/moby/moby/api","ecosystem":"go","requirements":"v1.53.0","direct":true,"kind":"runtime","optional":false},{"id":25856770433,"package_name":"github.com/moby/moby/client","ecosystem":"go","requirements":"v0.2.2","direct":true,"kind":"runtime","optional":false},{"id":25856770434,"package_name":"github.com/moby/sys/user","ecosystem":"go","requirements":"v0.4.0","direct":true,"kind":"runtime","optional":false},{"id":25856770435,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.5.2","direct":true,"kind":"runtime","optional":false},{"id":25856770436,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0","direct":true,"kind":"runtime","optional":false},{"id":25856770437,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.1.1","direct":true,"kind":"runtime","optional":false},{"id":25856770438,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.3.3","direct":true,"kind":"runtime","optional":false},{"id":25856770439,"package_name":"github.com/paulmach/orb","ecosystem":"go","requirements":"v0.12.0","direct":true,"kind":"runtime","optional":false},{"id":25856770440,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.25","direct":true,"kind":"runtime","optional":false},{"id":25856770441,"package_name":"github.com/planetscale/vtprotobuf","ecosystem":"go","requirements":"v0.6.1-0.20240319094008-0393e58bdf10","direct":true,"kind":"runtime","optional":false},{"id":25856770442,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.1-0.20181226105442-5d4384ee4fb2","direct":true,"kind":"runtime","optional":false},{"id":25856770443,"package_name":"github.com/segmentio/asm","ecosystem":"go","requirements":"v1.2.1","direct":true,"kind":"runtime","optional":false},{"id":25856770444,"package_name":"github.com/sethvargo/go-retry","ecosystem":"go","requirements":"v0.3.0","direct":true,"kind":"runtime","optional":false},{"id":25856770445,"package_name":"github.com/shopspring/decimal","ecosystem":"go","requirements":"v1.4.0","direct":true,"kind":"runtime","optional":false},{"id":25856770446,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.9.4","direct":true,"kind":"runtime","optional":false},{"id":25856770447,"package_name":"github.com/spiffe/go-spiffe/v2","ecosystem":"go","requirements":"v2.6.0","direct":true,"kind":"runtime","optional":false},{"id":25856770448,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20190905194746-02993c407bfb","direct":true,"kind":"runtime","optional":false},{"id":25856770449,"package_name":"github.com/xeipuuv/gojsonreference","ecosystem":"go","requirements":"v0.0.0-20180127040603-bd5ef7bd5415","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"internal/testing/go.sum","sha":null,"kind":"lockfile","created_at":"2026-04-22T01:01:53.389Z","updated_at":"2026-04-22T01:01:53.389Z","repository_link":"https://github.com/pressly/goose/blob/main/internal/testing/go.sum","dependencies":[{"id":25856770489,"package_name":"cel.dev/expr","ecosystem":"go","requirements":"v0.25.1","direct":false,"kind":"runtime","optional":false},{"id":25856770490,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.26.0","direct":false,"kind":"runtime","optional":false},{"id":25856770491,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.34.0","direct":false,"kind":"runtime","optional":false},{"id":25856770492,"package_name":"cloud.google.com/go","ecosystem":"go","requirements":"v0.123.0","direct":false,"kind":"runtime","optional":false},{"id":25856770493,"package_name":"cloud.google.com/go/auth","ecosystem":"go","requirements":"v0.18.2","direct":false,"kind":"runtime","optional":false},{"id":25856770494,"package_name":"cloud.google.com/go/auth/oauth2adapt","ecosystem":"go","requirements":"v0.2.8","direct":false,"kind":"runtime","optional":false},{"id":25856770495,"package_name":"cloud.google.com/go/compute/metadata","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":25856770496,"package_name":"cloud.google.com/go/iam","ecosystem":"go","requirements":"v1.5.3","direct":false,"kind":"runtime","optional":false},{"id":25856770497,"package_name":"cloud.google.com/go/longrunning","ecosystem":"go","requirements":"v0.8.0","direct":false,"kind":"runtime","optional":false},{"id":25856770498,"package_name":"cloud.google.com/go/monitoring","ecosystem":"go","requirements":"v1.24.3","direct":false,"kind":"runtime","optional":false},{"id":25856770499,"package_name":"cloud.google.com/go/spanner","ecosystem":"go","requirements":"v1.88.0","direct":false,"kind":"runtime","optional":false},{"id":25856770500,"package_name":"dario.cat/mergo","ecosystem":"go","requirements":"v1.0.2","direct":false,"kind":"runtime","optional":false},{"id":25856770501,"package_name":"filippo.io/edwards25519","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770502,"package_name":"github.com/Azure/go-ansiterm","ecosystem":"go","requirements":"v0.0.0-20250102033503-faa5f7b0171c","direct":false,"kind":"runtime","optional":false},{"id":25856770503,"package_name":"github.com/BurntSushi/toml","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":25856770504,"package_name":"github.com/ClickHouse/ch-go","ecosystem":"go","requirements":"v0.71.0","direct":false,"kind":"runtime","optional":false},{"id":25856770505,"package_name":"github.com/ClickHouse/clickhouse-go/v2","ecosystem":"go","requirements":"v2.43.0","direct":false,"kind":"runtime","optional":false},{"id":25856770506,"package_name":"github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25856770507,"package_name":"github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp","ecosystem":"go","requirements":"v1.31.0","direct":false,"kind":"runtime","optional":false},{"id":25856770508,"package_name":"github.com/Microsoft/go-winio","ecosystem":"go","requirements":"v0.6.2","direct":false,"kind":"runtime","optional":false},{"id":25856770509,"package_name":"github.com/Nvveen/Gotty","ecosystem":"go","requirements":"v0.0.0-20120604004816-cd527374f1e5","direct":false,"kind":"runtime","optional":false},{"id":25856770510,"package_name":"github.com/andybalholm/brotli","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770511,"package_name":"github.com/antihax/optional","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770512,"package_name":"github.com/antlr4-go/antlr/v4","ecosystem":"go","requirements":"v4.13.1","direct":false,"kind":"runtime","optional":false},{"id":25856770513,"package_name":"github.com/cenkalti/backoff/v4","ecosystem":"go","requirements":"v4.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770514,"package_name":"github.com/census-instrumentation/opencensus-proto","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25856770515,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.1.1","direct":false,"kind":"runtime","optional":false},{"id":25856770516,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770517,"package_name":"github.com/client9/misspell","ecosystem":"go","requirements":"v0.3.4","direct":false,"kind":"runtime","optional":false},{"id":25856770518,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20191209042840-269d4d468f6f","direct":false,"kind":"runtime","optional":false},{"id":25856770519,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20201120205902-5459f2c99403","direct":false,"kind":"runtime","optional":false},{"id":25856770520,"package_name":"github.com/cncf/udpa/go","ecosystem":"go","requirements":"v0.0.0-20210930031921-04548b0d99d4","direct":false,"kind":"runtime","optional":false},{"id":25856770521,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20210922020428-25de7278fc84","direct":false,"kind":"runtime","optional":false},{"id":25856770522,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211001041855-01bcc9b48dfe","direct":false,"kind":"runtime","optional":false},{"id":25856770523,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20211011173535-cb28da3451f1","direct":false,"kind":"runtime","optional":false},{"id":25856770524,"package_name":"github.com/cncf/xds/go","ecosystem":"go","requirements":"v0.0.0-20260202195803-dba9d589def2","direct":false,"kind":"runtime","optional":false},{"id":25856770525,"package_name":"github.com/coder/websocket","ecosystem":"go","requirements":"v1.8.14","direct":false,"kind":"runtime","optional":false},{"id":25856770526,"package_name":"github.com/containerd/continuity","ecosystem":"go","requirements":"v0.4.5","direct":false,"kind":"runtime","optional":false},{"id":25856770527,"package_name":"github.com/containerd/errdefs","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770528,"package_name":"github.com/containerd/errdefs/pkg","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770529,"package_name":"github.com/creack/pty","ecosystem":"go","requirements":"v1.1.24","direct":false,"kind":"runtime","optional":false},{"id":25856770530,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770531,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25856770532,"package_name":"github.com/davecgh/go-spew","ecosystem":"go","requirements":"v1.1.2-0.20180830191138-d8f796af33cc","direct":false,"kind":"runtime","optional":false},{"id":25856770533,"package_name":"github.com/distribution/reference","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":25856770534,"package_name":"github.com/docker/cli","ecosystem":"go","requirements":"v29.2.1+incompatible","direct":false,"kind":"runtime","optional":false},{"id":25856770535,"package_name":"github.com/docker/go-connections","ecosystem":"go","requirements":"v0.6.0","direct":false,"kind":"runtime","optional":false},{"id":25856770536,"package_name":"github.com/docker/go-units","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770537,"package_name":"github.com/dustin/go-humanize","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25856770538,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.0","direct":false,"kind":"runtime","optional":false},{"id":25856770539,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.1-0.20191026205805-5f8ba28d4473","direct":false,"kind":"runtime","optional":false},{"id":25856770540,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.4","direct":false,"kind":"runtime","optional":false},{"id":25856770541,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.9.9-0.20201210154907-fd9021fe5dad","direct":false,"kind":"runtime","optional":false},{"id":25856770542,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.10.2-0.20220325020618-49ff273808a1","direct":false,"kind":"runtime","optional":false},{"id":25856770543,"package_name":"github.com/envoyproxy/go-control-plane","ecosystem":"go","requirements":"v0.14.0","direct":false,"kind":"runtime","optional":false},{"id":25856770544,"package_name":"github.com/envoyproxy/go-control-plane/envoy","ecosystem":"go","requirements":"v1.37.0","direct":false,"kind":"runtime","optional":false},{"id":25856770545,"package_name":"github.com/envoyproxy/go-control-plane/ratelimit","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770546,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770547,"package_name":"github.com/envoyproxy/protoc-gen-validate","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":25856770548,"package_name":"github.com/felixge/httpsnoop","ecosystem":"go","requirements":"v1.0.4","direct":false,"kind":"runtime","optional":false},{"id":25856770549,"package_name":"github.com/ghodss/yaml","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770552,"package_name":"github.com/go-faster/city","ecosystem":"go","requirements":"v1.0.1","direct":false,"kind":"runtime","optional":false},{"id":25856770553,"package_name":"github.com/go-faster/errors","ecosystem":"go","requirements":"v0.7.1","direct":false,"kind":"runtime","optional":false},{"id":25856770554,"package_name":"github.com/go-jose/go-jose/v4","ecosystem":"go","requirements":"v4.1.3","direct":false,"kind":"runtime","optional":false},{"id":25856770555,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":25856770556,"package_name":"github.com/go-logr/logr","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":25856770557,"package_name":"github.com/go-logr/stdr","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":25856770558,"package_name":"github.com/go-sql-driver/mysql","ecosystem":"go","requirements":"v1.9.3","direct":false,"kind":"runtime","optional":false},{"id":25856770559,"package_name":"github.com/go-viper/mapstructure/v2","ecosystem":"go","requirements":"v2.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770560,"package_name":"github.com/gogo/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":25856770567,"package_name":"github.com/golang-jwt/jwt/v4","ecosystem":"go","requirements":"v4.5.2","direct":false,"kind":"runtime","optional":false},{"id":25856770568,"package_name":"github.com/golang/glog","ecosystem":"go","requirements":"v0.0.0-20160126235308-23def4e6c14b","direct":false,"kind":"runtime","optional":false},{"id":25856770574,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20200121045136-8c9f03a8e57e","direct":false,"kind":"runtime","optional":false},{"id":25856770578,"package_name":"github.com/golang/groupcache","ecosystem":"go","requirements":"v0.0.0-20241129210726-2c02b8208cf8","direct":false,"kind":"runtime","optional":false},{"id":25856770579,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25856770580,"package_name":"github.com/golang/mock","ecosystem":"go","requirements":"v1.7.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":25856770581,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770582,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.2","direct":false,"kind":"runtime","optional":false},{"id":25856770583,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":25856770584,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":25856770585,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.1.0.20200221234624-67d41d38c208","direct":false,"kind":"runtime","optional":false},{"id":25856770586,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.2","direct":false,"kind":"runtime","optional":false},{"id":25856770587,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0-rc.4.0.20200313231945-b860323f09d0","direct":false,"kind":"runtime","optional":false},{"id":25856770588,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770589,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.1","direct":false,"kind":"runtime","optional":false},{"id":25856770590,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.2","direct":false,"kind":"runtime","optional":false},{"id":25856770591,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.4.3","direct":false,"kind":"runtime","optional":false},{"id":25856770592,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770593,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.2","direct":false,"kind":"runtime","optional":false},{"id":25856770594,"package_name":"github.com/golang/protobuf","ecosystem":"go","requirements":"v1.5.4","direct":false,"kind":"runtime","optional":false},{"id":25856770595,"package_name":"github.com/golang/snappy","ecosystem":"go","requirements":"v0.0.1","direct":false,"kind":"runtime","optional":false},{"id":25856770597,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770598,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770599,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":25856770600,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770602,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770603,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":25856770604,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.3","direct":false,"kind":"runtime","optional":false},{"id":25856770605,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.5","direct":false,"kind":"runtime","optional":false},{"id":25856770606,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.5.6","direct":false,"kind":"runtime","optional":false},{"id":25856770607,"package_name":"github.com/google/go-cmp","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":25856770608,"package_name":"github.com/google/s2a-go","ecosystem":"go","requirements":"v0.1.9","direct":false,"kind":"runtime","optional":false},{"id":25856770609,"package_name":"github.com/google/shlex","ecosystem":"go","requirements":"v0.0.0-20191202100458-e7afc7fbc510","direct":false,"kind":"runtime","optional":false},{"id":25856770610,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.1.2","direct":false,"kind":"runtime","optional":false},{"id":25856770611,"package_name":"github.com/google/uuid","ecosystem":"go","requirements":"v1.6.0","direct":false,"kind":"runtime","optional":false},{"id":25856770612,"package_name":"github.com/googleapis/enterprise-certificate-proxy","ecosystem":"go","requirements":"v0.3.12","direct":false,"kind":"runtime","optional":false},{"id":25856770613,"package_name":"github.com/googleapis/gax-go/v2","ecosystem":"go","requirements":"v2.17.0","direct":false,"kind":"runtime","optional":false},{"id":25856770614,"package_name":"github.com/googleapis/go-sql-spanner","ecosystem":"go","requirements":"v1.24.0","direct":false,"kind":"runtime","optional":false},{"id":25856770615,"package_name":"github.com/grpc-ecosystem/grpc-gateway","ecosystem":"go","requirements":"v1.16.0","direct":false,"kind":"runtime","optional":false},{"id":25856770616,"package_name":"github.com/hashicorp/golang-lru/v2","ecosystem":"go","requirements":"v2.0.7","direct":false,"kind":"runtime","optional":false},{"id":25856770617,"package_name":"github.com/jackc/pgpassfile","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770618,"package_name":"github.com/jackc/pgservicefile","ecosystem":"go","requirements":"v0.0.0-20240606120523-5a60cdf6a761","direct":false,"kind":"runtime","optional":false},{"id":25856770619,"package_name":"github.com/jackc/pgx/v5","ecosystem":"go","requirements":"v5.8.0","direct":false,"kind":"runtime","optional":false},{"id":25856770620,"package_name":"github.com/jackc/puddle/v2","ecosystem":"go","requirements":"v2.2.2","direct":false,"kind":"runtime","optional":false},{"id":25856770621,"package_name":"github.com/jonboulle/clockwork","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770622,"package_name":"github.com/kisielk/errcheck","ecosystem":"go","requirements":"v1.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770628,"package_name":"github.com/kisielk/gotool","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770630,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.13.6","direct":false,"kind":"runtime","optional":false},{"id":25856770631,"package_name":"github.com/klauspost/compress","ecosystem":"go","requirements":"v1.18.4","direct":false,"kind":"runtime","optional":false},{"id":25856770632,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770633,"package_name":"github.com/kr/pretty","ecosystem":"go","requirements":"v0.3.1","direct":false,"kind":"runtime","optional":false},{"id":25856770634,"package_name":"github.com/kr/pty","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25856770642,"package_name":"github.com/kr/text","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770643,"package_name":"github.com/kr/text","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770644,"package_name":"github.com/lib/pq","ecosystem":"go","requirements":"v1.10.9","direct":false,"kind":"runtime","optional":false},{"id":25856770645,"package_name":"github.com/mattn/go-isatty","ecosystem":"go","requirements":"v0.0.20","direct":false,"kind":"runtime","optional":false},{"id":25856770646,"package_name":"github.com/mfridman/interpolate","ecosystem":"go","requirements":"v0.0.2","direct":false,"kind":"runtime","optional":false},{"id":25856770647,"package_name":"github.com/moby/docker-image-spec","ecosystem":"go","requirements":"v1.3.1","direct":false,"kind":"runtime","optional":false},{"id":25856770648,"package_name":"github.com/moby/moby/api","ecosystem":"go","requirements":"v1.53.0","direct":false,"kind":"runtime","optional":false},{"id":25856770649,"package_name":"github.com/moby/moby/client","ecosystem":"go","requirements":"v0.2.2","direct":false,"kind":"runtime","optional":false},{"id":25856770650,"package_name":"github.com/moby/sys/user","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770651,"package_name":"github.com/moby/term","ecosystem":"go","requirements":"v0.5.2","direct":false,"kind":"runtime","optional":false},{"id":25856770652,"package_name":"github.com/montanaflynn/stats","ecosystem":"go","requirements":"v0.0.0-20171201202039-1bf9dbcd8cbe","direct":false,"kind":"runtime","optional":false},{"id":25856770653,"package_name":"github.com/ncruces/go-strftime","ecosystem":"go","requirements":"v0.1.9","direct":false,"kind":"runtime","optional":false},{"id":25856770654,"package_name":"github.com/opencontainers/go-digest","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770655,"package_name":"github.com/opencontainers/image-spec","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25856770656,"package_name":"github.com/opencontainers/runc","ecosystem":"go","requirements":"v1.3.3","direct":false,"kind":"runtime","optional":false},{"id":25856770657,"package_name":"github.com/ory/dockertest/v3","ecosystem":"go","requirements":"v3.12.0","direct":false,"kind":"runtime","optional":false},{"id":25856770658,"package_name":"github.com/paulmach/orb","ecosystem":"go","requirements":"v0.12.0","direct":false,"kind":"runtime","optional":false},{"id":25856770659,"package_name":"github.com/paulmach/protoscan","ecosystem":"go","requirements":"v0.2.1","direct":false,"kind":"runtime","optional":false},{"id":25856770660,"package_name":"github.com/pierrec/lz4/v4","ecosystem":"go","requirements":"v4.1.25","direct":false,"kind":"runtime","optional":false},{"id":25856770661,"package_name":"github.com/pkg/errors","ecosystem":"go","requirements":"v0.9.1","direct":false,"kind":"runtime","optional":false},{"id":25856770662,"package_name":"github.com/planetscale/vtprotobuf","ecosystem":"go","requirements":"v0.6.1-0.20240319094008-0393e58bdf10","direct":false,"kind":"runtime","optional":false},{"id":25856770663,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770664,"package_name":"github.com/pmezard/go-difflib","ecosystem":"go","requirements":"v1.0.1-0.20181226105442-5d4384ee4fb2","direct":false,"kind":"runtime","optional":false},{"id":25856770665,"package_name":"github.com/pressly/goose/v3","ecosystem":"go","requirements":"v3.26.0","direct":false,"kind":"runtime","optional":false},{"id":25856770666,"package_name":"github.com/prometheus/client_model","ecosystem":"go","requirements":"v0.0.0-20190812154241-14fe0d1b01d4","direct":false,"kind":"runtime","optional":false},{"id":25856770667,"package_name":"github.com/rekby/fixenv","ecosystem":"go","requirements":"v0.6.1","direct":false,"kind":"runtime","optional":false},{"id":25856770668,"package_name":"github.com/remyoudompheng/bigfft","ecosystem":"go","requirements":"v0.0.0-20230129092748-24d4a6f8daec","direct":false,"kind":"runtime","optional":false},{"id":25856770669,"package_name":"github.com/rogpeppe/fastuuid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770670,"package_name":"github.com/rogpeppe/go-internal","ecosystem":"go","requirements":"v1.14.1","direct":false,"kind":"runtime","optional":false},{"id":25856770671,"package_name":"github.com/segmentio/asm","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25856770672,"package_name":"github.com/sethvargo/go-retry","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770673,"package_name":"github.com/shopspring/decimal","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770674,"package_name":"github.com/sirupsen/logrus","ecosystem":"go","requirements":"v1.9.4","direct":false,"kind":"runtime","optional":false},{"id":25856770675,"package_name":"github.com/spiffe/go-spiffe/v2","ecosystem":"go","requirements":"v2.6.0","direct":false,"kind":"runtime","optional":false},{"id":25856770676,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770677,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770678,"package_name":"github.com/stretchr/objx","ecosystem":"go","requirements":"v0.5.0","direct":false,"kind":"runtime","optional":false},{"id":25856770679,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770680,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.5.1","direct":false,"kind":"runtime","optional":false},{"id":25856770681,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.6.1","direct":false,"kind":"runtime","optional":false},{"id":25856770682,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.0","direct":false,"kind":"runtime","optional":false},{"id":25856770683,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":25856770684,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.0","direct":false,"kind":"runtime","optional":false},{"id":25856770685,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.8.1","direct":false,"kind":"runtime","optional":false},{"id":25856770686,"package_name":"github.com/stretchr/testify","ecosystem":"go","requirements":"v1.11.1","direct":false,"kind":"runtime","optional":false},{"id":25856770687,"package_name":"github.com/tidwall/pretty","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770688,"package_name":"github.com/tursodatabase/libsql-client-go","ecosystem":"go","requirements":"v0.0.0-20251219100830-236aa1ff8acc","direct":false,"kind":"runtime","optional":false},{"id":25856770689,"package_name":"github.com/xdg-go/pbkdf2","ecosystem":"go","requirements":"v1.0.0","direct":false,"kind":"runtime","optional":false},{"id":25856770690,"package_name":"github.com/xdg-go/scram","ecosystem":"go","requirements":"v1.1.1","direct":false,"kind":"runtime","optional":false},{"id":25856770691,"package_name":"github.com/xdg-go/stringprep","ecosystem":"go","requirements":"v1.0.3","direct":false,"kind":"runtime","optional":false},{"id":25856770692,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20180127040702-4e3ac2762d5f","direct":false,"kind":"runtime","optional":false},{"id":25856770693,"package_name":"github.com/xeipuuv/gojsonpointer","ecosystem":"go","requirements":"v0.0.0-20190905194746-02993c407bfb","direct":false,"kind":"runtime","optional":false},{"id":25856770694,"package_name":"github.com/xeipuuv/gojsonreference","ecosystem":"go","requirements":"v0.0.0-20180127040603-bd5ef7bd5415","direct":false,"kind":"runtime","optional":false},{"id":25856770695,"package_name":"github.com/xeipuuv/gojsonschema","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770696,"package_name":"github.com/xyproto/randomstring","ecosystem":"go","requirements":"v1.0.5","direct":false,"kind":"runtime","optional":false},{"id":25856770697,"package_name":"github.com/ydb-platform/ydb-go-genproto","ecosystem":"go","requirements":"v0.0.0-20260128080146-c4ed16b24b37","direct":false,"kind":"runtime","optional":false},{"id":25856770698,"package_name":"github.com/ydb-platform/ydb-go-sdk/v3","ecosystem":"go","requirements":"v3.127.0","direct":false,"kind":"runtime","optional":false},{"id":25856770699,"package_name":"github.com/youmark/pkcs8","ecosystem":"go","requirements":"v0.0.0-20181117223130-1be2e3e5546d","direct":false,"kind":"runtime","optional":false},{"id":25856770700,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.1.27","direct":false,"kind":"runtime","optional":false},{"id":25856770701,"package_name":"github.com/yuin/goldmark","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25856770702,"package_name":"go.mongodb.org/mongo-driver","ecosystem":"go","requirements":"v1.11.4","direct":false,"kind":"runtime","optional":false},{"id":25856770703,"package_name":"go.opencensus.io","ecosystem":"go","requirements":"v0.24.0","direct":false,"kind":"runtime","optional":false},{"id":25856770704,"package_name":"go.opentelemetry.io/auto/sdk","ecosystem":"go","requirements":"v1.2.1","direct":false,"kind":"runtime","optional":false},{"id":25856770705,"package_name":"go.opentelemetry.io/contrib/detectors/gcp","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":25856770706,"package_name":"go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc","ecosystem":"go","requirements":"v0.65.0","direct":false,"kind":"runtime","optional":false},{"id":25856770707,"package_name":"go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp","ecosystem":"go","requirements":"v0.65.0","direct":false,"kind":"runtime","optional":false},{"id":25856770708,"package_name":"go.opentelemetry.io/otel","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":25856770709,"package_name":"go.opentelemetry.io/otel/metric","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":25856770710,"package_name":"go.opentelemetry.io/otel/sdk","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":25856770711,"package_name":"go.opentelemetry.io/otel/sdk/metric","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":25856770712,"package_name":"go.opentelemetry.io/otel/trace","ecosystem":"go","requirements":"v1.40.0","direct":false,"kind":"runtime","optional":false},{"id":25856770713,"package_name":"go.opentelemetry.io/proto/otlp","ecosystem":"go","requirements":"v0.7.0","direct":false,"kind":"runtime","optional":false},{"id":25856770714,"package_name":"go.uber.org/goleak","ecosystem":"go","requirements":"v1.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770715,"package_name":"go.uber.org/mock","ecosystem":"go","requirements":"v0.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770716,"package_name":"go.uber.org/multierr","ecosystem":"go","requirements":"v1.11.0","direct":false,"kind":"runtime","optional":false},{"id":25856770717,"package_name":"go.yaml.in/yaml/v3","ecosystem":"go","requirements":"v3.0.4","direct":false,"kind":"runtime","optional":false},{"id":25856770718,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20190308221718-c2843e01d9a2","direct":false,"kind":"runtime","optional":false},{"id":25856770719,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20191011191535-87dc89f01550","direct":false,"kind":"runtime","optional":false},{"id":25856770720,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20200622213623-75b288015ac9","direct":false,"kind":"runtime","optional":false},{"id":25856770721,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.0.0-20220622213112-05595931fe9d","direct":false,"kind":"runtime","optional":false},{"id":25856770722,"package_name":"golang.org/x/crypto","ecosystem":"go","requirements":"v0.48.0","direct":false,"kind":"runtime","optional":false},{"id":25856770723,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20190121172915-509febef88a4","direct":false,"kind":"runtime","optional":false},{"id":25856770724,"package_name":"golang.org/x/exp","ecosystem":"go","requirements":"v0.0.0-20260218203240-3dfff04db8fa","direct":false,"kind":"runtime","optional":false},{"id":25856770725,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20181026193005-c67002cb31c3","direct":false,"kind":"runtime","optional":false},{"id":25856770726,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190227174305-5b3e6a55c961","direct":false,"kind":"runtime","optional":false},{"id":25856770727,"package_name":"golang.org/x/lint","ecosystem":"go","requirements":"v0.0.0-20190313153728-d0100b6bd8b3","direct":false,"kind":"runtime","optional":false},{"id":25856770728,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.2.0","direct":false,"kind":"runtime","optional":false},{"id":25856770729,"package_name":"golang.org/x/mod","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770730,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180724234803-3673e40ba225","direct":false,"kind":"runtime","optional":false},{"id":25856770731,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20180826012351-8a410e7b638d","direct":false,"kind":"runtime","optional":false},{"id":25856770732,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190108225652-1e06a53dbb7e","direct":false,"kind":"runtime","optional":false},{"id":25856770733,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190213061140-3a22650c66bd","direct":false,"kind":"runtime","optional":false},{"id":25856770734,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190311183353-d8887717615a","direct":false,"kind":"runtime","optional":false},{"id":25856770735,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190404232315-eb5bcb51f2a3","direct":false,"kind":"runtime","optional":false},{"id":25856770736,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20190620200207-3b0461eec859","direct":false,"kind":"runtime","optional":false},{"id":25856770737,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200226121028-0de0cce0169b","direct":false,"kind":"runtime","optional":false},{"id":25856770738,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20200822124328-c89045814202","direct":false,"kind":"runtime","optional":false},{"id":25856770739,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201021035429-f5854403a974","direct":false,"kind":"runtime","optional":false},{"id":25856770740,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20201110031124-69a78807bb2b","direct":false,"kind":"runtime","optional":false},{"id":25856770741,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.0.0-20211112202133-69e39bad7dc2","direct":false,"kind":"runtime","optional":false},{"id":25856770742,"package_name":"golang.org/x/net","ecosystem":"go","requirements":"v0.50.0","direct":false,"kind":"runtime","optional":false},{"id":25856770743,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20180821212333-d2e6202438be","direct":false,"kind":"runtime","optional":false},{"id":25856770744,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.0.0-20200107190931-bf48bf16ab8d","direct":false,"kind":"runtime","optional":false},{"id":25856770745,"package_name":"golang.org/x/oauth2","ecosystem":"go","requirements":"v0.35.0","direct":false,"kind":"runtime","optional":false},{"id":25856770746,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20180314180146-1d60e4601c6f","direct":false,"kind":"runtime","optional":false},{"id":25856770747,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20181108010431-42b317875d0f","direct":false,"kind":"runtime","optional":false},{"id":25856770748,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20181221193216-37e7f081c4d4","direct":false,"kind":"runtime","optional":false},{"id":25856770749,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190423024810-112230192c58","direct":false,"kind":"runtime","optional":false},{"id":25856770750,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20190911185100-cd5d95a43a6e","direct":false,"kind":"runtime","optional":false},{"id":25856770751,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20201020160332-67f06af15bc9","direct":false,"kind":"runtime","optional":false},{"id":25856770752,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.0.0-20210220032951-036812b2e83c","direct":false,"kind":"runtime","optional":false},{"id":25856770753,"package_name":"golang.org/x/sync","ecosystem":"go","requirements":"v0.19.0","direct":false,"kind":"runtime","optional":false},{"id":25856770754,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20180830151530-49385e6e1522","direct":false,"kind":"runtime","optional":false},{"id":25856770755,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190215142949-d0b11bdaac8a","direct":false,"kind":"runtime","optional":false},{"id":25856770756,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20190412213103-97732733099d","direct":false,"kind":"runtime","optional":false},{"id":25856770757,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200323222414-85ca7c5b95cd","direct":false,"kind":"runtime","optional":false},{"id":25856770758,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20200930185726-fdedc70b468f","direct":false,"kind":"runtime","optional":false},{"id":25856770759,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20201119102817-f84b799fce68","direct":false,"kind":"runtime","optional":false},{"id":25856770760,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210119212857-b64e53b001e4","direct":false,"kind":"runtime","optional":false},{"id":25856770761,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210423082822-04245dca01da","direct":false,"kind":"runtime","optional":false},{"id":25856770762,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210615035016-665e8c7367d1","direct":false,"kind":"runtime","optional":false},{"id":25856770763,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.0.0-20210616094352-59db8d763f22","direct":false,"kind":"runtime","optional":false},{"id":25856770764,"package_name":"golang.org/x/sys","ecosystem":"go","requirements":"v0.41.0","direct":false,"kind":"runtime","optional":false},{"id":25856770765,"package_name":"golang.org/x/term","ecosystem":"go","requirements":"v0.0.0-20201126162022-7de9c90e9dd1","direct":false,"kind":"runtime","optional":false},{"id":25856770771,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.0","direct":false,"kind":"runtime","optional":false},{"id":25856770772,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.3","direct":false,"kind":"runtime","optional":false},{"id":25856770773,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.6","direct":false,"kind":"runtime","optional":false},{"id":25856770774,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.3.7","direct":false,"kind":"runtime","optional":false},{"id":25856770775,"package_name":"golang.org/x/text","ecosystem":"go","requirements":"v0.34.0","direct":false,"kind":"runtime","optional":false},{"id":25856770776,"package_name":"golang.org/x/time","ecosystem":"go","requirements":"v0.14.0","direct":false,"kind":"runtime","optional":false},{"id":25856770777,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20180917221912-90fa682c2a6e","direct":false,"kind":"runtime","optional":false},{"id":25856770778,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190114222345-bf090417da8b","direct":false,"kind":"runtime","optional":false},{"id":25856770779,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190226205152-f727befe758c","direct":false,"kind":"runtime","optional":false},{"id":25856770780,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190311212946-11955173bddd","direct":false,"kind":"runtime","optional":false},{"id":25856770781,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20190524140312-2c0ae7006135","direct":false,"kind":"runtime","optional":false},{"id":25856770782,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20191119224855-298f0cb1881e","direct":false,"kind":"runtime","optional":false},{"id":25856770783,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20200619180055-7c47624df98f","direct":false,"kind":"runtime","optional":false},{"id":25856770784,"package_name":"golang.org/x/tools","ecosystem":"go","requirements":"v0.0.0-20210106214847-113979e3529a","direct":false,"kind":"runtime","optional":false},{"id":25856770785,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20190717185122-a985d3407aa7","direct":false,"kind":"runtime","optional":false},{"id":25856770786,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20191011141410-1b5146add898","direct":false,"kind":"runtime","optional":false},{"id":25856770787,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20191204190536-9bdfabe68543","direct":false,"kind":"runtime","optional":false},{"id":25856770788,"package_name":"golang.org/x/xerrors","ecosystem":"go","requirements":"v0.0.0-20200804184101-5ec99f83aff1","direct":false,"kind":"runtime","optional":false},{"id":25856770789,"package_name":"gonum.org/v1/gonum","ecosystem":"go","requirements":"v0.16.0","direct":false,"kind":"runtime","optional":false},{"id":25856770790,"package_name":"google.golang.org/api","ecosystem":"go","requirements":"v0.267.0","direct":false,"kind":"runtime","optional":false},{"id":25856770791,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false},{"id":25856770793,"package_name":"google.golang.org/appengine","ecosystem":"go","requirements":"v1.4.0","direct":false,"kind":"runtime","optional":false},{"id":25856770794,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20180817151627-c66870c02cf8","direct":false,"kind":"runtime","optional":false},{"id":25856770795,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20190819201941-24fa4b261c55","direct":false,"kind":"runtime","optional":false},{"id":25856770796,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200513103714-09dca8ec2884","direct":false,"kind":"runtime","optional":false},{"id":25856770797,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20200526211855-cb27e3aa2013","direct":false,"kind":"runtime","optional":false},{"id":25856770798,"package_name":"google.golang.org/genproto","ecosystem":"go","requirements":"v0.0.0-20260217215200-42d3e9bedb6d","direct":false,"kind":"runtime","optional":false},{"id":25856770799,"package_name":"google.golang.org/genproto/googleapis/api","ecosystem":"go","requirements":"v0.0.0-20260217215200-42d3e9bedb6d","direct":false,"kind":"runtime","optional":false},{"id":25856770800,"package_name":"google.golang.org/genproto/googleapis/rpc","ecosystem":"go","requirements":"v0.0.0-20260217215200-42d3e9bedb6d","direct":false,"kind":"runtime","optional":false},{"id":25856770801,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.19.0","direct":false,"kind":"runtime","optional":false},{"id":25856770802,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":25856770803,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.25.1","direct":false,"kind":"runtime","optional":false},{"id":25856770804,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.27.0","direct":false,"kind":"runtime","optional":false},{"id":25856770805,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.33.1","direct":false,"kind":"runtime","optional":false},{"id":25856770806,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.33.2","direct":false,"kind":"runtime","optional":false},{"id":25856770807,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.36.0","direct":false,"kind":"runtime","optional":false},{"id":25856770808,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.47.0","direct":false,"kind":"runtime","optional":false},{"id":25856770809,"package_name":"google.golang.org/grpc","ecosystem":"go","requirements":"v1.79.3","direct":false,"kind":"runtime","optional":false},{"id":25856770810,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200109180630-ec00e32a8dfd","direct":false,"kind":"runtime","optional":false},{"id":25856770811,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200221191635-4d8936d0db64","direct":false,"kind":"runtime","optional":false},{"id":25856770812,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v0.0.0-20200228230310-ab0ca4ff8a60","direct":false,"kind":"runtime","optional":false},{"id":25856770813,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.20.1-0.20200309200217-e05f789c0967","direct":false,"kind":"runtime","optional":false},{"id":25856770814,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.21.0","direct":false,"kind":"runtime","optional":false},{"id":25856770815,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.22.0","direct":false,"kind":"runtime","optional":false},{"id":25856770816,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.23.0","direct":false,"kind":"runtime","optional":false},{"id":25856770817,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.23.1-0.20200526195155-81db48ad09cc","direct":false,"kind":"runtime","optional":false},{"id":25856770818,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.25.0","direct":false,"kind":"runtime","optional":false},{"id":25856770819,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.26.0-rc.1","direct":false,"kind":"runtime","optional":false},{"id":25856770820,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.26.0","direct":false,"kind":"runtime","optional":false},{"id":25856770821,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.27.1","direct":false,"kind":"runtime","optional":false},{"id":25856770822,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.28.0","direct":false,"kind":"runtime","optional":false},{"id":25856770823,"package_name":"google.golang.org/protobuf","ecosystem":"go","requirements":"v1.36.11","direct":false,"kind":"runtime","optional":false},{"id":25856770824,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v0.0.0-20161208181325-20d25e280405","direct":false,"kind":"runtime","optional":false},{"id":25856770825,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20180628173108-788fd7840127","direct":false,"kind":"runtime","optional":false},{"id":25856770826,"package_name":"gopkg.in/check.v1","ecosystem":"go","requirements":"v1.0.0-20201130134442-10cb98267c6c","direct":false,"kind":"runtime","optional":false},{"id":25856770827,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.2","direct":false,"kind":"runtime","optional":false},{"id":25856770828,"package_name":"gopkg.in/yaml.v2","ecosystem":"go","requirements":"v2.2.3","direct":false,"kind":"runtime","optional":false},{"id":25856770829,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.0-20200313102051-9f266ea9e77c","direct":false,"kind":"runtime","optional":false},{"id":25856770830,"package_name":"gopkg.in/yaml.v3","ecosystem":"go","requirements":"v3.0.1","direct":false,"kind":"runtime","optional":false},{"id":25856770831,"package_name":"gotest.tools/v3","ecosystem":"go","requirements":"v3.5.2","direct":false,"kind":"runtime","optional":false},{"id":25856770835,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190102054323-c2f93a96b099","direct":false,"kind":"runtime","optional":false},{"id":25856770838,"package_name":"honnef.co/go/tools","ecosystem":"go","requirements":"v0.0.0-20190523083050-ea95bdfd59fc","direct":false,"kind":"runtime","optional":false},{"id":25856770839,"package_name":"modernc.org/libc","ecosystem":"go","requirements":"v1.66.3","direct":false,"kind":"runtime","optional":false},{"id":25856770840,"package_name":"modernc.org/mathutil","ecosystem":"go","requirements":"v1.7.1","direct":false,"kind":"runtime","optional":false},{"id":25856770841,"package_name":"modernc.org/memory","ecosystem":"go","requirements":"v1.11.0","direct":false,"kind":"runtime","optional":false},{"id":25856770842,"package_name":"modernc.org/sqlite","ecosystem":"go","requirements":"v1.38.2","direct":false,"kind":"runtime","optional":false},{"id":25856770843,"package_name":"pgregory.net/rapid","ecosystem":"go","requirements":"v1.2.0","direct":false,"kind":"runtime","optional":false}]}],"score":32.202090373619576,"created_at":"2025-12-20T12:52:32.108Z","updated_at":"2026-05-30T20:01:17.091Z","avatar_url":"https://github.com/pressly.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/370034","html_url":"https://summary.ecosyste.ms/projects/370034"}