@@ -49,15 +49,15 @@ replace (
49
49
)
50
50
51
51
require (
52
- github.com/container-storage-interface/spec v1.9 .0
52
+ github.com/container-storage-interface/spec v1.10 .0
53
53
github.com/docker/go-connections v0.5.0
54
54
github.com/go-co-op/gocron v1.37.0
55
55
github.com/google/uuid v1.6.0
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.3
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 .1
61
61
github.com/longhorn/backing-image-manager v1.7.0-rc1
62
62
github.com/longhorn/backupstore v0.0.0-20240811043357-5c2b7879457f
63
63
github.com/longhorn/go-common-libs v0.0.0-20240811024046-b6ddc3efb72e
@@ -67,31 +67,31 @@ require (
67
67
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240811152642-9f8c9283d3c6
68
68
github.com/longhorn/longhorn-share-manager v1.7.0-rc1
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.6.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.17 .0
78
+ golang.org/x/mod v0.20 .0
79
79
golang.org/x/net v0.28.0
80
80
golang.org/x/sys v0.24.0
81
- golang.org/x/time v0.5 .0
81
+ golang.org/x/time v0.6 .0
82
82
google.golang.org/grpc v1.65.0
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.3
87
87
k8s.io/apimachinery v0.30.3
88
- k8s.io/cli-runtime v0.28.5
88
+ k8s.io/cli-runtime v0.30.3
89
89
k8s.io/client-go v0.30.3
90
90
k8s.io/kubernetes v1.30.3
91
- k8s.io/metrics v0.28.5
91
+ k8s.io/metrics v0.30.3
92
92
k8s.io/mount-utils v0.30.3
93
93
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
94
- sigs.k8s.io/controller-runtime v0.10.1
94
+ sigs.k8s.io/controller-runtime v0.18.4
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/v3 v3.0.0 // indirect
110
111
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
111
112
github.com/yusufpapurcu/wmi v1.2.4 // indirect
112
113
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
@@ -170,7 +171,7 @@ require (
170
171
github.com/pierrec/lz4/v4 v4.1.21 // 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-20240809125800-8da6f11865d5
176
177
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -183,14 +184,14 @@ 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.46 .0 // indirect
187
188
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
188
- go.opentelemetry.io/otel v1.19 .0 // indirect
189
+ go.opentelemetry.io/otel v1.20 .0 // indirect
189
190
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
190
191
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
191
- go.opentelemetry.io/otel/metric v1.19 .0 // indirect
192
+ go.opentelemetry.io/otel/metric v1.20 .0 // indirect
192
193
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
193
- go.opentelemetry.io/otel/trace v1.19 .0 // indirect
194
+ go.opentelemetry.io/otel/trace v1.20 .0 // indirect
194
195
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
195
196
go.uber.org/atomic v1.11.0 // indirect
196
197
go.uber.org/multierr v1.11.0
@@ -212,7 +213,7 @@ require (
212
213
k8s.io/klog v1.0.0 // indirect
213
214
k8s.io/klog/v2 v2.120.1 // indirect
214
215
k8s.io/kms v0.30.3 // indirect
215
- k8s.io/kube-aggregator v0.25.4 // indirect
216
+ k8s.io/kube-aggregator v0.30.0 // indirect
216
217
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
217
218
k8s.io/kubelet v0.0.0 // indirect
218
219
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
0 commit comments