mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-10 08:17:11 +02:00
Update deps.bzl
This commit is contained in:
parent
f30e2329be
commit
b4633b66f8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user