Skip to content

Commit f38278f

Browse files
authored
vendor: Add (#12)
* dep: Add config Signed-off-by: Ce Gao <[email protected]> * vendor: Add Signed-off-by: Ce Gao <[email protected]> * dep: Remove useless constraint Signed-off-by: Ce Gao <[email protected]>
1 parent be1fde7 commit f38278f

File tree

2,796 files changed

+930351
-0
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,796 files changed

+930351
-0
lines changed

Gopkg.lock

Lines changed: 327 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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[[constraint]]
2+
name = "github.com/go-sql-driver/mysql"
3+
version = "1.3.0"
4+
5+
[[constraint]]
6+
name = "github.com/golang/protobuf"
7+
version = "1.0.0"
8+
9+
[[constraint]]
10+
name = "github.com/labstack/echo"
11+
version = "3.3.4"
12+
13+
[[constraint]]
14+
name = "github.com/sirupsen/logrus"
15+
version = "1.0.5"
16+
17+
[[constraint]]
18+
name = "github.com/spf13/cobra"
19+
version = "0.0.2"
20+
21+
[[constraint]]
22+
name = "github.com/spf13/viper"
23+
version = "1.0.2"
24+
25+
[[constraint]]
26+
branch = "master"
27+
name = "golang.org/x/net"
28+
29+
[[constraint]]
30+
name = "google.golang.org/grpc"
31+
version = "1.11.2"
32+
33+
[[constraint]]
34+
name = "gopkg.in/yaml.v2"
35+
version = "2.2.1"
36+
37+
[[constraint]]
38+
name = "k8s.io/client-go"
39+
version = "7.0.0"

vendor/github.com/Microsoft/go-winio/.gitignore

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

vendor/github.com/Microsoft/go-winio/LICENSE

Lines changed: 22 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)