Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
d154b059
Commit
d154b059
authored
4 years ago
by
Matt Farina
Browse files
Options
Download
Patches
Plain Diff
Fixing broken vanity URL in dependencies
Signed-off-by:
Matt Farina
<
matt.farina@rancher.com
>
parent
f65808b8
release-2.17
dev-v2
v2.17.0
v2.17.0-rc.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
glide.lock
+4
-3
glide.lock
glide.yaml
+8
-0
glide.yaml
with
12 additions
and
3 deletions
+12
-3
glide.lock
+
4
−
3
View file @
d154b059
hash:
ac5ff6bfe50536fa733d160b064d05691909e1d796c6d9284ce2eb4deb998db9
hash:
f690c7a0f6f7772f816547c7c601363c28cf50df7738c8c4a5121ed07b95bc6d
updated: 20
19-10-29
T1
9
:02:24.996035Z
updated: 20
20-09-17
T1
3
: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
...
...
This diff is collapsed.
Click to expand it.
glide.yaml
+
8
−
0
View file @
d154b059
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets