1
0
Fork 0

third_party/go: fix vbom.ml dependency

Looks like .ml DNS servers are currently down, and this repository
import path is deprecated anyway. Really, we should bump Kubernetes...

Change-Id: I3e0c834a49ccf1111b9412371489bae5f80ff6ab
master
q3k 2021-08-11 16:48:04 +00:00
parent c31887e857
commit cd5533e02d
1 changed files with 5 additions and 3 deletions

View File

@ -84,9 +84,11 @@ def go_repositories():
)
go_repository(
name = "ml_vbom_util",
commit = "db5cfe13f5cc",
importpath = "vbom.ml/util",
name = "ml_vbom_util_sortorder",
commit = "26fad50c6b32a3064c09ed089865c16f2f3615f6",
importpath = "vbom.ml/util/sortorder",
remote = "https://github.com/fvbommel/sortorder",
vcs = "git",
)
go_repository(