From d154b05921fc7c3a1c5074bcb0db184be0820154 Mon Sep 17 00:00:00 2001
From: Matt Farina <matt.farina@rancher.com>
Date: Thu, 17 Sep 2020 13:07:16 -0400
Subject: [PATCH] Fixing broken vanity URL in dependencies

Signed-off-by: Matt Farina <matt.farina@rancher.com>
---
 glide.lock | 7 ++++---
 glide.yaml | 8 ++++++++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/glide.lock b/glide.lock
index 477b6a225..183b6dc6f 100644
--- a/glide.lock
+++ b/glide.lock
@@ -1,5 +1,5 @@
-hash: ac5ff6bfe50536fa733d160b064d05691909e1d796c6d9284ce2eb4deb998db9
-updated: 2019-10-29T19:02:24.996035Z
+hash: f690c7a0f6f7772f816547c7c601363c28cf50df7738c8c4a5121ed07b95bc6d
+updated: 2020-09-17T13:02:24.996035Z
 imports:
 - name: cloud.google.com/go
   version: 8c41231e01b2085512d98153bcffb847ff9b4b9f
@@ -846,8 +846,9 @@ imports:
   version: fd68e9863619f6ec2fdd8625fe1f02e7c877e480
 - name: vbom.ml/util
   version: efcd4e0f97874370259c7d93e12aad57911dea81
+  repo: https://github.com/fvbommel/sortorder.git
   subpackages:
-  - sortorder
+    - sortorder
 testImports:
 - name: github.com/DATA-DOG/go-sqlmock
   version: e64ef33e8bdaf17d91e3ecb35b9c1d0e420b3309
diff --git a/glide.yaml b/glide.yaml
index 88e0359a4..fd9caa536 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -77,6 +77,14 @@ import:
 
   - package: github.com/cpuguy83/go-md2man
     version: ^1.0.10
+  
+  # The vanity URL has gone away but the commit in the
+  # transitive dependency is still present
+  - package: vbom.ml/util
+    version: efcd4e0f97874370259c7d93e12aad57911dea81
+    repo: https://github.com/fvbommel/sortorder.git
+    subpackages:
+      - sortorder
 
 testImports:
   - package: github.com/stretchr/testify
-- 
GitLab