{"id":34216728,"url":"https://github.com/flamego/seed","last_synced_at":"2026-03-13T13:33:27.634Z","repository":{"id":37938220,"uuid":"432721805","full_name":"flamego/seed","owner":"flamego","description":"The seed repository for your Flamego middleware modules","archived":false,"fork":false,"pushed_at":"2025-08-03T17:48:47.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-03T19:32:27.966Z","etag":null,"topics":["flamego","go","seed"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flamego.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-28T13:35:48.000Z","updated_at":"2025-08-03T17:48:50.000Z","dependencies_parsed_at":"2024-06-21T19:12:39.254Z","dependency_job_id":"a923ccfa-e782-4286-ae3e-6a34757ee5f9","html_url":"https://github.com/flamego/seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flamego/seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamego%2Fseed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamego%2Fseed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamego%2Fseed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamego%2Fseed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flamego","download_url":"https://codeload.github.com/flamego/seed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamego%2Fseed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30467803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flamego","go","seed"],"created_at":"2025-12-15T22:13:54.413Z","updated_at":"2026-03-13T13:33:27.626Z","avatar_url":"https://github.com/flamego.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seed\n\nThis repository contains seed files that almost every repository of Flamego middleware module should have.\n\n## Using the content\n\n1. Create an empty repository on GitHub.com.\n1. [Download ZIP](https://github.com/flamego/seed/archive/refs/heads/main.zip) of this repository, unzip to a directory, then rename the directory to match the middleware name.\n1. Update the Go module name in the `go.mod` file to match the middleware repository path, e.g.:\n    ```diff\n    -module github.com/flamego/seed\n    +module github.com/flamego/bilibili\n    ```\n1. Update the package name in the `main.go` and rename the file to match the middleware name, e.g.:\n    ```diff\n    -package seed\n    +package bilibili\n    ```\n1. Update the `github.repository` in the `.github/workflows/lsif.yml` to match the middleware repository, e.g.:\n    ```diff\n    -github.repository == 'flamego/seed'\n    +github.repository == 'flamego/bilibili'\n    ```\n1. Update the `import_root` in the `.deepsource.toml` to match the middleware repository, e.g.:\n    ```diff\n    -import_root = \"github.com/flamego/seed\"\n    +import_root = \"github.com/flamego/bilibili\"\n    ```\n3. Update the `README.md` to be about your middleware, a good example is [flamego/template's README](https://github.com/flamego/template/blob/main/README.md).\n\n## Getting help\n\n- Please [file an issue](https://github.com/flamego/flamego/issues) or [start a discussion](https://github.com/flamego/flamego/discussions) on the [flamego/flamego](https://github.com/flamego/flamego) repository.\n\n## License\n\nThis project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflamego%2Fseed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflamego%2Fseed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflamego%2Fseed/lists"}