{"id":13461370,"url":"https://github.com/bufbuild/connect-go","last_synced_at":"2025-03-24T22:34:32.410Z","repository":{"id":184707667,"uuid":"671189139","full_name":"bufbuild/connect-go","owner":"bufbuild","description":"Moved to https://github.com/connectrpc/connect-go","archived":true,"fork":true,"pushed_at":"2023-08-24T13:16:09.000Z","size":1597,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T16:15:11.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://connectrpc.com","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"connectrpc/connect-go","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bufbuild.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-26T18:41:14.000Z","updated_at":"2023-10-12T13:17:07.000Z","dependencies_parsed_at":"2023-07-29T20:00:43.812Z","dependency_job_id":null,"html_url":"https://github.com/bufbuild/connect-go","commit_stats":{"total_commits":610,"total_committers":33,"mean_commits":"18.484848484848484","dds":0.3868852459016393,"last_synced_commit":"e04e4bd94c1d91031cdb2de84a50be3c003b275f"},"previous_names":["bufbuild/connect-go"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufbuild%2Fconnect-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufbuild%2Fconnect-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufbuild%2Fconnect-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bufbuild%2Fconnect-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bufbuild","download_url":"https://codeload.github.com/bufbuild/connect-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366185,"owners_count":20603438,"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":[],"created_at":"2024-07-31T11:00:36.319Z","updated_at":"2025-03-24T22:34:32.066Z","avatar_url":"https://github.com/bufbuild.png","language":"Go","funding_links":[],"categories":["Go","Repositories"],"sub_categories":[],"readme":"Connect\n=======\n\n**Development of this package has moved to\n[connectrpc/connect-go](https://github.com/connectrpc/connect-go). The new\nimport path is `connectrpc.com/connect`.**\n\nTo keep Connect well-maintained and responsive to its users' needs over the\nlong term, we're preparing to donate it to a foundation. (More details on that\nsoon!) To cleanly separate Connect from Buf's other code, we're moving\ndevelopment to the [connectrpc](https://github.com/connectrpc) GitHub\norganization.\n\nThis repository is now frozen: it will continue to function, but won't receive\nfurther updates. Apart from its import path, the new package is identical to\nthis one \u0026mdash; it contains the same code and releases, so migration usually\ntakes just a few minutes and a handful of shell scripts.\n\n## Migration\n\n### 1. Find all instances of `github.com/bufbuild/connect-go` and replace them with `connectrpc.com/connect`\n\nOn Linux, or anywhere with GNU `sed`:\n\n```sh\nfind . -name \"*.go\" -exec sed -i 's|github.com/bufbuild/connect-go|connectrpc.com/connect|g' {} \\;\n```\n\nOn Mac, or anywhere with BSD `sed`:\n\n```sh\nfind . -name \"*.go\" -exec sed -i '' 's|github.com/bufbuild/connect-go|connectrpc.com/connect|g' {} \\;\n```\n\n### 2. Download the latest `connectrpc.com/connect` package\n\n```sh\ngo get connectrpc.com/connect@latest\ngo mod tidy\n```\n\n### 3. Use the new `protoc-gen-connect-go` plugin to generate code\n\n```sh\ngo install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest\n```\n\nIf you're using remote plugins on the Buf Schema Registry, switch to the\n[connectrpc/go](https://buf.build/connectrpc/go) plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbufbuild%2Fconnect-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbufbuild%2Fconnect-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbufbuild%2Fconnect-go/lists"}