第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

Bazel - BUILD 不引用外部依賴

Bazel - BUILD 不引用外部依賴

Go
泛舟湖上清波郎朗 2022-12-26 10:21:44
我正在嘗試使用 bazel 運(yùn)行一些 grpc 測(cè)試。我"google.golang.org/grpc/credentials/insecure"習(xí)慣不安全地?fù)芴?hào)。運(yùn)行時(shí)bazel test ...,出現(xiàn)以下錯(cuò)誤:no such package '@org_golang_google_grpc//credentials/insecure': BUILD file not found in directory 'credentials/insecure' of external repository @org_golang_google_grpc. Add a BUILD file to a directory to mark it as a package. and referenced by '//go/internal/handlers/helloworld:helloworld_test'我正在用 gazelle 生成我的 BUILD 文件,它為 go_test 輸出這個(gè)go_test(    name = "helloworld_test",    srcs = ["helloworld_test.go"],    deps = [        ":helloworld",        "//protos/helloworld",        "@com_github_stretchr_testify//assert",        "@org_golang_google_grpc//:go_default_library",        "@org_golang_google_grpc//credentials/insecure",        "@org_golang_google_grpc//test/bufconn",        "@org_uber_go_zap//:zap",        "@org_uber_go_zap//zaptest",    ],)我的 go.mod 文件包含 dep: google.golang.org/grpc v1.47.0我的 deps.bzl 是由 gazelle 自動(dòng)生成的:go_repository(    name = "org_golang_google_grpc",    importpath = "google.golang.org/grpc",    sum = "h1:9n77onPX5F3qfFCqjy9dhn8PbNQsIKeVU04J9G7umt8=",    version = "v1.47.0",)我錯(cuò)過了什么?
查看完整描述

1 回答

?
猛跑小豬

TA貢獻(xiàn)1858條經(jīng)驗(yàn) 獲得超8個(gè)贊

在 WORKSPACE 中,gazelle 生成的本地 go_repositories() 必須在 gazelle_dependencies() 之前調(diào)用,如果它不存在,它將定義一個(gè)古老版本的 org_golang_google_grpc,而新版本的本地 go_repository 將被靜默忽略。參考


查看完整回答
反對(duì) 回復(fù) 2022-12-26
  • 1 回答
  • 0 關(guān)注
  • 290 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)