Skip to content

Commit

Permalink
Update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Mar 29, 2019
1 parent 14a9e9f commit 14f4a7b
Show file tree
Hide file tree
Showing 1,349 changed files with 128,050 additions and 32,308 deletions.
469 changes: 321 additions & 148 deletions Gopkg.lock

Large diffs are not rendered by default.

28 changes: 10 additions & 18 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# name = "github.com/x/y"
# version = "2.4.0"

ignored = ["github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller*"]
ignored = ["k8s.io/ingress-nginx/images/*"]

[prune]
non-go = true
Expand All @@ -33,18 +33,10 @@ ignored = ["github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller*"]
unused-packages = false
non-go = false

[[override]]
name = "github.com/docker/distribution"
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"

[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

[[override]]
name = "github.com/golang/glog"
source = "k8s.io/klog/glog"

[[constraint]]
name = "github.com/eapache/channels"
branch = "master"
Expand Down Expand Up @@ -99,28 +91,28 @@ ignored = ["github.com/kubernetes/ingress-nginx/images/grpc-fortune-teller*"]

[[constraint]]
name = "k8s.io/kubernetes"
revision = "v1.13.3"
revision = "v1.14.0"

[[constraint]]
name = "k8s.io/api"
revision = "kubernetes-1.13.3"
revision = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apimachinery"
revision = "kubernetes-1.13.3"
revision = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/client-go"
revision = "kubernetes-1.13.3"
revision = "release-11.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
revision = "kubernetes-1.13.3"
revision = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apiserver"
revision = "kubernetes-1.13.3"
name = "k8s.io/cli-runtime"
revision = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/cli-runtime"
revision = "kubernetes-1.13.3"
name = "k8s.io/apiserver"
revision = "kubernetes-1.14.0"
127 changes: 124 additions & 3 deletions vendor/cloud.google.com/go/CHANGES.md

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

6 changes: 5 additions & 1 deletion vendor/cloud.google.com/go/CONTRIBUTING.md

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

64 changes: 31 additions & 33 deletions vendor/cloud.google.com/go/README.md

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/RELEASING.md

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/cloud.go

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

24 changes: 18 additions & 6 deletions vendor/cloud.google.com/go/compute/metadata/metadata.go

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

Loading

0 comments on commit 14f4a7b

Please sign in to comment.