Skip to content

Commit

Permalink
Update dep and vendor (kubeflow#663)
Browse files Browse the repository at this point in the history
Including:
- add missing pkgs to Gopkg.toml
- add prune rules
- update vendor/ via `dep ensure`
  • Loading branch information
xychu authored and k8s-ci-robot committed Jun 14, 2018
1 parent 433d0d9 commit 5362194
Show file tree
Hide file tree
Showing 1,581 changed files with 268,010 additions and 269,905 deletions.
625 changes: 556 additions & 69 deletions Gopkg.lock

Large diffs are not rendered by default.

42 changes: 39 additions & 3 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,42 @@ required = [
"k8s.io/apimachinery/pkg/apimachinery/registered",
]

[[constraint]]
name = "github.com/emicklei/go-restful"
version = "2.7.1"

[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/go-openapi/spec"

[[constraint]]
name = "github.com/gogo/protobuf"
version = "1.0.0"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"

[[constraint]]
name = "github.com/golang/protobuf"
version = "1.1.0"

[[constraint]]
name = "github.com/juju/ratelimit"
version = "1.0.1"

[[constraint]]
branch = "master"
name = "github.com/onrik/logrus"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "~1.0.4"
Expand Down Expand Up @@ -46,6 +82,6 @@ required = [
name = "github.com/docker/distribution"
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"

[[constraint]]
name = "k8s.io/apiserver"
version = "~kubernetes-1.9"
[prune]
go-tests = true
unused-packages = true
11 changes: 0 additions & 11 deletions vendor/cloud.google.com/go/.travis.yml

This file was deleted.

126 changes: 0 additions & 126 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

6 changes: 6 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5362194

Please sign in to comment.