@@ -7,16 +7,15 @@ require (
7
7
github.com/appuio/control-api v0.20.0
8
8
github.com/golang/mock v1.6.0
9
9
github.com/stretchr/testify v1.8.2
10
- k8s.io/apimachinery v0.26.3
11
- k8s.io/client-go v0.26.3
10
+ k8s.io/apimachinery v0.27.1
11
+ k8s.io/client-go v0.27.1
12
12
sigs.k8s.io/controller-runtime v0.14.5
13
13
sigs.k8s.io/controller-tools v0.11.3
14
14
sigs.k8s.io/kind v0.17.0
15
15
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
16
16
)
17
17
18
18
require (
19
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
20
19
github.com/blang/semver/v4 v4.0.0 // indirect
21
20
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
22
21
github.com/google/gnostic v0.6.9 // indirect
@@ -25,26 +24,14 @@ require (
25
24
)
26
25
27
26
require (
28
- cloud.google.com/go v0.97.0 // indirect
29
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
30
- github.com/Azure/go-autorest/autorest v0.11.28 // indirect
31
- github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
32
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
33
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
34
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35
27
github.com/BurntSushi/toml v1.2.1 // indirect
36
- github.com/PuerkitoBio/purell v1.2.0 // indirect
37
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
38
28
github.com/alessio/shellescape v1.4.1 // indirect
39
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
40
29
github.com/beorn7/perks v1.0.1 // indirect
41
- github.com/blang/semver v3.5.1+incompatible // indirect
42
30
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43
31
github.com/davecgh/go-spew v1.1.1 // indirect
44
32
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
45
33
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
46
34
github.com/fatih/color v1.15.0 // indirect
47
- github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
48
35
github.com/fsnotify/fsnotify v1.6.0 // indirect
49
36
github.com/go-errors/errors v1.4.2 // indirect
50
37
github.com/go-logr/logr v1.2.3
@@ -62,21 +49,17 @@ require (
62
49
github.com/google/gofuzz v1.2.0 // indirect
63
50
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
64
51
github.com/google/uuid v1.3.0 // indirect
65
- github.com/googleapis/gnostic v0.5.5 // indirect
66
52
github.com/imdario/mergo v0.3.15 // indirect
67
53
github.com/inconshreveable/mousetrap v1.1.0 // indirect
68
54
github.com/josharian/intern v1.0.0 // indirect
69
55
github.com/json-iterator/go v1.1.12 // indirect
70
56
github.com/mailru/easyjson v0.7.7 // indirect
71
57
github.com/mattn/go-colorable v0.1.13 // indirect
72
58
github.com/mattn/go-isatty v0.0.18 // indirect
73
- github.com/mattn/go-runewidth v0.0.14 // indirect
74
59
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
75
- github.com/mitchellh/mapstructure v1.5.0 // indirect
76
60
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
77
61
github.com/modern-go/reflect2 v1.0.2 // indirect
78
62
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
79
- github.com/olekukonko/tablewriter v0.0.5 // indirect
80
63
github.com/opentracing/opentracing-go v1.2.0 // indirect
81
64
github.com/pelletier/go-toml v1.9.5 // indirect
82
65
github.com/pkg/errors v0.9.1 // indirect
@@ -103,14 +86,13 @@ require (
103
86
golang.org/x/text v0.8.0 // indirect
104
87
golang.org/x/time v0.3.0 // indirect
105
88
golang.org/x/tools v0.7.0 // indirect
106
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
107
89
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
108
90
google.golang.org/appengine v1.6.7 // indirect
109
91
google.golang.org/protobuf v1.30.0 // indirect
110
92
gopkg.in/inf.v0 v0.9.1 // indirect
111
93
gopkg.in/yaml.v2 v2.4.0 // indirect
112
94
gopkg.in/yaml.v3 v3.0.1 // indirect
113
- k8s.io/api v0.26.3
95
+ k8s.io/api v0.27.1
114
96
k8s.io/apiextensions-apiserver v0.26.3 // indirect
115
97
k8s.io/apiserver v0.26.3 // indirect
116
98
k8s.io/component-base v0.26.3 // indirect
0 commit comments