@@ -56,8 +56,8 @@ require (
56
56
github.com/gorilla/handlers v1.5.2
57
57
github.com/gorilla/mux v1.8.1
58
58
github.com/gorilla/websocket v1.5.1
59
- github.com/jinzhu/copier v0.3.5
60
- github.com/kubernetes-csi/csi-lib-utils v0.6.1
59
+ github.com/jinzhu/copier v0.4.0
60
+ github.com/kubernetes-csi/csi-lib-utils v0.18.0
61
61
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240511041821-f9fac8fddd51
62
62
github.com/longhorn/backupstore v0.0.0-20240509144945-3bce6e69af15
63
63
github.com/longhorn/go-common-libs v0.0.0-20240511041328-e68a6cd889d4
@@ -67,31 +67,31 @@ require (
67
67
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240510091533-e263d5435089
68
68
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240511082734-42ed56aa10e3
69
69
github.com/pkg/errors v0.9.1
70
- github.com/prometheus/client_golang v1.18.0
71
- github.com/rancher/dynamiclistener v0.3.6
70
+ github.com/prometheus/client_golang v1.19.1
71
+ github.com/rancher/dynamiclistener v0.4.0
72
72
github.com/rancher/go-rancher v0.1.1-0.20220412083059-ff12399dd57b
73
73
github.com/rancher/wrangler v1.1.2
74
74
github.com/robfig/cron v1.2.0
75
75
github.com/sirupsen/logrus v1.9.3
76
76
github.com/stretchr/testify v1.9.0
77
77
github.com/urfave/cli v1.22.15
78
- golang.org/x/mod v0.15 .0
78
+ golang.org/x/mod v0.17 .0
79
79
golang.org/x/net v0.25.0
80
80
golang.org/x/sys v0.20.0
81
- golang.org/x/time v0.3 .0
81
+ golang.org/x/time v0.5 .0
82
82
google.golang.org/grpc v1.63.2
83
83
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
84
84
gopkg.in/yaml.v2 v2.4.0
85
85
k8s.io/api v0.30.3
86
- k8s.io/apiextensions-apiserver v0.25.4
86
+ k8s.io/apiextensions-apiserver v0.30.0
87
87
k8s.io/apimachinery v0.30.0
88
- k8s.io/cli-runtime v0.28.5
88
+ k8s.io/cli-runtime v0.30.0
89
89
k8s.io/client-go v0.30.3
90
90
k8s.io/kubernetes v1.30.0
91
- k8s.io/metrics v0.28.5
91
+ k8s.io/metrics v0.30.0
92
92
k8s.io/mount-utils v0.30.0
93
93
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
94
- sigs.k8s.io/controller-runtime v0.10.1
94
+ sigs.k8s.io/controller-runtime v0.18.2
95
95
)
96
96
97
97
require (
@@ -107,6 +107,7 @@ require (
107
107
github.com/mitchellh/go-ps v1.0.0 // indirect
108
108
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
109
109
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
110
+ github.com/rancher/wrangler/v2 v2.1.3 // indirect
110
111
github.com/shirou/gopsutil/v3 v3.24.4 // indirect
111
112
github.com/yusufpapurcu/wmi v1.2.4 // indirect
112
113
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
@@ -133,7 +134,7 @@ require (
133
134
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
134
135
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
135
136
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
136
- github.com/evanphx/json-patch v4.12 .0+incompatible // indirect
137
+ github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
137
138
github.com/felixge/httpsnoop v1.0.3 // indirect
138
139
github.com/fsnotify/fsnotify v1.7.0 // indirect
139
140
github.com/gammazero/deque v0.2.1 // indirect
@@ -170,7 +171,7 @@ require (
170
171
github.com/pierrec/lz4/v4 v4.1.17 // indirect
171
172
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
172
173
github.com/prometheus/client_model v0.5.0 // indirect
173
- github.com/prometheus/common v0.47 .0 // indirect
174
+ github.com/prometheus/common v0.48 .0 // indirect
174
175
github.com/prometheus/procfs v0.12.0 // indirect
175
176
github.com/rancher/lasso v0.0.0-20240510135026-3fb88e5e2836
176
177
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -183,7 +184,7 @@ require (
183
184
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
184
185
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
185
186
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
186
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42 .0 // indirect
187
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.44 .0 // indirect
187
188
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
188
189
go.opentelemetry.io/otel v1.19.0 // indirect
189
190
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
@@ -213,7 +214,7 @@ require (
213
214
k8s.io/klog v1.0.0 // indirect
214
215
k8s.io/klog/v2 v2.120.1 // indirect
215
216
k8s.io/kms v0.30.0 // indirect
216
- k8s.io/kube-aggregator v0.25.4 // indirect
217
+ k8s.io/kube-aggregator v0.28.6 // indirect
217
218
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
218
219
k8s.io/kubelet v0.0.0 // indirect
219
220
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
0 commit comments