Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Updated vendors. #564

Merged
merged 1 commit into from
Jan 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
234 changes: 85 additions & 149 deletions Gopkg.lock

Large diffs are not rendered by default.

45 changes: 25 additions & 20 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,50 @@
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.1"
branch = "master"
name = "github.com/golang/glog"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.2"
name = "github.com/onsi/ginkgo"
version = "1.7.0"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.2"
name = "github.com/onsi/gomega"
version = "1.4.3"

[[constraint]]
name = "k8s.io/apiserver"
version = "kubernetes-1.13.2"
name = "github.com/spf13/pflag"
version = "1.0.3"

[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.13.2"

[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.13.2"
branch = "master"
name = "k8s.io/gengo"

[[constraint]]
name = "k8s.io/client-go"
version = "v10.0.0"
name = "k8s.io/kubernetes"
version = "1.13.2"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.2"

[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.2"

[[override]]
name = "github.com/imdario/mergo"
revision = "9316a62528ac99aaecb4e47eadd6dc8aa6533d58"
[[constraint]]
name = "k8s.io/apiserver"
version = "kubernetes-1.13.2"

[prune]
go-tests = true
Expand Down
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.

1 change: 0 additions & 1 deletion vendor/github.com/Sirupsen/logrus/.gitignore

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

61 changes: 12 additions & 49 deletions vendor/github.com/Sirupsen/logrus/.travis.yml

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

52 changes: 0 additions & 52 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

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

95 changes: 53 additions & 42 deletions vendor/github.com/Sirupsen/logrus/README.md

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

Loading