aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2021-12-28 17:47:42 +0100
committerGitHub <noreply@github.com>2021-12-28 17:47:42 +0100
commit76c8cf0609d485f3fc14508002a4fa5c2e68bacf (patch)
tree1be94779ba94ce2bc0aec5c5ab9ce9fab245a157 /go.mod
parent6b3c5e64ee67d74980d229cd1332aa038d4ce936 (diff)
syzkaller: add the gcp secret manager dependency (#2949)
Adds the function to read GCP Secrets.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d84d80264..ed06bfeaf 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/google/syzkaller
go 1.14
require (
+ cloud.google.com/go v0.66.0
cloud.google.com/go/pubsub v1.7.0
cloud.google.com/go/storage v1.10.0
github.com/Djarvur/go-err113 v0.1.0 // indirect
@@ -33,6 +34,7 @@ require (
golang.org/x/tools v0.1.0
google.golang.org/api v0.32.0
google.golang.org/appengine v1.6.6
+ google.golang.org/genproto v0.0.0-20200925023002-c2d885f95484
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)