1
1
module github.com/giantswarm/teleport-operator
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
5
toolchain go1.22.6
6
6
@@ -15,51 +15,41 @@ require (
15
15
github.com/pkg/errors v0.9.1
16
16
go.uber.org/zap v1.27.0
17
17
gopkg.in/yaml.v3 v3.0.1
18
- k8s.io/api v0.25.0
19
- k8s.io/apimachinery v0.25.0
20
- k8s.io/client-go v0.25.0
18
+ k8s.io/api v0.30.3
19
+ k8s.io/apimachinery v0.30.3
20
+ k8s.io/client-go v0.30.3
21
21
sigs.k8s.io/cluster-api v1.2.1
22
22
sigs.k8s.io/controller-runtime v0.12.3
23
23
)
24
24
25
25
require (
26
- cloud.google.com/go/compute/metadata v0.3.0 // indirect
27
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
28
- github.com/Azure/go-autorest/autorest v0.11.27 // indirect
29
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
30
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
31
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
32
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
33
- github.com/PuerkitoBio/purell v1.1.1 // indirect
34
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
35
26
github.com/beevik/etree v1.3.0 // indirect
36
27
github.com/beorn7/perks v1.0.1 // indirect
37
28
github.com/blang/semver v3.5.1+incompatible // indirect
38
29
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
39
30
github.com/cespare/xxhash/v2 v2.3.0 // indirect
40
31
github.com/coreos/go-semver v0.3.1 // indirect
41
32
github.com/davecgh/go-spew v1.1.1 // indirect
42
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
33
+ github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
43
34
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
44
35
github.com/felixge/httpsnoop v1.0.4 // indirect
45
36
github.com/fsnotify/fsnotify v1.5.4 // indirect
46
37
github.com/giantswarm/k8smetadata v0.21.0 // indirect
47
38
github.com/go-logr/stdr v1.2.2 // indirect
48
39
github.com/go-logr/zapr v1.2.3 // indirect
49
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
50
- github.com/go-openapi/jsonreference v0.19.5 // indirect
51
- github.com/go-openapi/swag v0.19.14 // indirect
40
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
41
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
42
+ github.com/go-openapi/swag v0.22.3 // indirect
52
43
github.com/go-piv/piv-go v1.11.0 // indirect
53
44
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
54
45
github.com/gobuffalo/flect v0.2.5 // indirect
55
46
github.com/gobwas/httphead v0.1.0 // indirect
56
47
github.com/gobwas/pool v0.2.1 // indirect
57
48
github.com/gobwas/ws v1.4.0 // indirect
58
49
github.com/gogo/protobuf v1.3.2 // indirect
59
- github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
60
50
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
61
51
github.com/golang/protobuf v1.5.4 // indirect
62
- github.com/google/gnostic v0.5.7-v3refs // indirect
52
+ github.com/google/gnostic-models v0.6.8 // indirect
63
53
github.com/google/go-cmp v0.6.0 // indirect
64
54
github.com/google/gofuzz v1.2.0 // indirect
65
55
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
@@ -110,10 +100,10 @@ require (
110
100
gopkg.in/yaml.v2 v2.4.0 // indirect
111
101
k8s.io/apiextensions-apiserver v0.25.0 // indirect
112
102
k8s.io/component-base v0.25.0 // indirect
113
- k8s.io/klog/v2 v2.70 .1 // indirect
114
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
115
- k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
116
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
117
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
103
+ k8s.io/klog/v2 v2.120 .1 // indirect
104
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
105
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
106
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
107
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
118
108
sigs.k8s.io/yaml v1.3.0 // indirect
119
109
)
0 commit comments