Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Commit fd50f5f

Browse files
imumesh18alexellis
authored andcommitted
Moved vendoring tool to dep.
Signed-off-by: dungeonmaster18 <[email protected]>
1 parent 3d031b4 commit fd50f5f

File tree

3 files changed

+157
-14
lines changed

3 files changed

+157
-14
lines changed

Gopkg.lock

+141
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[constraint]]
2+
name = "github.com/spf13/cobra"
3+
version = "0.0.1"
4+
5+
[[constraint]]
6+
name = "github.com/moby/moby"
7+
revision = "7e59fbe50eaa5fd952f7a05aa827e2dc738c3794"
8+
9+
[[constraint]]
10+
name = "github.com/docker/go-units"
11+
version = "0.3.2"
12+
13+
# match docker/distribution revision with moby
14+
[[override]]
15+
name = "github.com/docker/distribution"
16+
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"

vendor.conf

-14
This file was deleted.

0 commit comments

Comments
 (0)