forked from digitalocean/csi-digitalocean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.13 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (30 loc) · 1.13 KB
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
28
29
30
31
32
module github.com/digitalocean/csi-digitalocean
require (
github.com/blang/semver v3.5.1+incompatible
github.com/container-storage-interface/spec v1.3.0
github.com/containerd/containerd v1.5.2
github.com/digitalocean/go-metadata v0.0.0-20180111002115-15bd36e5f6f7
github.com/digitalocean/godo v1.29.0
github.com/docker/docker v20.10.2+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.4
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/kubernetes-csi/csi-test/v4 v4.0.1
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1
github.com/magiconair/properties v1.8.1
github.com/morikuni/aec v1.0.0 // indirect
github.com/sirupsen/logrus v1.7.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
google.golang.org/grpc v1.33.2
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/mount-utils v0.21.3
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/yaml v1.2.0
)
go 1.15