2024-07-05 22:20:13 -04:00
|
|
|
version: v1
|
|
|
|
managed:
|
|
|
|
enabled: true
|
|
|
|
go_package_prefix:
|
2024-09-14 14:27:45 -04:00
|
|
|
default: github.com/onsonr/sonr/api
|
2024-07-05 22:20:13 -04:00
|
|
|
except:
|
|
|
|
- buf.build/googleapis/googleapis
|
|
|
|
- buf.build/cosmos/gogo-proto
|
|
|
|
- buf.build/cosmos/cosmos-proto
|
|
|
|
override:
|
|
|
|
buf.build/cosmos/cosmos-sdk: cosmossdk.io/api # required to import the Cosmos SDK api module for the orm
|
|
|
|
plugins:
|
|
|
|
- name: go-pulsar
|
|
|
|
out: ..
|
|
|
|
opt: paths=source_relative
|
|
|
|
- name: go-grpc
|
|
|
|
out: ..
|
|
|
|
opt: paths=source_relative
|
|
|
|
# go install cosmossdk.io/orm/cmd/protoc-gen-go-cosmos-orm@latest
|
|
|
|
- name: go-cosmos-orm
|
|
|
|
out: ..
|
|
|
|
opt: paths=source_relative
|