|
1 | 1 | module github.com/IBM/ibm-vpc-file-csi-driver
|
2 | 2 |
|
3 |
| -go 1.22.0 |
| 3 | +go 1.23.8 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/IBM/ibm-csi-common v1.1.15 |
7 |
| - github.com/IBM/ibmcloud-volume-file-vpc v1.2.5 |
8 |
| - github.com/IBM/ibmcloud-volume-interface v1.2.6 |
9 |
| - github.com/IBM/secret-utils-lib v1.1.11 |
10 |
| - github.com/container-storage-interface/spec v1.9.0 |
| 6 | + github.com/IBM/ibm-csi-common v1.1.20 |
| 7 | + github.com/IBM/ibmcloud-volume-file-vpc v1.2.8 |
| 8 | + github.com/IBM/ibmcloud-volume-interface v1.2.12 |
| 9 | + github.com/IBM/secret-utils-lib v1.1.13 |
| 10 | + github.com/container-storage-interface/spec v1.11.0 |
11 | 11 | github.com/golang/glog v1.2.4
|
12 | 12 | github.com/google/uuid v1.6.0
|
13 | 13 | github.com/kubernetes-csi/csi-test/v4 v4.4.0
|
14 | 14 | github.com/prometheus/client_golang v1.19.1
|
15 | 15 | github.com/stretchr/testify v1.9.0
|
16 |
| - go.uber.org/zap v1.26.0 |
17 |
| - golang.org/x/net v0.33.0 |
18 |
| - golang.org/x/sys v0.28.0 |
| 16 | + go.uber.org/zap v1.27.0 |
| 17 | + golang.org/x/net v0.38.0 |
| 18 | + golang.org/x/sys v0.31.0 |
19 | 19 | google.golang.org/grpc v1.65.0
|
20 |
| - k8s.io/api v0.30.4 |
21 |
| - k8s.io/apimachinery v0.30.4 |
22 |
| - k8s.io/client-go v0.30.4 |
23 |
| - k8s.io/kubernetes v1.30.4 |
24 |
| - k8s.io/mount-utils v0.30.4 |
25 |
| - k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 |
| 20 | + google.golang.org/protobuf v1.35.1 |
| 21 | + k8s.io/api v0.32.3 |
| 22 | + k8s.io/apimachinery v0.32.3 |
| 23 | + k8s.io/client-go v0.32.3 |
| 24 | + k8s.io/kubernetes v1.32.3 |
| 25 | + k8s.io/mount-utils v0.32.3 |
| 26 | + k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 |
26 | 27 | )
|
27 | 28 |
|
28 | 29 | require (
|
29 | 30 | github.com/BurntSushi/toml v1.0.0 // indirect
|
30 | 31 | github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.6.7 // indirect
|
31 | 32 | github.com/IBM/go-sdk-core/v5 v5.17.4 // indirect
|
32 |
| - github.com/IBM/secret-common-lib v1.1.11 // indirect |
| 33 | + github.com/IBM/secret-common-lib v1.1.12 // indirect |
33 | 34 | github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
34 | 35 | github.com/beorn7/perks v1.0.1 // indirect
|
35 | 36 | github.com/blang/semver/v4 v4.0.0 // indirect
|
36 | 37 | github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
37 | 38 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
38 | 39 | github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
39 |
| - github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
40 | 40 | github.com/fatih/structs v1.1.0 // indirect
|
41 | 41 | github.com/fsnotify/fsnotify v1.7.0 // indirect
|
| 42 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
42 | 43 | github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
43 | 44 | github.com/go-logr/logr v1.4.2 // indirect
|
44 | 45 | github.com/go-openapi/errors v0.21.0 // indirect
|
45 |
| - github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 46 | + github.com/go-openapi/jsonpointer v0.21.0 // indirect |
46 | 47 | github.com/go-openapi/jsonreference v0.20.2 // indirect
|
47 | 48 | github.com/go-openapi/strfmt v0.22.1 // indirect
|
48 |
| - github.com/go-openapi/swag v0.22.4 // indirect |
| 49 | + github.com/go-openapi/swag v0.23.0 // indirect |
49 | 50 | github.com/go-playground/locales v0.14.1 // indirect
|
50 | 51 | github.com/go-playground/universal-translator v0.18.1 // indirect
|
51 | 52 | github.com/go-playground/validator/v10 v10.19.0 // indirect
|
52 | 53 | github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
53 | 54 | github.com/gogo/protobuf v1.3.2 // indirect
|
54 |
| - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect |
55 |
| - github.com/golang-jwt/jwt/v4 v4.5.1 // indirect |
| 55 | + github.com/golang-jwt/jwt/v4 v4.5.2 // indirect |
56 | 56 | github.com/golang/protobuf v1.5.4 // indirect
|
57 | 57 | github.com/google/gnostic-models v0.6.8 // indirect
|
58 | 58 | github.com/google/go-cmp v0.6.0 // indirect
|
59 | 59 | github.com/google/gofuzz v1.2.0 // indirect
|
60 | 60 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
61 | 61 | github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
|
| 62 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
62 | 63 | github.com/josharian/intern v1.0.0 // indirect
|
63 | 64 | github.com/json-iterator/go v1.1.12 // indirect
|
64 | 65 | github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
65 | 66 | github.com/leodido/go-urn v1.4.0 // indirect
|
66 | 67 | github.com/mailru/easyjson v0.7.7 // indirect
|
67 | 68 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
68 |
| - github.com/moby/sys/mountinfo v0.7.1 // indirect |
| 69 | + github.com/moby/sys/mountinfo v0.7.2 // indirect |
| 70 | + github.com/moby/sys/userns v0.1.0 // indirect |
69 | 71 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
70 | 72 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
71 | 73 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
72 | 74 | github.com/nxadm/tail v1.4.11 // indirect
|
73 | 75 | github.com/oklog/ulid v1.3.1 // indirect
|
74 | 76 | github.com/onsi/ginkgo v1.16.5 // indirect
|
75 |
| - github.com/onsi/gomega v1.33.1 // indirect |
| 77 | + github.com/onsi/gomega v1.35.1 // indirect |
76 | 78 | github.com/pkg/errors v0.9.1 // indirect
|
77 | 79 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
78 | 80 | github.com/prometheus/client_model v0.6.1 // indirect
|
79 | 81 | github.com/prometheus/common v0.55.0 // indirect
|
80 | 82 | github.com/prometheus/procfs v0.15.1 // indirect
|
| 83 | + github.com/spf13/cobra v1.8.1 // indirect |
81 | 84 | github.com/spf13/pflag v1.0.5 // indirect
|
| 85 | + github.com/x448/float16 v0.8.4 // indirect |
82 | 86 | go.mongodb.org/mongo-driver v1.14.0 // indirect
|
| 87 | + go.opentelemetry.io/otel v1.28.0 // indirect |
| 88 | + go.opentelemetry.io/otel/trace v1.28.0 // indirect |
83 | 89 | go.uber.org/multierr v1.11.0 // indirect
|
84 |
| - golang.org/x/crypto v0.31.0 // indirect |
85 |
| - golang.org/x/oauth2 v0.21.0 // indirect |
86 |
| - golang.org/x/term v0.27.0 // indirect |
87 |
| - golang.org/x/text v0.21.0 // indirect |
88 |
| - golang.org/x/time v0.3.0 // indirect |
89 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect |
90 |
| - google.golang.org/protobuf v1.34.2 // indirect |
| 90 | + golang.org/x/crypto v0.36.0 // indirect |
| 91 | + golang.org/x/oauth2 v0.23.0 // indirect |
| 92 | + golang.org/x/term v0.30.0 // indirect |
| 93 | + golang.org/x/text v0.23.0 // indirect |
| 94 | + golang.org/x/time v0.7.0 // indirect |
| 95 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect |
| 96 | + gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
91 | 97 | gopkg.in/inf.v0 v0.9.1 // indirect
|
92 | 98 | gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
93 | 99 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
94 | 100 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
95 |
| - k8s.io/apiextensions-apiserver v0.30.4 // indirect |
96 |
| - k8s.io/apiserver v0.30.4 // indirect |
97 |
| - k8s.io/component-base v0.30.4 // indirect |
| 101 | + k8s.io/apiextensions-apiserver v0.32.3 // indirect |
| 102 | + k8s.io/apiserver v0.32.3 // indirect |
| 103 | + k8s.io/component-base v0.32.3 // indirect |
| 104 | + k8s.io/controller-manager v0.32.3 // indirect |
98 | 105 | k8s.io/klog/v2 v2.130.1 // indirect
|
99 |
| - k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect |
100 |
| - sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
101 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 106 | + k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect |
| 107 | + sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect |
| 108 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect |
102 | 109 | sigs.k8s.io/yaml v1.4.0 // indirect
|
103 | 110 | )
|
104 | 111 |
|
105 | 112 | replace (
|
106 | 113 | github.com/golang/glog => github.com/golang/glog v1.2.4
|
107 |
| - golang.org/x/crypto => golang.org/x/crypto v0.31.0 |
| 114 | + golang.org/x/crypto => golang.org/x/crypto v0.36.0 |
108 | 115 | )
|
0 commit comments