Skip to content

Commit

Permalink
Update dep list (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored and the-redback committed Oct 4, 2018
1 parent 52ec979 commit 7413db3
Showing 1 changed file with 20 additions and 28 deletions.
48 changes: 20 additions & 28 deletions hack/revendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ def check_antipackage():
KUBEMON_VERSION = 'release-8.0'
REQUIRED_DEPS = [
{
'package': 'github.com/cpuguy83/go-md2man',
'version': 'v1.0.8',
"package": "github.com/cpuguy83/go-md2man",
"version": "v1.0.8"
},
{
'package': 'github.com/json-iterator/go',
'version': '1.1.5',
"package": "github.com/json-iterator/go",
"version": "1.1.5"
},
{
"package": "github.com/spf13/cobra",
Expand All @@ -72,20 +72,28 @@ def check_antipackage():
{
"package": "golang.org/x/sys",
"version": "95c6576299259db960f6c5b9b69ea52422860fce"
},
{
"package": "k8s.io/kube-openapi",
"version": "91cfa479c814065e420cee7ed227db0f63a5854e"
},
{
"package": "github.com/golang/protobuf",
"version": "v1.1.0"
}
]
DEP_LIST = [
{
'package': 'github.com/cpuguy83/go-md2man',
'version': 'v1.0.8',
"package": "github.com/cpuguy83/go-md2man",
"version": "v1.0.8"
},
{
'package': 'github.com/json-iterator/go',
'version': '1.1.5',
"package": "github.com/json-iterator/go",
"version": "1.1.5"
},
{
'package': 'github.com/coreos/prometheus-operator',
'version': 'v0.23.2',
"package": "github.com/coreos/prometheus-operator",
"version": "v0.23.2"
},
{
"package": "k8s.io/api",
Expand Down Expand Up @@ -122,17 +130,13 @@ def check_antipackage():
"version": "kubernetes-1.11.3"
},
{
"package": "k8s.io/kube-openapi",
"version": "master"
"package": "k8s.io/metrics",
"version": "kubernetes-1.11.3"
},
{
"package": "github.com/appscode/kutil",
"version": "release-8.0"
},
{
"package": "github.com/appscode/kubernetes-webhook-util",
"version": "release-8.0"
},
{
"package": "kmodules.xyz/monitoring-agent-api",
"repo": "https://github.com/kmodules/monitoring-agent-api.git",
Expand Down Expand Up @@ -200,18 +204,6 @@ def check_antipackage():
{
"package": "cloud.google.com/go",
"version": "v0.2.0"
},
{
"package": "golang.org/x/text",
"version": "b19bf474d317b857955b12035d2c5acb57ce8b01"
},
{
"package": "golang.org/x/net",
"version": "1c05540f6879653db88113bc4a2b70aec4bd491f"
},
{
"package": "golang.org/x/sys",
"version": "95c6576299259db960f6c5b9b69ea52422860fce"
}
]

Expand Down

0 comments on commit 7413db3

Please sign in to comment.