mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-12 17:27:14 +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",
|
importpath = "github.com/fatih/color",
|
||||||
sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=",
|
sum = "h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc=",
|
||||||
version = "v1.12.0",
|
version = "v1.12.0",
|
||||||
|
build_external = "external",
|
||||||
)
|
)
|
||||||
|
|
||||||
go_repository(
|
go_repository(
|
||||||
@ -49,12 +50,14 @@ def jsonnet_go_dependencies(go_sdk_version = "host"):
|
|||||||
importpath = "github.com/mattn/go-colorable",
|
importpath = "github.com/mattn/go-colorable",
|
||||||
sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=",
|
sum = "h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=",
|
||||||
version = "v0.1.8",
|
version = "v0.1.8",
|
||||||
|
build_external = "external",
|
||||||
)
|
)
|
||||||
go_repository(
|
go_repository(
|
||||||
name = "com_github_mattn_go_isatty",
|
name = "com_github_mattn_go_isatty",
|
||||||
importpath = "github.com/mattn/go-isatty",
|
importpath = "github.com/mattn/go-isatty",
|
||||||
sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=",
|
sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=",
|
||||||
version = "v0.0.12",
|
version = "v0.0.12",
|
||||||
|
build_external = "external",
|
||||||
)
|
)
|
||||||
go_repository(
|
go_repository(
|
||||||
name = "com_github_pmezard_go_difflib",
|
name = "com_github_pmezard_go_difflib",
|
||||||
|
Loading…
Reference in New Issue
Block a user