Skip to content

Commit b4633b6

Browse files
AugustKarlstedtsparkprime
authored andcommitted
Update deps.bzl
1 parent f30e232 commit b4633b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bazel/deps.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def jsonnet_go_dependencies(go_sdk_version = "host"):
2424
importpath = "github.com/fatih/color",
2525
sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=",
2626
version = "v1.12.0",
27+
build_external = "external",
2728
)
2829

2930
go_repository(
@@ -49,12 +50,14 @@ def jsonnet_go_dependencies(go_sdk_version = "host"):
4950
importpath = "github.com/mattn/go-colorable",
5051
sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=",
5152
version = "v0.1.8",
53+
build_external = "external",
5254
)
5355
go_repository(
5456
name = "com_github_mattn_go_isatty",
5557
importpath = "github.com/mattn/go-isatty",
5658
sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=",
5759
version = "v0.0.12",
60+
build_external = "external",
5861
)
5962
go_repository(
6063
name = "com_github_pmezard_go_difflib",

0 commit comments

Comments
 (0)