@@ -5,43 +5,41 @@ go 1.16
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/fatih/structtag v1.1.0
8
- github.com/go-logr/logr v0.3 .0
8
+ github.com/go-logr/logr v0.4 .0
9
9
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
10
- github.com/kr/text v0.1 .0
10
+ github.com/kr/text v0.2 .0
11
11
github.com/markbates/inflect v1.0.4
12
12
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
13
- github.com/onsi/ginkgo v1.15.2
14
- github.com/onsi/gomega v1.11 .0
15
- github.com/operator-framework/api v0.8.2-0.20210526151024-41d37db9141f
16
- github.com/operator-framework/java-operator-plugins v0.0.0-20210629174633-88afbd6d98b2
17
- github.com/operator-framework/operator-lib v0.4.1
18
- github.com/operator-framework/operator-registry v1.15.3
19
- github.com/prometheus/client_golang v1.7.1
13
+ github.com/onsi/ginkgo v1.16.4
14
+ github.com/onsi/gomega v1.13 .0
15
+ github.com/operator-framework/api v0.10.0
16
+ github.com/operator-framework/java-operator-plugins v0.0.0-20210708174638-463fb91f3d5e
17
+ github.com/operator-framework/operator-lib v0.5.0
18
+ github.com/operator-framework/operator-registry v1.17.4
19
+ github.com/prometheus/client_golang v1.11.0
20
20
github.com/prometheus/client_model v0.2.0
21
21
github.com/sergi/go-diff v1.1.0
22
- github.com/sirupsen/logrus v1.7.0
23
- github.com/spf13/afero v1.2.2
24
- github.com/spf13/cobra v1.1.1
22
+ github.com/sirupsen/logrus v1.8.1
23
+ github.com/spf13/afero v1.6.0
24
+ github.com/spf13/cobra v1.1.3
25
25
github.com/spf13/pflag v1.0.5
26
26
github.com/spf13/viper v1.7.0
27
- github.com/stretchr/testify v1.6.1
27
+ github.com/stretchr/testify v1.7.0
28
28
github.com/thoas/go-funk v0.8.0
29
29
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
30
30
golang.org/x/mod v0.4.2
31
- golang.org/x/sys v0.0.0-20210521090106-6ca3eb03dfc2 // indirect
32
- golang.org/x/tools v0.1.1
31
+ golang.org/x/tools v0.1.3
33
32
gomodules.xyz/jsonpatch/v3 v3.0.1
34
- helm.sh/helm/v3 v3.4.1
35
- k8s.io/api v0.20.2
36
- k8s.io/apiextensions-apiserver v0.20.2
37
- k8s.io/apimachinery v0.20.2
38
- k8s.io/cli-runtime v0.20.2
39
- k8s.io/client-go v0.20.2
40
- k8s.io/kubectl v0.20.2
41
- rsc.io/letsencrypt v0.0.3 // indirect
42
- sigs.k8s.io/controller-runtime v0.8.3
43
- sigs.k8s.io/controller-tools v0.5.0
44
- sigs.k8s.io/kubebuilder/v3 v3.0.0-beta.1
33
+ helm.sh/helm/v3 v3.6.2
34
+ k8s.io/api v0.21.2
35
+ k8s.io/apiextensions-apiserver v0.21.2
36
+ k8s.io/apimachinery v0.21.2
37
+ k8s.io/cli-runtime v0.21.0
38
+ k8s.io/client-go v0.21.2
39
+ k8s.io/kubectl v0.21.0
40
+ sigs.k8s.io/controller-runtime v0.9.2
41
+ sigs.k8s.io/controller-tools v0.6.0
42
+ sigs.k8s.io/kubebuilder/v3 v3.0.0-alpha.0.0.20210707171043-359e8aa70c2b
45
43
sigs.k8s.io/yaml v1.2.0
46
44
)
47
45
@@ -51,9 +49,10 @@ replace (
51
49
// from an init function in containerd. This replace can be removed when
52
50
// one of our direct dependencies begins using containerd v1.4.0+
53
51
github.com/containerd/containerd => github.com/containerd/containerd v1.4.3
52
+ // latest tag resolves to a very old version. this is only used for spinning up local test registries
53
+ github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
54
54
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.10.0
55
55
golang.org/x/text => golang.org/x/text v0.3.3 // Required to fix CVE-2020-14040
56
- sigs.k8s.io/kubebuilder/v3 => sigs.k8s.io/kubebuilder/v3 v3.0.0-alpha.0.0.20210518234629-191170994550
57
56
)
58
57
59
58
exclude github.com/spf13/viper v1.3.2 // Required to fix CVE-2018-1098
0 commit comments