Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Sep 12, 2023
1 parent 1f1f50b commit 56de411
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,25 @@ message Transaction {
}
```

#### Add protovalidate as a dependency

Update `buf.yaml` to add `buf.build/bufbuild/protovalidate` to your module dependencies:

```yaml
version: v1
# <snip>
deps:
- buf.build/bufbuild/protovalidate
# <snip>
```

Ensure your dependencies are up-to-date with:

```
buf mod update
```


#### Buf managed mode

`protovalidate-go` assumes the constraint extensions are imported into
Expand Down

0 comments on commit 56de411

Please sign in to comment.