From cd5533e02d2c20a923a446a0ec2e09af5bf45b20 Mon Sep 17 00:00:00 2001 From: Serge Bazanski Date: Wed, 11 Aug 2021 16:48:04 +0000 Subject: [PATCH] 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 --- third_party/go/repositories.bzl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl index 12edfe16..2eb84990 100644 --- a/third_party/go/repositories.bzl +++ b/third_party/go/repositories.bzl @@ -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(