You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hack/vendor.sh
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ set -e
5
5
#
6
6
# Usage:
7
7
# vendor.sh revendor all dependencies
8
-
# vendor.sh github.com/docker/engine-api revendor only the engine-api dependency.
9
-
# vendor.sh github.com/docker/engine-api v0.3.3 vendor only engine-api at the specified tag/commit.
10
-
# vendor.sh git github.com/docker/engine-api v0.3.3 is the same but specifies the VCS for cases where the VCS is something else than git
8
+
# vendor.sh github.com/docker/libkv revendor only the libkv dependency.
9
+
# vendor.sh github.com/docker/libkv v0.2.1 vendor only libkv at the specified tag/commit.
10
+
# vendor.sh git github.com/docker/libkv v0.2.1 is the same but specifies the VCS for cases where the VCS is something else than git
11
11
# vendor.sh git golang.org/x/sys eb2c74142fd19a79b3f237334c7384d5167b1b46 https://github.com/golang/sys.git vendor only golang.org/x/sys downloading from the specified URL
0 commit comments