mirror of
https://github.com/placeholder-soft/asdf-plugins.git
synced 2026-04-24 03:55:07 +08:00
feat: protoc-gen-go-grpc plugin (#663)
Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
@@ -394,7 +394,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
|
||||
| OpenResty | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty) | [](https://github.com/smashedtoatoms/asdf-openresty/actions) |
|
||||
| openshift-install | [hhemied/asdf-openshift-install](https://github.com/hhemied/asdf-openshift-install) | [](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml) |
|
||||
| Operator SDK | [Medium/asdf-operator-sdk](https://github.com/Medium/asdf-operator-sdk) | [](https://travis-ci.org/Medium/asdf-operator-sdk) |
|
||||
| Opsgenie-lamp | [ORCID/asdf-opsgenie-lamp](https://github.com/ORCID/asdf-opsgenie-lamp) | [](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml) |
|
||||
| Opsgenie-lamp | [ORCID/asdf-opsgenie-lamp](https://github.com/ORCID/asdf-opsgenie-lamp) | [](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml) |
|
||||
| Osm | [nlamirault/asdf-osm](https://github.com/nlamirault/asdf-osm) | [](https://github.com/nlamirault/asdf-osm/actions) |
|
||||
| osqueryi | [davidecavestro/asdf-osqueryi](https://github.com/davidecavestro/asdf-osqueryi) | [](https://github.com/davidecavestro/asdf-osqueryi/actions/workflows/build.yml) |
|
||||
| pachctl | [abatilo/asdf-pachctl](https://github.com/abatilo/asdf-pachctl) | [](https://github.com/abatilo/asdf-pachctl/actions?query=workflow%3A%22build%22) |
|
||||
@@ -415,13 +415,14 @@ 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) | [](https://github.com/daveneeley/asdf-powershell-core/actions/workflows/build.yml) |
|
||||
| pre-commit | [jonathanmorley/asdf-pre-commit](https://github.com/jonathanmorley/asdf-pre-commit) | [](https://github.com/jonathanmorley/asdf-pre-commit/actions) |
|
||||
| protoc | [paxosglobal/asdf-protoc](https://github.com/paxosglobal/asdf-protoc) | [](https://travis-ci.com/paxosglobal/asdf-protoc) |
|
||||
| protoc-gen-go | [pbr0ck3r/asdf-protoc-gen-go](https://github.com/pbr0ck3r/asdf-protoc-gen-go) | [](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc/actions/workflows/build.yml) |
|
||||
| protoc-gen-go-grpc | [pbr0ck3r/asdf-protoc-gen-go-grpc](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc) | [](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) | [](https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc/actions/workflows/build.yml) |
|
||||
| psc-package | [nsaunders/asdf-psc-package](https://github.com/nsaunders/asdf-psc-package) | [](https://github.com/nsaunders/asdf-psc-package/actions) |
|
||||
| Pulumi | [canha/asdf-pulumi](https://github.com/canha/asdf-pulumi) | [](https://travis-ci.org/canha/asdf-pulumi) |
|
||||
| PureScript | [nsaunders/asdf-purescript](https://github.com/nsaunders/asdf-purescript) | [](https://github.com/nsaunders/asdf-purescript/actions) |
|
||||
| Purty | [nsaunders/asdf-purty](https://github.com/nsaunders/asdf-purty) | [](https://github.com/nsaunders/asdf-purty/actions) |
|
||||
| Python | [danhper/asdf-python](https://github.com/danhper/asdf-python) | [](https://travis-ci.org/danhper/asdf-python) |
|
||||
| Quarkus CLI | [asdf-community/asdf-quarkus](https://github.com/asdf-community/asdf-quarkus) | [](https://github.com/asdf-community/asdf-quarkus/actions/workflows/build.yml) |
|
||||
| Quarkus CLI | [asdf-community/asdf-quarkus](https://github.com/asdf-community/asdf-quarkus) | [](https://github.com/asdf-community/asdf-quarkus/actions/workflows/build.yml) |
|
||||
| R | [asdf-community/asdf-r](https://github.com/asdf-community/asdf-r) | [](https://github.com/asdf-community/asdf-r/actions/workflows/workflow.yml) |
|
||||
| RabbitMQ | [w-sanches/asdf-rabbitmq](https://github.com/w-sanches/asdf-rabbitmq) | [](https://travis-ci.org/w-sanches/asdf-rabbitmq) |
|
||||
| Racket | [asdf-community/asdf-racket](https://github.com/asdf-community/asdf-racket) | [](https://travis-ci.org/asdf-community/asdf-racket) |
|
||||
|
||||
1
plugins/protoc-gen-go-grpc
Normal file
1
plugins/protoc-gen-go-grpc
Normal file
@@ -0,0 +1 @@
|
||||
repository = https://github.com/pbr0ck3r/asdf-protoc-gen-go-grpc.git
|
||||
Reference in New Issue
Block a user