Skip to content

Commit 167490a

Browse files
committed
Use github.com/golang/dep vendoring
1 parent afe38fe commit 167490a

File tree

2,750 files changed

+959007
-176
lines changed

Some content is hidden

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

2,750 files changed

+959007
-176
lines changed

.gitmodules

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

Gopkg.lock

Lines changed: 212 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: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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/aryann/difflib"
27+
28+
[[constraint]]
29+
branch = "master"
30+
name = "github.com/bozaro/golorem"
31+
32+
[[constraint]]
33+
branch = "master"
34+
name = "github.com/go-openapi/errors"
35+
36+
[[constraint]]
37+
branch = "master"
38+
name = "github.com/go-openapi/runtime"
39+
40+
[[constraint]]
41+
branch = "master"
42+
name = "github.com/go-openapi/strfmt"
43+
44+
[[constraint]]
45+
branch = "master"
46+
name = "github.com/go-openapi/swag"
47+
48+
[[constraint]]
49+
branch = "master"
50+
name = "github.com/go-openapi/validate"
51+
52+
[[constraint]]
53+
branch = "master"
54+
name = "github.com/mailru/easyjson"
55+
56+
[[constraint]]
57+
name = "github.com/mkideal/cli"
58+
revision = "a9c110456"
59+
60+
[[constraint]]
61+
name = "github.com/op/go-logging"
62+
version = "1.0.0"
63+
64+
[[constraint]]
65+
name = "github.com/stretchr/testify"
66+
version = "1.1.4"
67+
68+
[[constraint]]
69+
name = "github.com/tinylib/msgp"
70+
version = "1.0.2"
71+
72+
[[constraint]]
73+
branch = "master"
74+
name = "golang.org/x/net"

generated/client/forum_client.go

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

generated/client/operations/clear_parameters.go

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

0 commit comments

Comments
 (0)