From 0ce758b8111eff52fc617705d011f997abf26579 Mon Sep 17 00:00:00 2001 From: Simon Stewart Date: Fri, 12 Jul 2024 16:11:08 +0100 Subject: [PATCH] Mark `github.com/ghodss/yaml` as requiring external resolution (#281) Without this, builds that use strict Go dependencies may fail because the generated build file is not complete. --- third_party/go/repositories.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl index 91f7f23c..9ab214fe 100644 --- a/third_party/go/repositories.bzl +++ b/third_party/go/repositories.bzl @@ -192,6 +192,7 @@ def go_deps(): importpath = "github.com/ghodss/yaml", sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", version = "v1.0.0", + build_external = "external", ) go_repository( name = "com_github_godbus_dbus_v5",