[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-09 (世界標準時間)。"],[[["Cloud Run functions allow dependencies to be specified using either a `go.mod` file (Go Modules) or a `vendor` directory."],["Using Go Modules, dependencies listed in the `go.mod` file are automatically incorporated upon function deployment."],["The Functions Framework is a required dependency, and it is recommended to explicitly include it for clarity, even though Cloud Run installs it automatically."],["A `vendor` directory is useful when dependencies are not accessible via a dependency manager or when internet access is restricted."],["For Go versions earlier than 1.16, a `.gcloudignore` file should be used to avoid uploading `go.mod` and `go.sum` files to ensure the `vendor` directory is used."]]],[]]