Update deps.bzl

This commit is contained in:
August Karlstedt 2022-06-06 12:28:36 -07:00 committed by Dave Cunningham
parent f30e2329be
commit b4633b66f8

View File

@ -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",