Commit a9337d87 authored by Matt Farina's avatar Matt Farina
Browse files

Fixing broken vanity URL in dependencies


Signed-off-by: default avatarMatt Farina <matt.farina@rancher.com>
(cherry picked from commit d154b059)
No related merge requests found
Showing with 12 additions and 3 deletions
+12 -3
hash: ac5ff6bfe50536fa733d160b064d05691909e1d796c6d9284ce2eb4deb998db9 hash: f690c7a0f6f7772f816547c7c601363c28cf50df7738c8c4a5121ed07b95bc6d
updated: 2019-10-29T19:02:24.996035Z updated: 2020-09-17T13:02:24.996035Z
imports: imports:
- name: cloud.google.com/go - name: cloud.google.com/go
version: 8c41231e01b2085512d98153bcffb847ff9b4b9f version: 8c41231e01b2085512d98153bcffb847ff9b4b9f
...@@ -846,8 +846,9 @@ imports: ...@@ -846,8 +846,9 @@ imports:
version: fd68e9863619f6ec2fdd8625fe1f02e7c877e480 version: fd68e9863619f6ec2fdd8625fe1f02e7c877e480
- name: vbom.ml/util - name: vbom.ml/util
version: efcd4e0f97874370259c7d93e12aad57911dea81 version: efcd4e0f97874370259c7d93e12aad57911dea81
repo: https://github.com/fvbommel/sortorder.git
subpackages: subpackages:
- sortorder - sortorder
testImports: testImports:
- name: github.com/DATA-DOG/go-sqlmock - name: github.com/DATA-DOG/go-sqlmock
version: e64ef33e8bdaf17d91e3ecb35b9c1d0e420b3309 version: e64ef33e8bdaf17d91e3ecb35b9c1d0e420b3309
......
...@@ -77,6 +77,14 @@ import: ...@@ -77,6 +77,14 @@ import:
- package: github.com/cpuguy83/go-md2man - package: github.com/cpuguy83/go-md2man
version: ^1.0.10 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: testImports:
- package: github.com/stretchr/testify - package: github.com/stretchr/testify
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment