Skip to content

Commit caeaee5

Browse files
committed
updated vendor deps to use versioned deps of controller-tools
Highlights: - updated the vendor deps for the CLI - Pin to versioned pkg of controller-tools instead of master branch
1 parent 1cdcd87 commit caeaee5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4324
-2128
lines changed

cmd/Gopkg.lock

Lines changed: 100 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/Gopkg.toml

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,5 @@
55
go-tests = true
66

77
[[constraint]]
8-
name = "github.com/emicklei/go-restful"
9-
revision = "ff4f55a206334ef123e4f79bbf348980da81ca46"
10-
11-
[[constraint]]
12-
name = "github.com/golang/glog"
13-
revision = "44145f04b68cf362d9c4df2182967c2275eaefed"
14-
15-
[[constraint]]
16-
branch = "master"
17-
name = "github.com/markbates/inflect"
18-
19-
[[constraint]]
20-
name = "github.com/pkg/errors"
21-
revision = "a22138067af1c4942683050411a841ade67fe1eb"
22-
23-
[[constraint]]
24-
name = "github.com/spf13/cobra"
25-
revision = "f62e98d28ab7ad31d707ba837a966378465c7b57"
26-
27-
[[constraint]]
28-
version = "kubernetes-1.10.1"
29-
name = "k8s.io/api"
30-
31-
[[constraint]]
32-
version = "kubernetes-1.10.1"
33-
name = "k8s.io/apiextensions-apiserver"
34-
35-
[[constraint]]
36-
version = "kubernetes-1.10.1"
37-
name = "k8s.io/apimachinery"
38-
39-
[[constraint]]
40-
version = "kubernetes-1.10.1"
41-
name = "k8s.io/apiserver"
42-
43-
[[constraint]]
44-
version = "kubernetes-1.10.1"
45-
name = "k8s.io/client-go"
46-
47-
[[constraint]]
48-
branch = "master"
498
name = "sigs.k8s.io/controller-tools"
50-
51-
[[constraint]]
52-
name = "github.com/Masterminds/semver"
53-
version = "1.4.2"
9+
version="v0.1.1"

cmd/vendor/github.com/Masterminds/semver/.travis.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)