From b4633b66f85e069b105b1ff076d178e4354941bc Mon Sep 17 00:00:00 2001 From: August Karlstedt Date: Mon, 6 Jun 2022 12:28:36 -0700 Subject: [PATCH] Update deps.bzl --- bazel/deps.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bazel/deps.bzl b/bazel/deps.bzl index 10007a8..38279a9 100644 --- a/bazel/deps.bzl +++ b/bazel/deps.bzl @@ -24,6 +24,7 @@ def jsonnet_go_dependencies(go_sdk_version = "host"): importpath = "github.com/fatih/color", sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=", version = "v1.12.0", + build_external = "external", ) go_repository( @@ -49,12 +50,14 @@ def jsonnet_go_dependencies(go_sdk_version = "host"): importpath = "github.com/mattn/go-colorable", sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=", version = "v0.1.8", + build_external = "external", ) go_repository( name = "com_github_mattn_go_isatty", importpath = "github.com/mattn/go-isatty", sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=", version = "v0.0.12", + build_external = "external", ) go_repository( name = "com_github_pmezard_go_difflib",