mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-21 10:08:30 +00:00
govendor
This commit is contained in:
parent
be13b8b8f2
commit
7f162d8f68
12
deps.bzl
12
deps.bzl
@ -575,8 +575,8 @@ def go_dependencies():
|
||||
go_repository(
|
||||
name = "com_github_mattn_go_runewidth",
|
||||
importpath = "github.com/mattn/go-runewidth",
|
||||
sum = "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=",
|
||||
version = "v0.0.9",
|
||||
sum = "h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWVwUuU=",
|
||||
version = "v0.0.14",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_mattn_go_shellwords",
|
||||
@ -726,6 +726,14 @@ def go_dependencies():
|
||||
sum = "h1:kYK1Va/YMlutzCGazswoHKo//tZVlFpKYh+PymziUAg=",
|
||||
version = "v0.10.1",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_rivo_uniseg",
|
||||
importpath = "github.com/rivo/uniseg",
|
||||
sum = "h1:utMvzDsuh3suAEnhH0RdHmoPbU648o6CvXxTx4SBMOw=",
|
||||
version = "v0.4.3",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "com_github_rogpeppe_fastuuid",
|
||||
importpath = "github.com/rogpeppe/fastuuid",
|
||||
|
Loading…
Reference in New Issue
Block a user