Skip to content

Commit

Permalink
latest updates pass
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Nov 6, 2023
1 parent 47c60ee commit 7b8641e
Show file tree
Hide file tree
Showing 13 changed files with 810 additions and 250 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-web: buf-web

tool-install:
GOBIN=`pwd`/$(TOOL_BIN) go install \
`go list -f '{{ range $$import := .Imports }} {{ $$import }} {{ end }}' ./tools/tools.go`
`go list -e -f '{{ range $$import := .Imports }} {{ $$import }} {{ end }}' ./tools/tools.go`

buf: buf-go buf-web

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ macOS: `brew install x264`

Linux: `libopus-dev libopusfile-dev`

macOS: `brew install opus`
macOS: `brew install opus opusfile`


## Development
Expand Down
8 changes: 4 additions & 4 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version: v1
plugins:
- remote: buf.build/protocolbuffers/plugins/go:v1.28.1-1
- plugin: buf.build/protocolbuffers/go:v1.31.0
out: .
opt:
- paths=source_relative
- remote: buf.build/grpc/plugins/go:v1.2.0-1
- plugin: buf.build/grpc/go:v1.3.0
out: .
opt:
- paths=source_relative
- remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.11.2-1
- plugin: buf.build/grpc-ecosystem/gateway:v2.18.0
out: .
opt:
- paths=source_relative
- generate_unbound_methods=true
- remote: buf.build/sawadashota/plugins/protoc-gen-doc:v1.5.1
- plugin: doc
out: docs/proto
opt:
- html,index.html
8 changes: 4 additions & 4 deletions etc/buf.web.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: v1
plugins:
- remote: buf.build/protocolbuffers/plugins/js:v3.20.1-1
- plugin: buf.build/protocolbuffers/js:v3.21.2
out: dist/js
opt:
- import_style=commonjs
- remote: buf.build/grpc/plugins/web:v1.3.1-2
- plugin: buf.build/grpc/web:v1.4.2
out: dist/js
opt:
- import_style=commonjs
- mode=grpcwebtext
- remote: buf.build/euskadi31/plugins/protoc-gen-ts:v0.15.0-1
- plugin: buf.build/community/stephenh-ts-proto:v1.163.0
out: dist/js
opt:
- service=grpc-web
- outputClientImpl=grpc-web
Loading

0 comments on commit 7b8641e

Please sign in to comment.