forked from ceph/ceph-cosi
-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
27 lines (24 loc) · 904 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/s3gw-tech/s3gw-cosi-driver
go 1.22.3
require (
github.com/aws/aws-sdk-go v1.44.67
github.com/ceph/go-ceph v0.17.0
google.golang.org/grpc v1.46.2
k8s.io/apimachinery v0.24.2
k8s.io/klog/v2 v2.80.1
sigs.k8s.io/container-object-storage-interface-provisioner-sidecar v0.1.0
sigs.k8s.io/container-object-storage-interface-spec v0.1.0
)
require (
github.com/go-logr/logr v1.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
google.golang.org/protobuf v1.32.0 // indirect
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
)