aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-03 17:18:38 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-05 07:51:41 +0000
commit2a40360c27f1cd827c9fa0183aa402ef505d07db (patch)
tree71469c5ec49e1b11ab9717464dfd37e578712414 /go.mod
parent40bd04b893f19dbb0252d44e4935a1beabe972d7 (diff)
dashboard/app: scale batching
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 afcbd45fe..e657a77de 100644
--- a/go.mod
+++ b/go.mod
@@ -34,6 +34,7 @@ require (
google.golang.org/api v0.182.0
google.golang.org/appengine/v2 v2.0.5
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
+ google.golang.org/protobuf v1.34.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -247,7 +248,6 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
google.golang.org/grpc v1.64.0 // indirect
- google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
honnef.co/go/tools v0.4.7 // indirect