Skip to content

Commit adf8832

Browse files
authored
Updated 3rd-party dependencies for 24.10.0 release
1 parent 97ef980 commit adf8832

Some content is hidden

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

47 files changed

+282
-259
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add nfs-utils
88
RUN ldd /sbin/mount.nfs4 | tr -s '[:space:]' '\n' | grep '^/' | xargs -I % sh -c 'mkdir -p /nfs-deps/$(dirname %) && cp -L % /nfs-deps/%'
99
RUN ldd /sbin/mount.nfs | tr -s '[:space:]' '\n' | grep '^/' | xargs -I % sh -c 'mkdir -p /nfs-deps/$(dirname %) && cp -r -u -L % /nfs-deps/%'
1010

11-
FROM --platform=linux/${ARCH} gcr.io/distroless/static@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05
11+
FROM --platform=linux/${ARCH} gcr.io/distroless/static@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
1212

1313
LABEL maintainers="The NetApp Trident Team" \
1414
app="trident.netapp.io" \

cli/k8s_client/client_factory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"syscall"
1212
"time"
1313

14-
k8ssnapshots "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned"
14+
k8ssnapshots "github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned"
1515
k8sversion "k8s.io/apimachinery/pkg/version"
1616
"k8s.io/client-go/kubernetes"
1717
"k8s.io/client-go/rest"

cli/k8s_client/k8s_client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616
"github.com/cenkalti/backoff/v4"
1717
jsonpatch "github.com/evanphx/json-patch/v5"
1818
"github.com/ghodss/yaml"
19-
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
20-
k8ssnapshots "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned"
19+
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1"
20+
k8ssnapshots "github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned"
2121
appsv1 "k8s.io/api/apps/v1"
2222
v1 "k8s.io/api/core/v1"
2323
v13 "k8s.io/api/rbac/v1"

cli/k8s_client/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package k8sclient
77
import (
88
"time"
99

10-
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
10+
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1"
1111
appsv1 "k8s.io/api/apps/v1"
1212
v1 "k8s.io/api/core/v1"
1313
v13 "k8s.io/api/rbac/v1"

cli/k8s_client/yaml_factory.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ spec:
652652
- name: socket-dir
653653
mountPath: /var/lib/csi/sockets/pluginproxy/
654654
- name: csi-attacher
655-
image: {CSI_SIDECAR_REGISTRY}/csi-attacher:v4.6.0
655+
image: {CSI_SIDECAR_REGISTRY}/csi-attacher:v4.7.0
656656
imagePullPolicy: {IMAGE_PULL_POLICY}
657657
securityContext:
658658
capabilities:
@@ -671,7 +671,7 @@ spec:
671671
- name: socket-dir
672672
mountPath: /var/lib/csi/sockets/pluginproxy/
673673
- name: csi-resizer
674-
image: {CSI_SIDECAR_REGISTRY}/csi-resizer:v1.11.0
674+
image: {CSI_SIDECAR_REGISTRY}/csi-resizer:v1.12.0
675675
imagePullPolicy: {IMAGE_PULL_POLICY}
676676
args:
677677
- "--v={SIDECAR_LOG_LEVEL}"
@@ -685,7 +685,7 @@ spec:
685685
- name: socket-dir
686686
mountPath: /var/lib/csi/sockets/pluginproxy/
687687
- name: csi-snapshotter
688-
image: {CSI_SIDECAR_REGISTRY}/csi-snapshotter:v7.0.2
688+
image: {CSI_SIDECAR_REGISTRY}/csi-snapshotter:v8.1.0
689689
imagePullPolicy: {IMAGE_PULL_POLICY}
690690
securityContext:
691691
capabilities:
@@ -1068,7 +1068,7 @@ spec:
10681068
mountPath: /certs
10691069
readOnly: true
10701070
- name: driver-registrar
1071-
image: {CSI_SIDECAR_REGISTRY}/csi-node-driver-registrar:v2.10.0
1071+
image: {CSI_SIDECAR_REGISTRY}/csi-node-driver-registrar:v2.12.0
10721072
imagePullPolicy: {IMAGE_PULL_POLICY}
10731073
args:
10741074
- "--v={SIDECAR_LOG_LEVEL}"

contrib/docker/plugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM busybox:uclibc as busybox
22

3-
FROM gcr.io/distroless/static@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05
3+
FROM gcr.io/distroless/static@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
44

55
LABEL maintainers="The NetApp Trident Team" \
66
app="trident.netapp.io" \

core/orchestrator_core_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"testing"
1515
"time"
1616

17-
"github.com/RoaringBitmap/roaring"
17+
roaring "github.com/RoaringBitmap/roaring/v2"
1818
"github.com/google/go-cmp/cmp"
1919
"github.com/google/uuid"
2020
"github.com/stretchr/testify/assert"

frontend/crd/crd_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"fmt"
88
"time"
99

10-
k8ssnapshots "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned"
10+
k8ssnapshots "github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned"
1111
corev1 "k8s.io/api/core/v1"
1212
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1313
utilruntime "k8s.io/apimachinery/pkg/util/runtime"

frontend/crd/crd_controller_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88

99
"github.com/google/uuid"
10-
fakesnapshots "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned/fake"
10+
fakesnapshots "github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned/fake"
1111
"github.com/stretchr/testify/assert"
1212
"go.uber.org/mock/gomock"
1313
k8serrors "k8s.io/apimachinery/pkg/api/errors"

frontend/crd/snapshot_restore_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"testing"
88
"time"
99

10-
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
10+
snapshotv1 "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1"
1111
"github.com/stretchr/testify/assert"
1212
"go.uber.org/mock/gomock"
1313
v1 "k8s.io/api/core/v1"

frontend/csi/controller_helpers/kubernetes/helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"strconv"
99
"strings"
1010

11-
vsv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
11+
vsv1 "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1"
1212
v1 "k8s.io/api/core/v1"
1313
k8sstoragev1 "k8s.io/api/storage/v1"
1414
apierrors "k8s.io/apimachinery/pkg/api/errors"

frontend/csi/controller_helpers/kubernetes/plugin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
"github.com/cenkalti/backoff/v4"
1515
csiaccessmodes "github.com/kubernetes-csi/csi-lib-utils/accessmodes"
16-
k8ssnapshot "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned"
16+
k8ssnapshot "github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned"
1717
v1 "k8s.io/api/core/v1"
1818
k8sstoragev1 "k8s.io/api/storage/v1"
1919
apierrors "k8s.io/apimachinery/pkg/api/errors"

frontend/csi/controller_helpers/kubernetes/plugin_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"strings"
1111
"testing"
1212

13-
vsv1 "github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1"
14-
k8sfakesnapshotter "github.com/kubernetes-csi/external-snapshotter/client/v6/clientset/versioned/fake"
13+
vsv1 "github.com/kubernetes-csi/external-snapshotter/client/v8/apis/volumesnapshot/v1"
14+
k8sfakesnapshotter "github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned/fake"
1515
log "github.com/sirupsen/logrus"
1616
"github.com/stretchr/testify/assert"
1717
"go.uber.org/mock/gomock"

go.mod

+72-66
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ module github.com/netapp/trident
33
go 1.23.0
44

55
require (
6-
cloud.google.com/go/netapp v1.3.0 // https://pkg.go.dev/cloud.google.com/go/netapp
7-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
8-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp/v7 v7.0.0
6+
cloud.google.com/go/netapp v1.4.0 // https://pkg.go.dev/cloud.google.com/go/netapp
7+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
8+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/netapp/armnetapp/v7 v7.2.0
99
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0
1010
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armfeatures v1.2.0
11-
github.com/RoaringBitmap/roaring v1.9.4
12-
github.com/aws/aws-sdk-go-v2 v1.27.1
13-
github.com/aws/aws-sdk-go-v2/config v1.27.17
14-
github.com/aws/aws-sdk-go-v2/credentials v1.17.17
15-
github.com/aws/aws-sdk-go-v2/service/fsx v1.43.10
16-
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.2
11+
github.com/RoaringBitmap/roaring/v2 v2.3.5
12+
github.com/aws/aws-sdk-go-v2 v1.32.2
13+
github.com/aws/aws-sdk-go-v2/config v1.27.43
14+
github.com/aws/aws-sdk-go-v2/credentials v1.17.41
15+
github.com/aws/aws-sdk-go-v2/service/fsx v1.49.2
16+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.2
1717
github.com/cenkalti/backoff/v4 v4.3.0
1818
github.com/container-storage-interface/spec v1.8.0
19-
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
19+
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
2020
github.com/dustin/go-humanize v1.0.2-0.20231009183035-961771c7ab99
21-
github.com/elastic/go-sysinfo v1.14.0
21+
github.com/elastic/go-sysinfo v1.14.2
2222
github.com/evanphx/json-patch/v5 v5.9.0
2323
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344 // 1/18/2022
2424
github.com/go-openapi/errors v0.22.0
25-
github.com/go-openapi/runtime v0.26.2
25+
github.com/go-openapi/runtime v0.28.0
2626
github.com/go-openapi/strfmt v0.23.0
2727
github.com/go-openapi/swag v0.23.0
2828
github.com/go-openapi/validate v0.24.0
@@ -35,80 +35,82 @@ require (
3535
github.com/kr/secureheader v0.2.0
3636
github.com/kubernetes-csi/csi-lib-utils v0.16.0
3737
github.com/kubernetes-csi/csi-proxy/client v1.1.3
38-
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0
38+
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.0.0
3939
github.com/mattermost/xml-roundtrip-validator v0.1.1-0.20230502164821-3079e7b80fca
4040
github.com/mitchellh/copystructure v1.2.0
4141
github.com/mitchellh/hashstructure/v2 v2.0.2
4242
github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77
43-
github.com/openshift/api v0.0.0-20230925155749-4c26c14d9ebb
44-
github.com/prometheus/client_golang v1.19.1
43+
github.com/openshift/api v0.0.0-20241009131553-a1523024209f
44+
github.com/prometheus/client_golang v1.20.4
4545
github.com/sirupsen/logrus v1.9.3
4646
github.com/spf13/afero v1.11.0
47-
github.com/spf13/cobra v1.8.0
47+
github.com/spf13/cobra v1.8.1
4848
github.com/stretchr/testify v1.9.0
4949
github.com/vishvananda/netlink v1.1.0
50-
github.com/zcalusic/sysinfo v1.1.0
50+
github.com/zcalusic/sysinfo v1.1.2
5151
go.uber.org/mock v0.4.0
5252
go.uber.org/multierr v1.11.0 // github.com/uber-go/multierr
53-
golang.org/x/crypto v0.26.0 // github.com/golang/crypto
54-
golang.org/x/net v0.28.0 // github.com/golang/net
55-
golang.org/x/oauth2 v0.22.0 // github.com/golang/oauth2
56-
golang.org/x/sys v0.24.0 // github.com/golang/sys
57-
golang.org/x/text v0.17.0 // github.com/golang/text
58-
golang.org/x/time v0.6.0 // github.com/golang/time
59-
google.golang.org/api v0.193.0
60-
google.golang.org/grpc v1.65.0 // github.com/grpc/grpc-go
61-
google.golang.org/protobuf v1.34.2
62-
k8s.io/api v0.31.0 // github.com/kubernetes/api
63-
k8s.io/apiextensions-apiserver v0.28.10 // github.com/kubernetes/apiextensions-apiserver
64-
k8s.io/apimachinery v0.31.0 // github.com/kubernetes/apimachinery
65-
k8s.io/client-go v0.31.0 // github.com/kubernetes/client-go
66-
k8s.io/mount-utils v0.28.10 // github.com/kubernetes/mount-utils
67-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // github.com/kubernetes/utils
68-
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.0.23 // github.com/kubernetes-sigs/cloud-provider-azure
53+
golang.org/x/crypto v0.28.0 // github.com/golang/crypto
54+
golang.org/x/net v0.30.0 // github.com/golang/net
55+
golang.org/x/oauth2 v0.23.0 // github.com/golang/oauth2
56+
golang.org/x/sys v0.26.0 // github.com/golang/sys
57+
golang.org/x/text v0.19.0 // github.com/golang/text
58+
golang.org/x/time v0.7.0 // github.com/golang/time
59+
google.golang.org/api v0.200.0
60+
google.golang.org/grpc v1.67.1 // github.com/grpc/grpc-go
61+
google.golang.org/protobuf v1.35.1 // github.com/protocolbuffers/protobuf-go
62+
k8s.io/api v0.31.1 // github.com/kubernetes/api
63+
k8s.io/apiextensions-apiserver v0.31.1 // github.com/kubernetes/apiextensions-apiserver
64+
k8s.io/apimachinery v0.31.1 // github.com/kubernetes/apimachinery
65+
k8s.io/client-go v0.31.1 // github.com/kubernetes/client-go
66+
k8s.io/mount-utils v0.31.1 // github.com/kubernetes/mount-utils
67+
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // github.com/kubernetes/utils
68+
sigs.k8s.io/cloud-provider-azure/pkg/azclient v0.0.50 // github.com/kubernetes-sigs/cloud-provider-azure
6969
)
7070

7171
require (
7272
cloud.google.com/go v0.115.1 // indirect
73-
cloud.google.com/go/auth v0.9.0 // indirect
73+
cloud.google.com/go/auth v0.9.8 // indirect
7474
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
75-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
76-
cloud.google.com/go/longrunning v0.5.12 // indirect
77-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.2 // indirect
78-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.7.0 // indirect
79-
github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0 // indirect
80-
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
75+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
76+
cloud.google.com/go/longrunning v0.6.1 // indirect
77+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
78+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
79+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v2 v2.2.0 // indirect
8180
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 // indirect
8281
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerregistry/armcontainerregistry v1.2.0 // indirect
8382
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 v4.8.0 // indirect
8483
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault v1.4.0 // indirect
8584
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 // indirect
8685
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns v1.2.0 // indirect
8786
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
88-
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.5.0 // indirect
87+
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0 // indirect
88+
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.1.0 // indirect
89+
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0 // indirect
8990
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
9091
github.com/Microsoft/go-winio v0.6.0 // indirect
9192
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
92-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.4 // indirect
93-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.8 // indirect
94-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.8 // indirect
95-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
96-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
97-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.10 // indirect
98-
github.com/aws/aws-sdk-go-v2/service/sso v1.20.10 // indirect
99-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.4 // indirect
100-
github.com/aws/aws-sdk-go-v2/service/sts v1.28.11 // indirect
101-
github.com/aws/smithy-go v1.20.2 // indirect
93+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
94+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect
95+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect
96+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
97+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
98+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
99+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
100+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
101+
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
102+
github.com/aws/smithy-go v1.22.0 // indirect
102103
github.com/beorn7/perks v1.0.1 // indirect
103104
github.com/bits-and-blooms/bitset v1.12.0 // indirect
104105
github.com/cespare/xxhash/v2 v2.3.0 // indirect
105106
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
107+
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
106108
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
107109
github.com/docker/go-connections v0.4.0 // indirect
108110
github.com/elastic/go-windows v1.0.0 // indirect
109111
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
110112
github.com/felixge/httpsnoop v1.0.4 // indirect
111-
github.com/fsnotify/fsnotify v1.6.0 // indirect
113+
github.com/fsnotify/fsnotify v1.7.0 // indirect
112114
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
113115
github.com/go-logr/logr v1.4.2 // indirect
114116
github.com/go-logr/stdr v1.2.2 // indirect
@@ -117,32 +119,36 @@ require (
117119
github.com/go-openapi/jsonreference v0.21.0 // indirect
118120
github.com/go-openapi/loads v0.22.0 // indirect
119121
github.com/go-openapi/spec v0.21.0 // indirect
122+
github.com/godbus/dbus/v5 v5.1.0 // indirect
120123
github.com/gogo/protobuf v1.3.2 // indirect
121124
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
122125
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
123126
github.com/google/gnostic-models v0.6.8 // indirect
124127
github.com/google/gofuzz v1.2.0 // indirect
125128
github.com/google/s2a-go v0.1.8 // indirect
126-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
129+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
127130
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
128131
github.com/gorilla/websocket v1.5.0 // indirect
129132
github.com/imdario/mergo v0.3.12 // indirect
130133
github.com/inconshreveable/mousetrap v1.1.0 // indirect
131134
github.com/josharian/intern v1.0.0 // indirect
132135
github.com/json-iterator/go v1.1.12 // indirect
136+
github.com/klauspost/compress v1.17.9 // indirect
133137
github.com/kylelemons/godebug v1.1.0 // indirect
134138
github.com/mailru/easyjson v0.7.7 // indirect
135139
github.com/mattn/go-runewidth v0.0.10 // indirect
136140
github.com/mitchellh/mapstructure v1.5.0 // indirect
137141
github.com/mitchellh/reflectwalk v1.0.2 // indirect
138142
github.com/moby/spdystream v0.4.0 // indirect
139-
github.com/moby/sys/mountinfo v0.6.2 // indirect
143+
github.com/moby/sys/mountinfo v0.7.1 // indirect
140144
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
141145
github.com/modern-go/reflect2 v1.0.2 // indirect
142146
github.com/mschoch/smat v0.2.0 // indirect
143147
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
144148
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
145149
github.com/oklog/ulid v1.3.1 // indirect
150+
github.com/opencontainers/runc v1.1.13 // indirect
151+
github.com/opencontainers/runtime-spec v1.0.3-0.20220909204839-494a5a6aca78 // indirect
146152
github.com/opentracing/opentracing-go v1.2.0 // indirect
147153
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
148154
github.com/pkg/errors v0.9.1 // indirect
@@ -153,22 +159,22 @@ require (
153159
github.com/rivo/uniseg v0.1.0 // indirect
154160
github.com/spf13/pflag v1.0.5 // indirect
155161
github.com/stretchr/objx v0.5.2 // indirect
156-
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
162+
github.com/vishvananda/netns v0.0.4 // indirect
157163
github.com/x448/float16 v0.8.4 // indirect
158164
go.mongodb.org/mongo-driver v1.14.0 // indirect
159165
go.opencensus.io v0.24.0 // indirect
160-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
161-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
162-
go.opentelemetry.io/otel v1.28.0 // indirect
163-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
164-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
165-
golang.org/x/mod v0.17.0 // indirect
166+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
167+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
168+
go.opentelemetry.io/otel v1.29.0 // indirect
169+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
170+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
171+
golang.org/x/mod v0.20.0 // indirect
166172
golang.org/x/sync v0.8.0 // indirect
167-
golang.org/x/term v0.23.0 // indirect
168-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
169-
google.golang.org/genproto v0.0.0-20240814211410-ddb44dafa142 // indirect
170-
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
171-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
173+
golang.org/x/term v0.25.0 // indirect
174+
golang.org/x/tools v0.24.0 // indirect
175+
google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
176+
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
177+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
172178
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
173179
gopkg.in/inf.v0 v0.9.1 // indirect
174180
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)