Skip to content

Commit 502fbf8

Browse files
Move from godep to dep while updating dependencies
This commit cleans the vendor dir
1 parent b89de1b commit 502fbf8

File tree

919 files changed

+101055
-151493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

919 files changed

+101055
-151493
lines changed

Godeps/Godeps.json

Lines changed: 0 additions & 493 deletions
This file was deleted.

Godeps/Readme

Lines changed: 0 additions & 5 deletions
This file was deleted.

Gopkg.lock

Lines changed: 181 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
# Gopkg.toml example
3+
#
4+
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
5+
# for detailed Gopkg.toml documentation.
6+
#
7+
# required = ["github.com/user/thing/cmd/thing"]
8+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
9+
#
10+
# [[constraint]]
11+
# name = "github.com/user/project"
12+
# version = "1.0.0"
13+
#
14+
# [[constraint]]
15+
# name = "github.com/user/project2"
16+
# branch = "dev"
17+
# source = "github.com/myfork/project2"
18+
#
19+
# [[override]]
20+
# name = "github.com/x/y"
21+
# version = "2.4.0"
22+
23+
24+
[[constraint]]
25+
branch = "master"
26+
name = "github.com/spf13/afero"
27+
28+
[[constraint]]
29+
name = "gopkg.in/alecthomas/kingpin.v2"
30+
version = "2.2.3"
31+
32+
[[constraint]]
33+
name = "gopkg.in/ini.v1"
34+
version = "1.27.0"
35+
36+
[[constraint]]
37+
name = "gopkg.in/matryer/try.v1"
38+
version = "1.0.0"

0 commit comments

Comments
 (0)