diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-06-17 11:18:56 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-06-20 09:22:00 +0000 |
| commit | 82874357f78ea9aacf31d1da403372f573f45e2d (patch) | |
| tree | 4939a8d6ce28a6a21e1bba1452e05d9e617a1e35 /go.mod | |
| parent | 99e56cfbc20592aa8bc1bd010d73eba241351b8d (diff) | |
dashboard/app: add coverage histogram
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,7 @@ module github.com/google/syzkaller go 1.21 require ( + cloud.google.com/go v0.114.0 cloud.google.com/go/logging v1.10.0 cloud.google.com/go/profiler v0.4.0 cloud.google.com/go/pubsub v1.38.0 @@ -37,7 +38,6 @@ require ( require ( 4d63.com/gocheckcompilerdirectives v1.2.1 // indirect 4d63.com/gochecknoglobals v0.2.1 // indirect - cloud.google.com/go v0.114.0 // indirect cloud.google.com/go/ai v0.5.0 // indirect cloud.google.com/go/auth v0.4.2 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect |
