-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
go.work
169 lines (168 loc) · 3.81 KB
/
go.work
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
go 1.21.1
use (
.
./aiplatform
./appengine
./appengine/go11x/cloudsql
./appengine/go11x/helloworld
./appengine/go11x/tasks/handle_task
./appengine/go11x/warmup
./appengine_flexible/analytics
./appengine_flexible/datastore
./appengine_flexible/go115_and_earlier
./appengine_flexible/helloworld
./appengine_flexible/pubsub
./appengine_flexible/redis
./appengine_flexible/static_files
./appengine_flexible/storage
./appengine_flexible/websockets
./asset
./auth
./automl
./bigquery
./bigtable
./cdn
./cloudsql/mysql/database-sql
./cloudsql/postgres/database-sql
./cloudsql/sqlserver/database-sql
./compute
./compute/quickstart
./container_registry
./datacatalog
./dataflow
./dataproc
./datastore
./dialogflow
./dlp
./docs
./documentai
./endpoints
./eventarc/audit_iam
./eventarc/audit_storage
./eventarc/generic
./eventarc/pubsub
./eventarc/storage_handler
./eventarc/testing
./firestore
./functions
./functions/bigtable
./functions/codelabs/gopher
./functions/console_snippets/firebase_auth
./functions/console_snippets/firebase_rtdb
./functions/console_snippets/firestore
./functions/console_snippets/google_analytics
./functions/firebase/hello
./functions/firebase/upper
./functions/functionsv2/firebase/hellofirestore
./functions/functionsv2/firebase/remoteconfig
./functions/functionsv2/firebase/rtdb
./functions/functionsv2/firebase/upper
./functions/functionsv2/helloauditlog
./functions/functionsv2/hellopubsub
./functions/functionsv2/hellostorage
./functions/functionsv2/helloworld
./functions/functionsv2/imagemagick
./functions/functionsv2/label_gce_instance
./functions/functionsv2/log
./functions/functionsv2/ocr/app
./functions/functionsv2/response_streaming
./functions/functionsv2/slack
./functions/functionsv2/tips
./functions/functionsv2/tips/infinite_retries
./functions/helloworld
./functions/http
./functions/imagemagick
./functions/log
./functions/memorystore/redis
./functions/ocr/app
./functions/security
./functions/slack
./functions/spanner
./functions/tips
./functions/tips/contexttip
./functions/tips/infinite_retries
./functions/typed/greeting
./getting-started
./getting-started/authenticating-users
./getting-started/background
./getting-started/bookshelf
./getting-started/gce
./getting-started/gopher-run
./getting-started/sessions
./healthcare
./iam
./iap
./internal/cloudrunci/testingapp
./internal/gomodversiontest
./internal/managedkafka
./jobs
./kms
./language
./logging
./managedkafka
./media
./memorystore
./monitoring
./opencensus
./opentelemetry/instrumentation/app
./opentelemetry/trace
./privateca
./profiler
./profiler/shakesapp
./pubsub
./pubsublite
./routeoptimization
./run
./run/custom-metrics
./run/grpc-ping
./run/grpc-server-streaming
./run/h2c
./run/hello-broken
./run/helloworld
./run/image-processing
./run/jobs
./run/logging-manual
./run/markdown-preview/editor
./run/markdown-preview/renderer
./run/pubsub
./run/sigterm-handler
./run/system_package
./run/testing
./secretmanager
./securitycenter
./servicedirectory
./spanner
./spanner/opentelemetry
./spanner/opentelemetry/tracing
./speech
./storage
./storagetransfer
./tasks
./testing/gimmeproj
./texttospeech
./trace
./translate
./vertexai/batch-predict
./vertexai/chat
./vertexai/context-caching
./vertexai/controlled-generation
./vertexai/evaluation
./vertexai/function-calling
./vertexai/gemma2
./vertexai/multimodal
./vertexai/multimodal-all
./vertexai/multimodal-audio
./vertexai/multimodal-multiple
./vertexai/multimodal-pdf
./vertexai/multimodal-video
./vertexai/multimodal-video-with-audio
./vertexai/safety-settings
./vertexai/safety-settings-multimodal
./vertexai/snippets
./vertexai/stream-multimodality-basic
./vertexai/stream-text-basic
./vertexai/system-instruction
./vertexai/token-count
./videointelligence
./vision
)