{"id":23361129,"url":"https://github.com/danil/randuuid","last_synced_at":"2025-06-29T04:37:55.468Z","repository":{"id":70423850,"uuid":"316297140","full_name":"danil/randuuid","owner":"danil","description":"Random UUID with seed for Go","archived":false,"fork":false,"pushed_at":"2021-03-02T10:10:41.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T20:56:31.291Z","etag":null,"topics":["go","golang","uuid","uuid4"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danil.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2020-11-26T17:28:48.000Z","updated_at":"2023-07-01T05:20:52.000Z","dependencies_parsed_at":"2023-06-03T03:15:50.288Z","dependency_job_id":null,"html_url":"https://github.com/danil/randuuid","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danil/randuuid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danil%2Franduuid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danil%2Franduuid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danil%2Franduuid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danil%2Franduuid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danil","download_url":"https://codeload.github.com/danil/randuuid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danil%2Franduuid/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262536917,"owners_count":23325803,"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","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","uuid","uuid4"],"created_at":"2024-12-21T11:17:25.726Z","updated_at":"2025-06-29T04:37:55.449Z","avatar_url":"https://github.com/danil.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"randuuid\n========\n\n[![Build Status](https://cloud.drone.io/api/badges/danil/randuuid/status.svg)](https://cloud.drone.io/danil/randuuid)\n[![Go Reference](https://pkg.go.dev/badge/github.com/danil/randuuid.svg)](https://pkg.go.dev/github.com/danil/randuuid)\n\nRandom UUID with seed for Go.  \nSource files are distributed under the BSD-style license\nfound in the [LICENSE](./LICENSE) file.\n\nInstall\n-------\n\n    go get github.com/danil/randuuid@v0.2.0\n\nUsage\n-----\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/danil/randuuid\"\n)\n\nfunc main() {\n    fmt.Println(randuuid.New(42))\n    fmt.Println(randuuid.New(42))\n}\n```\n\nOutput:\n\n    538c7f96-b164-4f1b-97bb-9f4bb472e89f \u003cnil\u003e\n    538c7f96-b164-4f1b-97bb-9f4bb472e89f \u003cnil\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanil%2Franduuid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanil%2Franduuid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanil%2Franduuid/lists"}