Skip to content

Commit 913118b

Browse files
committed
Update deps for new parsing
Update deps to required versions.
1 parent 468264a commit 913118b

File tree

680 files changed

+439954
-96995
lines changed

Some content is hidden

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

680 files changed

+439954
-96995
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,13 @@ ignored = [
1414
name="k8s.io/apimachinery"
1515
version="kubernetes-1.13.4"
1616

17-
[[constraint]]
18-
name = "github.com/spf13/afero"
19-
version = "v1.1.1"
20-
2117
[[constraint]]
2218
name = "github.com/spf13/cobra"
2319
version = "v0.0.3"
24-
20+
2521
[[constraint]]
26-
name = "github.com/spf13/pflag"
27-
version = "v1.0.1"
28-
29-
[[constraint]]
30-
name = "github.com/ghodss/yaml"
31-
version = "1.0.0"
32-
33-
# TODO(droot): pin the following deps to a version when they are tagged.
34-
#[[constraint]]
35-
# name = "github.com/go-openapi/spec"
36-
#
37-
#[[constraint]]
38-
# name = "sigs.k8s.io/testing_frameworks"
22+
name = "sigs.k8s.io/yaml"
23+
version = "v1.1.0"
3924

4025
# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
4126
[[override]]

go.mod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,28 @@ module sigs.k8s.io/controller-tools
33
go 1.12
44

55
require (
6-
github.com/ghodss/yaml v1.0.0
76
github.com/gobuffalo/envy v1.6.15 // indirect
87
github.com/gogo/protobuf v1.2.1 // indirect
98
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
109
github.com/inconshreveable/mousetrap v1.0.0 // indirect
1110
github.com/json-iterator/go v1.1.6 // indirect
12-
github.com/kr/pty v1.1.4 // indirect
1311
github.com/markbates/inflect v1.0.4
1412
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
1513
github.com/modern-go/reflect2 v1.0.1 // indirect
16-
github.com/pkg/errors v0.8.1
14+
github.com/onsi/ginkgo v1.8.0
15+
github.com/onsi/gomega v1.5.0
1716
github.com/rogpeppe/go-internal v1.2.2 // indirect
18-
github.com/spf13/afero v1.2.2
1917
github.com/spf13/cobra v0.0.3
20-
github.com/spf13/pflag v1.0.3
21-
github.com/stretchr/objx v0.1.1 // indirect
22-
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
23-
golang.org/x/tools v0.0.0-20190213015956-f7e1b50d2251 // indirect
18+
github.com/spf13/pflag v1.0.3 // indirect
19+
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
20+
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
21+
golang.org/x/text v0.3.2 // indirect
22+
golang.org/x/tools v0.0.0-20190501045030-23463209683d
2423
gopkg.in/inf.v0 v0.9.1 // indirect
2524
gopkg.in/yaml.v2 v2.2.2 // indirect
2625
k8s.io/api v0.0.0-20190222213804-5cb15d344471
2726
k8s.io/apiextensions-apiserver v0.0.0-20190228180357-d002e88f6236
2827
k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628
29-
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6
3028
k8s.io/klog v0.2.0 // indirect
31-
sigs.k8s.io/yaml v1.1.0 // indirect
29+
sigs.k8s.io/yaml v1.1.0
3230
)

0 commit comments

Comments
 (0)