mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
move all third party libs to Godeps/ dir
This commit is contained in:
parent
41b0e5f34c
commit
67f0737ec0
88
Godeps/Godeps.json
generated
Normal file
88
Godeps/Godeps.json
generated
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"ImportPath": "github.com/GoogleCloudPlatform/kubernetes",
|
||||
"GoVersion": "go1.3",
|
||||
"Packages": [
|
||||
"./..."
|
||||
],
|
||||
"Deps": [
|
||||
{
|
||||
"ImportPath": "code.google.com/p/go-uuid/uuid",
|
||||
"Comment": "null-12",
|
||||
"Rev": "7dda39b2e7d5e265014674c5af696ba4186679e9"
|
||||
},
|
||||
{
|
||||
"ImportPath": "code.google.com/p/go.net/html",
|
||||
"Comment": "null-144",
|
||||
"Rev": "ad01a6fcc8a19d3a4478c836895ffe883bd2ceab"
|
||||
},
|
||||
{
|
||||
"ImportPath": "code.google.com/p/go.net/websocket",
|
||||
"Comment": "null-144",
|
||||
"Rev": "ad01a6fcc8a19d3a4478c836895ffe883bd2ceab"
|
||||
},
|
||||
{
|
||||
"ImportPath": "code.google.com/p/goauth2/compute/serviceaccount",
|
||||
"Comment": "weekly-50",
|
||||
"Rev": "7fc9d958c83464bd7650240569bf93a102266e6a"
|
||||
},
|
||||
{
|
||||
"ImportPath": "code.google.com/p/goauth2/oauth",
|
||||
"Comment": "weekly-50",
|
||||
"Rev": "7fc9d958c83464bd7650240569bf93a102266e6a"
|
||||
},
|
||||
{
|
||||
"ImportPath": "code.google.com/p/google-api-go-client/compute/v1",
|
||||
"Comment": "release-96",
|
||||
"Rev": "0923cdda5b82a7dd0dd5c689f824ca5e7d9b60de"
|
||||
},
|
||||
{
|
||||
"ImportPath": "code.google.com/p/google-api-go-client/googleapi",
|
||||
"Comment": "release-96",
|
||||
"Rev": "0923cdda5b82a7dd0dd5c689f824ca5e7d9b60de"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/coreos/go-etcd/etcd",
|
||||
"Comment": "v0.2.0-rc1-120-g23142f6",
|
||||
"Rev": "23142f6773a676cc2cae8dd0cb90b2ea761c853f"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/fsouza/go-dockerclient",
|
||||
"Comment": "0.2.1-216-g9061c85",
|
||||
"Rev": "9061c8580ba4374f24de44bcf9e8b77ce0553933"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/golang/glog",
|
||||
"Rev": "d1c4472bf2efd3826f2b5bdcc02d8416798d678c"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/google/cadvisor/client",
|
||||
"Comment": "0.2.0-27-g17b0ec5",
|
||||
"Rev": "17b0ec576bcbeb321c133e4378dee1e500c9850d"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/google/cadvisor/info",
|
||||
"Comment": "0.2.0-27-g17b0ec5",
|
||||
"Rev": "17b0ec576bcbeb321c133e4378dee1e500c9850d"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/google/gofuzz",
|
||||
"Rev": "aef70dacbc78771e35beb261bb3a72986adf7906"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/stretchr/objx",
|
||||
"Rev": "d40df0cc104c06eae2dfe03d7dddb83802d52f9a"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/stretchr/testify/assert",
|
||||
"Rev": "37614ac27794505bf7867ca93aac883cadb6a5f7"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/stretchr/testify/mock",
|
||||
"Rev": "37614ac27794505bf7867ca93aac883cadb6a5f7"
|
||||
},
|
||||
{
|
||||
"ImportPath": "gopkg.in/v1/yaml",
|
||||
"Rev": "1b9791953ba4027efaeb728c7355e542a203be5e"
|
||||
}
|
||||
]
|
||||
}
|
5
Godeps/Readme
generated
Normal file
5
Godeps/Readme
generated
Normal file
@ -0,0 +1,5 @@
|
||||
This directory tree is generated automatically by godep.
|
||||
|
||||
Please do not edit.
|
||||
|
||||
See https://github.com/tools/godep for more information.
|
2
Godeps/_workspace/.gitignore
generated
vendored
Normal file
2
Godeps/_workspace/.gitignore
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/pkg
|
||||
/bin
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user