diff options
| author | Eric Biggers <ebiggers@google.com> | 2024-03-19 21:55:59 +0000 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2024-03-19 21:57:34 +0000 |
| commit | ec1b997ea0b7f75eeaea3d139de86a0b707ecb38 (patch) | |
| tree | 92fa44474cf097179e07ead5438c9cc972f2bc3d /go.mod | |
| parent | 2bf4521e3d3fd1c5b5a383defd1535d929ad808b (diff) | |
Upgrade google.golang.org/protobuf to v1.33.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( golang.org/x/sys v0.15.0 golang.org/x/term v0.15.0 golang.org/x/tools v0.13.0 - google.golang.org/protobuf v1.31.0 + google.golang.org/protobuf v1.33.0 honnef.co/go/tools v0.4.5 ) |