@@ -3,33 +3,33 @@ module github.com/sergelogvinov/proxmox-cloud-controller-manager
3
3
go 1.21
4
4
5
5
require (
6
- github.com/Telmate/proxmox-api-go v0.0.0-20240102094143-0b0c911a0a51
6
+ github.com/Telmate/proxmox-api-go v0.0.0-20240418145259-5a3afe88081d
7
7
github.com/jarcoal/httpmock v1.3.1
8
8
github.com/spf13/pflag v1.0.5
9
9
github.com/stretchr/testify v1.9.0
10
10
gopkg.in/yaml.v3 v3.0.1
11
- k8s.io/api v0.29.2
12
- k8s.io/apimachinery v0.29.2
13
- k8s.io/client-go v0.29.2
14
- k8s.io/cloud-provider v0.29.2
15
- k8s.io/component-base v0.29.2
11
+ k8s.io/api v0.29.4
12
+ k8s.io/apimachinery v0.29.4
13
+ k8s.io/client-go v0.29.4
14
+ k8s.io/cloud-provider v0.29.4
15
+ k8s.io/component-base v0.29.4
16
16
k8s.io/klog/v2 v2.120.1
17
17
)
18
18
19
19
require (
20
20
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
21
21
github.com/NYTimes/gziphandler v1.1.1 // indirect
22
22
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
23
- github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
23
+ github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
24
24
github.com/beorn7/perks v1.0.1 // indirect
25
25
github.com/blang/semver/v4 v4.0.0 // indirect
26
26
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
27
27
github.com/cespare/xxhash/v2 v2.2.0 // indirect
28
28
github.com/coreos/go-semver v0.3.1 // indirect
29
29
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
30
30
github.com/davecgh/go-spew v1.1.1 // indirect
31
- github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
32
- github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
31
+ github.com/emicklei/go-restful/v3 v3.12 .0 // indirect
32
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
33
33
github.com/felixge/httpsnoop v1.0.4 // indirect
34
34
github.com/fsnotify/fsnotify v1.7.0 // indirect
35
35
github.com/go-logr/logr v1.4.1 // indirect
@@ -65,9 +65,9 @@ require (
65
65
github.com/prometheus/procfs v0.10.1 // indirect
66
66
github.com/spf13/cobra v1.8.0 // indirect
67
67
github.com/stoewer/go-strcase v1.3.0 // indirect
68
- go.etcd.io/etcd/api/v3 v3.5.12 // indirect
69
- go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
70
- go.etcd.io/etcd/client/v3 v3.5.12 // indirect
68
+ go.etcd.io/etcd/api/v3 v3.5.13 // indirect
69
+ go.etcd.io/etcd/client/pkg/v3 v3.5.13 // indirect
70
+ go.etcd.io/etcd/client/v3 v3.5.13 // indirect
71
71
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
72
72
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
73
73
go.opentelemetry.io/otel v1.24.0 // indirect
@@ -78,17 +78,16 @@ require (
78
78
go.opentelemetry.io/otel/trace v1.24.0 // indirect
79
79
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
80
80
go.uber.org/multierr v1.11.0 // indirect
81
- go.uber.org/zap v1.26 .0 // indirect
82
- golang.org/x/crypto v0.21 .0 // indirect
83
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
84
- golang.org/x/net v0.22 .0 // indirect
85
- golang.org/x/oauth2 v0.16 .0 // indirect
86
- golang.org/x/sync v0.6 .0 // indirect
87
- golang.org/x/sys v0.18 .0 // indirect
88
- golang.org/x/term v0.18 .0 // indirect
81
+ go.uber.org/zap v1.27 .0 // indirect
82
+ golang.org/x/crypto v0.22 .0 // indirect
83
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
84
+ golang.org/x/net v0.24 .0 // indirect
85
+ golang.org/x/oauth2 v0.19 .0 // indirect
86
+ golang.org/x/sync v0.7 .0 // indirect
87
+ golang.org/x/sys v0.19 .0 // indirect
88
+ golang.org/x/term v0.19 .0 // indirect
89
89
golang.org/x/text v0.14.0 // indirect
90
90
golang.org/x/time v0.5.0 // indirect
91
- google.golang.org/appengine v1.6.8 // indirect
92
91
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
93
92
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
94
93
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
@@ -97,13 +96,13 @@ require (
97
96
gopkg.in/inf.v0 v0.9.1 // indirect
98
97
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
99
98
gopkg.in/yaml.v2 v2.4.0 // indirect
100
- k8s.io/apiserver v0.29.2 // indirect
101
- k8s.io/component-helpers v0.29.2 // indirect
102
- k8s.io/controller-manager v0.29.2 // indirect
103
- k8s.io/kms v0.29.2 // indirect
99
+ k8s.io/apiserver v0.29.4 // indirect
100
+ k8s.io/component-helpers v0.29.4 // indirect
101
+ k8s.io/controller-manager v0.29.4 // indirect
102
+ k8s.io/kms v0.29.4 // indirect
104
103
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
105
- k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
106
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
104
+ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
105
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.6 // indirect
107
106
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
108
107
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
109
108
sigs.k8s.io/yaml v1.4.0 // indirect
0 commit comments