buf.lock
buf.lock is a dependency lock file generated by buf via 'buf dep update'. It represents a single, reproducible build of the workspace's external dependencies and should never be hand-edited
| Type | object |
|---|---|
| File match |
buf.lock
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/buf-lock/latest.json |
| Source | https://www.schemastore.org/buf.lock.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
buf.lock is a dependency lock file generated by buf via 'buf dep update'. It represents a single, reproducible build of the workspace's external dependencies and should never be hand-edited.
Properties
version
string
required
Buf configuration version.
deps
object[]
Module pins, each uniquely representing a specific snapshot of a module, protected with a cryptographic digest.