Merge pull request #8747 from mattfarina/fix-vanity

Fixing broken vanity URL in dependencies
pull/8756/head
Matt Farina 4 years ago committed by GitHub
commit 95cb9d6f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
glide.lock generated

@ -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

@ -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

Loading…
Cancel
Save