File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ def jsonnet_go_dependencies(go_sdk_version = "host"):
24
24
importpath = "github.com/fatih/color" ,
25
25
sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=" ,
26
26
version = "v1.12.0" ,
27
+ build_external = "external" ,
27
28
)
28
29
29
30
go_repository (
@@ -49,12 +50,14 @@ def jsonnet_go_dependencies(go_sdk_version = "host"):
49
50
importpath = "github.com/mattn/go-colorable" ,
50
51
sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=" ,
51
52
version = "v0.1.8" ,
53
+ build_external = "external" ,
52
54
)
53
55
go_repository (
54
56
name = "com_github_mattn_go_isatty" ,
55
57
importpath = "github.com/mattn/go-isatty" ,
56
58
sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=" ,
57
59
version = "v0.0.12" ,
60
+ build_external = "external" ,
58
61
)
59
62
go_repository (
60
63
name = "com_github_pmezard_go_difflib" ,
You can’t perform that action at this time.
0 commit comments