{"id":13770461,"url":"https://github.com/makew0rld/go-gemini","last_synced_at":"2025-07-22T19:35:36.989Z","repository":{"id":45484688,"uuid":"268951141","full_name":"makew0rld/go-gemini","owner":"makew0rld","description":"Client and server library for the Gemini protocol, in Go.","archived":false,"fork":false,"pushed_at":"2025-03-28T20:33:46.000Z","size":60,"stargazers_count":64,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-20T08:06:58.571Z","etag":null,"topics":["client","gemini","gemini-protocol","go","golang","library","server"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makew0rld.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-06-03T01:52:22.000Z","updated_at":"2025-04-25T22:14:15.000Z","dependencies_parsed_at":"2024-06-20T19:00:47.041Z","dependency_job_id":null,"html_url":"https://github.com/makew0rld/go-gemini","commit_stats":null,"previous_names":["makeworld-the-better-one/go-gemini"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/makew0rld/go-gemini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgo-gemini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgo-gemini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgo-gemini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgo-gemini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makew0rld","download_url":"https://codeload.github.com/makew0rld/go-gemini/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makew0rld%2Fgo-gemini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561514,"owners_count":23948632,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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"}},"keywords":["client","gemini","gemini-protocol","go","golang","library","server"],"created_at":"2024-08-03T17:00:37.764Z","updated_at":"2025-07-22T19:35:36.968Z","avatar_url":"https://github.com/makew0rld.png","language":"Go","funding_links":[],"categories":["Programming"],"sub_categories":["Graphical"],"readme":"# go-gemini\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/makeworld-the-better-one/go-gemini.svg)](https://pkg.go.dev/github.com/makeworld-the-better-one/go-gemini)\n\ngo-gemini is a library that provides an easy interface to create client ~~and servers~~ that speak the [Gemini protocol](https://gemini.circumlunar.space/).\n\n**Spec version supported:** v0.16.0, November 14th 2021\n\nThis version of the library was forked from [~yotam/go-gemini](https://git.sr.ht/~yotam/go-gemini/) to add additional features, as well as update it to support newer specs. At the time of forking, it had not seen any new commit for 5 months, and was based on v0.9.2. \n\n**The server part of this library has been removed.** I don't use it and don't want to maintain it.\n\nThis is mostly a personal library. You might want to check out [go-gemini](https://sr.ht/~adnano/go-gemini) (no relation) for more features.\n\n## Project Status\n\ngo-gemini is in maintenance mode. Bug and spec fixes only. See my [blog post](https://www.makeworld.space/2023/08/bye_gemini.html) for details.\n\n## Improvements\nThis fork of the library improves on the original in several ways, some listed above already.\n\n- Client supports self-signed certs sent by the server, but still has other checks like expiry date and hostname\n  - The original library could only work with self-signed certs by disabling all security.\n- Invalid status code numbers raise an error\n- Set default port and scheme for client requests\n- Raise error when META strings are too long in the response header\n- Supports new status code updates\n- If `SSLKEYLOGFILE` is set, session keys are written to the file in NSS format. This is useful for debugging TLS connections (but breaks security, so don't use unless necessary).\n- Support proxies\n- Support client certs\n- Add connection/header timeouts, and read timeouts\n- And more!\n\n## Notes\n\nThis library only works with Go 1.15 and higher.\n\nIf you want relatively reliable code, use the latest tag, not the latest commit. Code in the latest master might be untested/buggy. The API might change between tags since it is still v0.\n\n## License\nThis library is under the ISC License, see the [LICENSE](./LICENSE) file for details. Portions of this library's code are taken from Go, and are under a different license, which can be found in [LICENSE-GO](./LICENSE-GO). Those files are marked accordingly in their comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakew0rld%2Fgo-gemini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakew0rld%2Fgo-gemini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakew0rld%2Fgo-gemini/lists"}