aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 15:34:26 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 15:54:30 -0700
commit8af5290942f1c9ee127ab4557d70d9b0550c1fd5 (patch)
tree6183f78d38ae6615217ce2926d84a4b0d944d065 /go.mod
parent1ab9883828ca777a6dc71786ae3ddb212609e78e (diff)
Upgrade google.golang.org/protobuf
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0639b1f..e6caa62 100644
--- a/go.mod
+++ b/go.mod
@@ -11,6 +11,6 @@ require (
golang.org/x/sys v0.12.0
golang.org/x/term v0.12.0
golang.org/x/tools v0.13.0
- google.golang.org/protobuf v1.28.0
+ google.golang.org/protobuf v1.31.0
honnef.co/go/tools v0.3.0
)