diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-06-24 16:16:33 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-05 07:51:41 +0000 |
| commit | 43308e1c80aef2d8edbca6752ab80583d7cec81c (patch) | |
| tree | 964a9bf04b0d4eae5cc6d969881cf62935e7686e /go.mod | |
| parent | 5145b76b8a41b71a7b3c06373959c12f3a22014b (diff) | |
vendor: add batch client library
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ go 1.21 require ( cloud.google.com/go v0.114.0 + cloud.google.com/go/batch v1.8.3 cloud.google.com/go/bigquery v1.60.0 cloud.google.com/go/logging v1.10.0 cloud.google.com/go/profiler v0.4.0 |
