Skip to content

Commit e6ffb2f

Browse files
fix(deps): update minor dependencies
1 parent d4ab049 commit e6ffb2f

File tree

99 files changed

+16222
-7042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+16222
-7042
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ replace (
4949
)
5050

5151
require (
52-
github.com/container-storage-interface/spec v1.9.0
52+
github.com/container-storage-interface/spec v1.10.0
5353
github.com/docker/go-connections v0.5.0
5454
github.com/go-co-op/gocron v1.37.0
5555
github.com/google/uuid v1.6.0
5656
github.com/gorilla/handlers v1.5.2
5757
github.com/gorilla/mux v1.8.1
5858
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
6161
github.com/longhorn/backing-image-manager v1.7.0-rc1
6262
github.com/longhorn/backupstore v0.0.0-20240811043357-5c2b7879457f
6363
github.com/longhorn/go-common-libs v0.0.0-20240811024046-b6ddc3efb72e
@@ -67,31 +67,31 @@ require (
6767
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240811152642-9f8c9283d3c6
6868
github.com/longhorn/longhorn-share-manager v1.7.0-rc1
6969
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
7272
github.com/rancher/go-rancher v0.1.1-0.20220412083059-ff12399dd57b
7373
github.com/rancher/wrangler v1.1.2
7474
github.com/robfig/cron v1.2.0
7575
github.com/sirupsen/logrus v1.9.3
7676
github.com/stretchr/testify v1.9.0
7777
github.com/urfave/cli v1.22.15
78-
golang.org/x/mod v0.17.0
78+
golang.org/x/mod v0.20.0
7979
golang.org/x/net v0.28.0
8080
golang.org/x/sys v0.24.0
81-
golang.org/x/time v0.5.0
81+
golang.org/x/time v0.6.0
8282
google.golang.org/grpc v1.65.0
8383
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
8484
gopkg.in/yaml.v2 v2.4.0
8585
k8s.io/api v0.30.3
86-
k8s.io/apiextensions-apiserver v0.25.4
86+
k8s.io/apiextensions-apiserver v0.30.3
8787
k8s.io/apimachinery v0.30.3
88-
k8s.io/cli-runtime v0.28.5
88+
k8s.io/cli-runtime v0.30.3
8989
k8s.io/client-go v0.30.3
9090
k8s.io/kubernetes v1.30.3
91-
k8s.io/metrics v0.28.5
91+
k8s.io/metrics v0.30.3
9292
k8s.io/mount-utils v0.30.3
9393
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
9595
)
9696

9797
require (
@@ -107,6 +107,7 @@ require (
107107
github.com/mitchellh/go-ps v1.0.0 // indirect
108108
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
109109
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
110+
github.com/rancher/wrangler/v3 v3.0.0 // indirect
110111
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
111112
github.com/yusufpapurcu/wmi v1.2.4 // indirect
112113
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
@@ -170,7 +171,7 @@ require (
170171
github.com/pierrec/lz4/v4 v4.1.21 // indirect
171172
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
172173
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
174175
github.com/prometheus/procfs v0.12.0 // indirect
175176
github.com/rancher/lasso v0.0.0-20240809125800-8da6f11865d5
176177
github.com/robfig/cron/v3 v3.0.1 // indirect
@@ -183,14 +184,14 @@ require (
183184
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
184185
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
185186
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
187188
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
189190
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
190191
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
192193
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
194195
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
195196
go.uber.org/atomic v1.11.0 // indirect
196197
go.uber.org/multierr v1.11.0
@@ -212,7 +213,7 @@ require (
212213
k8s.io/klog v1.0.0 // indirect
213214
k8s.io/klog/v2 v2.120.1 // indirect
214215
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
216217
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
217218
k8s.io/kubelet v0.0.0 // indirect
218219
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect

0 commit comments

Comments
 (0)