1
1
module github.com/linode/linode-cosi-driver
2
2
3
- go 1.22
3
+ go 1.22.0
4
4
5
- toolchain go1.22.3
5
+ toolchain go1.22.5
6
6
7
7
require (
8
+ github.com/go-logr/logr v1.4.2
8
9
github.com/go-resty/resty/v2 v2.13.1
9
10
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
10
11
github.com/linode/linodego v1.37.0
@@ -17,23 +18,42 @@ require (
17
18
go.opentelemetry.io/otel/trace v1.28.0
18
19
go.uber.org/automaxprocs v1.5.3
19
20
google.golang.org/grpc v1.65.0
21
+ k8s.io/api v0.30.3
22
+ k8s.io/apimachinery v0.30.3
20
23
sigs.k8s.io/container-object-storage-interface-spec v0.1.0
24
+ sigs.k8s.io/controller-runtime v0.18.4
21
25
)
22
26
23
27
require (
24
28
github.com/beorn7/perks v1.0.1 // indirect
25
29
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
26
30
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27
- github.com/go-logr/logr v1.4.2 // indirect
31
+ github.com/davecgh/go-spew v1.1.1 // indirect
32
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
33
+ github.com/evanphx/json-patch/v5 v5.9.0 // indirect
28
34
github.com/go-logr/stdr v1.2.2 // indirect
35
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
36
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
37
+ github.com/go-openapi/swag v0.22.3 // indirect
38
+ github.com/gogo/protobuf v1.3.2 // indirect
29
39
github.com/golang/protobuf v1.5.4 // indirect
40
+ github.com/google/gnostic-models v0.6.8 // indirect
41
+ github.com/google/gofuzz v1.2.0 // indirect
30
42
github.com/google/uuid v1.6.0 // indirect
31
43
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
44
+ github.com/imdario/mergo v0.3.6 // indirect
45
+ github.com/josharian/intern v1.0.0 // indirect
46
+ github.com/json-iterator/go v1.1.12 // indirect
47
+ github.com/mailru/easyjson v0.7.7 // indirect
48
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
49
+ github.com/modern-go/reflect2 v1.0.2 // indirect
32
50
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
51
+ github.com/pkg/errors v0.9.1 // indirect
33
52
github.com/prometheus/client_golang v1.19.1 // indirect
34
53
github.com/prometheus/client_model v0.6.1 // indirect
35
54
github.com/prometheus/common v0.55.0 // indirect
36
55
github.com/prometheus/procfs v0.15.1 // indirect
56
+ github.com/spf13/pflag v1.0.5 // indirect
37
57
go.opentelemetry.io/contrib/bridges/prometheus v0.53.0 // indirect
38
58
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 // indirect
39
59
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
@@ -49,10 +69,23 @@ require (
49
69
go.opentelemetry.io/otel/sdk/log v0.4.0 // indirect
50
70
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
51
71
golang.org/x/net v0.27.0 // indirect
72
+ golang.org/x/oauth2 v0.21.0 // indirect
52
73
golang.org/x/sys v0.22.0 // indirect
74
+ golang.org/x/term v0.22.0 // indirect
53
75
golang.org/x/text v0.16.0 // indirect
76
+ golang.org/x/time v0.5.0 // indirect
54
77
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
55
78
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
56
79
google.golang.org/protobuf v1.34.2 // indirect
80
+ gopkg.in/inf.v0 v0.9.1 // indirect
57
81
gopkg.in/ini.v1 v1.67.0 // indirect
82
+ gopkg.in/yaml.v2 v2.4.0 // indirect
83
+ gopkg.in/yaml.v3 v3.0.1 // indirect
84
+ k8s.io/client-go v0.30.3 // indirect
85
+ k8s.io/klog/v2 v2.120.1 // indirect
86
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
87
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
88
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
89
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
90
+ sigs.k8s.io/yaml v1.3.0 // indirect
58
91
)
0 commit comments