1
1
module github.com/submariner-io/submariner-operator
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
require (
6
6
github.com/coreos/go-semver v0.3.1
@@ -12,17 +12,17 @@ require (
12
12
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.76.2
13
13
github.com/prometheus-operator/prometheus-operator/pkg/client v0.76.2
14
14
github.com/prometheus/client_golang v1.20.5
15
- github.com/submariner-io/admiral v0.20.0-m3
16
- github.com/submariner-io/shipyard v0.20.0-m3
17
- github.com/submariner-io/submariner v0.20.0-m3.0.20250117111504-2c0e7b5254bc
15
+ github.com/submariner-io/admiral v0.20.0-m3.0.20250123120848-ecf9ae5c3bee
16
+ github.com/submariner-io/shipyard v0.20.0-m3.0.20250123120705-e3de4468e714
17
+ github.com/submariner-io/submariner v0.20.0-m3.0.20250123123446-96afcbb1fa56
18
18
golang.org/x/net v0.34.0
19
19
golang.org/x/text v0.21.0
20
- k8s.io/api v0.31.5
21
- k8s.io/apiextensions-apiserver v0.31.3
22
- k8s.io/apimachinery v0.31.5
23
- k8s.io/client-go v0.31.5
24
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
25
- sigs.k8s.io/controller-runtime v0.19.3
20
+ k8s.io/api v0.32.1
21
+ k8s.io/apiextensions-apiserver v0.32.1
22
+ k8s.io/apimachinery v0.32.1
23
+ k8s.io/client-go v0.32.1
24
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
25
+ sigs.k8s.io/controller-runtime v0.20.0
26
26
sigs.k8s.io/yaml v1.4.0
27
27
)
28
28
@@ -32,29 +32,29 @@ require (
32
32
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
33
33
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
34
34
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
35
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
35
36
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
36
37
github.com/go-openapi/jsonpointer v0.21.0 // indirect
37
38
github.com/go-openapi/jsonreference v0.21.0 // indirect
38
39
github.com/go-openapi/swag v0.23.0 // indirect
39
40
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
40
41
github.com/gogo/protobuf v1.3.2 // indirect
41
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
42
42
github.com/golang/protobuf v1.5.4 // indirect
43
+ github.com/google/btree v1.1.3 // indirect
43
44
github.com/google/gnostic-models v0.6.8 // indirect
44
45
github.com/google/go-cmp v0.6.0 // indirect
45
46
github.com/google/gofuzz v1.2.0 // indirect
46
47
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
47
48
github.com/google/uuid v1.6.0 // indirect
48
49
github.com/gorilla/websocket v1.5.0 // indirect
49
- github.com/imdario/mergo v0.3.16 // indirect
50
50
github.com/josharian/intern v1.0.0 // indirect
51
51
github.com/json-iterator/go v1.1.12 // indirect
52
52
github.com/kelseyhightower/envconfig v1.4.0 // indirect
53
53
github.com/klauspost/compress v1.17.9 // indirect
54
54
github.com/mailru/easyjson v0.7.7 // indirect
55
55
github.com/mattn/go-colorable v0.1.13 // indirect
56
56
github.com/mattn/go-isatty v0.0.19 // indirect
57
- github.com/moby/spdystream v0.4 .0 // indirect
57
+ github.com/moby/spdystream v0.5 .0 // indirect
58
58
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
59
59
github.com/modern-go/reflect2 v1.0.2 // indirect
60
60
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -65,21 +65,20 @@ require (
65
65
github.com/rs/zerolog v1.33.0 // indirect
66
66
github.com/spf13/pflag v1.0.5 // indirect
67
67
github.com/x448/float16 v0.8.4 // indirect
68
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
69
- golang.org/x/oauth2 v0.22 .0 // indirect
68
+ golang.org/x/oauth2 v0.23.0 // indirect
69
+ golang.org/x/sync v0.10 .0 // indirect
70
70
golang.org/x/sys v0.29.0 // indirect
71
71
golang.org/x/term v0.28.0 // indirect
72
- golang.org/x/time v0.7 .0 // indirect
72
+ golang.org/x/time v0.9 .0 // indirect
73
73
golang.org/x/tools v0.28.0 // indirect
74
74
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
75
75
google.golang.org/protobuf v1.36.1 // indirect
76
76
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
77
77
gopkg.in/inf.v0 v0.9.1 // indirect
78
- gopkg.in/yaml.v2 v2.4.0 // indirect
79
78
gopkg.in/yaml.v3 v3.0.1 // indirect
80
79
k8s.io/klog/v2 v2.130.1 // indirect
81
- k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
82
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
80
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
81
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
83
82
sigs.k8s.io/mcs-api v0.1.0 // indirect
84
83
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
85
84
)
0 commit comments