Skip to content

Commit

Permalink
Import proto from o5-go
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonl committed May 7, 2024
1 parent a87b788 commit a6bc71b
Show file tree
Hide file tree
Showing 24 changed files with 4,298 additions and 0 deletions.
21 changes: 21 additions & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: v1
plugins:
- plugin: buf.build/protocolbuffers/go:v1.31.0
out: .
opt: paths=import,module=github.com/pentops/dante

- name: go-messaging # github.com/pentops/protoc-gen-go-messaging
out: .
opt: paths=import,module=github.com/pentops/dante

- name: go-sugar # github.com/pentops/protoc-gen-go-sugar
out: .
opt: paths=import,module=github.com/pentops/dante

- name: go-psm # github.com/pentops/protostate
out: .
opt: paths=import,module=github.com/pentops/dante

- name: go-grpc # 'Official' version
out: .
opt: paths=import,module=github.com/pentops/dante
Loading

0 comments on commit a6bc71b

Please sign in to comment.