aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2022-07-15 09:35:48 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-08-24 12:05:06 +0200
commit924a4fd1cb7a5ad3b5720380eb6fc742ea7602d2 (patch)
tree00f090d775e22d1c32340909d66cccdea6e32011 /go.mod
parent6db8af716fb0995966f00e2d52d2f3baa43ea868 (diff)
syz-ci: upload build assets
This commit introduces the syz-ci side of the asset storage functionality. * Intercept assets at various stages of syz-ci operation. * Compress and upload assets to GCS. * Report assets to the dashboard. * Remove no longer needed assets.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index bec19e68c..9e9dd1ed0 100644
--- a/go.mod
+++ b/go.mod
@@ -31,6 +31,7 @@ require (
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/perf v0.0.0-20211012211434-03971e389cd3
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324
golang.org/x/tools v0.1.0
google.golang.org/api v0.46.0