From e7351db7df640568fabc3ea701d923555bbe310e Mon Sep 17 00:00:00 2001 From: dylan Date: Sun, 10 Sep 2023 08:42:48 -0500 Subject: [PATCH] feat: add asdf-protoc-gen-connect-go (#865) --- README.md | 1 + plugins/protoc-gen-connect-go | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/protoc-gen-connect-go diff --git a/README.md b/README.md index 959cd82..58a70d4 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | PowerShell | [daveneeley/asdf-powershell-core](https://github.com/daveneeley/asdf-powershell-core) | [![Build Status](https://github.com/daveneeley/asdf-powershell-core/actions/workflows/build.yml/badge.svg)](https://github.com/daveneeley/asdf-powershell-core/actions/workflows/build.yml) | | pre-commit | [jonathanmorley/asdf-pre-commit](https://github.com/jonathanmorley/asdf-pre-commit) | [![GitHub Actions Status](https://github.com/jonathanmorley/asdf-pre-commit/workflows/ASDF%20CI/badge.svg)](https://github.com/jonathanmorley/asdf-pre-commit/actions) | | protoc | [paxosglobal/asdf-protoc](https://github.com/paxosglobal/asdf-protoc) | [![Build Status](https://travis-ci.com/paxosglobal/asdf-protoc.svg?branch=master)](https://travis-ci.com/paxosglobal/asdf-protoc) | +| protoc-gen-connect-go | [dylanrayboss/asdf-protoc-gen-connect-go](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go) | [![Build Status](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go/actions/workflows/build.yml/badge.svg)](https://github.com/dylanrayboss/asdf-protoc-gen-connect-go/actions) | | protoc-gen-grpc-web | [pbr0ck3r/asdf-protoc-gen-grpc-web](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web) | [![Build Status](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-protoc-gen-grpc-web/actions/workflows/build.yml) | | protoc-gen-go-grpc | [pbr0ck3r/asdf-protoc-gen-go-grpc](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc) | [![Build Status](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc/actions/workflows/build.yml) | | protoc-gen-go | [pbr0ck3r/asdf-protoc-gen-go](https://github.com/pbr0ck3r/asdf-protoc-gen-go) | [![Build Status](https://github.com/pbr0ck3r/asdf-protoc-gen-go/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-protoc-gen-go/actions/workflows/build.yml) | diff --git a/plugins/protoc-gen-connect-go b/plugins/protoc-gen-connect-go new file mode 100644 index 0000000..3def64f --- /dev/null +++ b/plugins/protoc-gen-connect-go @@ -0,0 +1 @@ +repository = https://github.com/dylanrayboss/asdf-protoc-gen-connect-go.git