Sets up go.mod/go.sum, buf (proto codegen) configuration, and the env-driven Config shared by the message-plane server and queue-operator.
12 lines
134 B
YAML
12 lines
134 B
YAML
version: v2
|
|
modules:
|
|
- path: proto
|
|
deps:
|
|
- buf.build/googleapis/googleapis
|
|
lint:
|
|
use:
|
|
- DEFAULT
|
|
breaking:
|
|
use:
|
|
- FILE
|