|
1 | 1 | module github.com/metal-stack/csi-driver-lvm |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/container-storage-interface/spec v1.3.0 |
| 6 | + github.com/container-storage-interface/spec v1.4.0 |
7 | 7 | github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect |
8 | 8 | github.com/docker/go-units v0.4.0 |
9 | | - github.com/golang/protobuf v1.4.3 // indirect |
10 | 9 | github.com/google/gofuzz v1.2.0 // indirect |
11 | | - github.com/kr/pretty v0.2.1 // indirect |
12 | | - github.com/kubernetes-csi/csi-lib-utils v0.9.0 |
13 | | - github.com/stretchr/testify v1.6.1 // indirect |
| 10 | + github.com/googleapis/gnostic v0.5.5 // indirect |
| 11 | + github.com/json-iterator/go v1.1.11 // indirect |
| 12 | + github.com/kubernetes-csi/csi-lib-utils v0.9.1 |
| 13 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
14 | 14 | github.com/urfave/cli/v2 v2.3.0 |
15 | | - golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect |
16 | | - golang.org/x/net v0.0.0-20201110031124-69a78807bb2b |
17 | | - golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect |
18 | | - golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3 |
19 | | - golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect |
20 | | - google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e // indirect |
21 | | - google.golang.org/grpc v1.33.2 |
22 | | - gopkg.in/yaml.v2 v2.4.0 // indirect |
23 | | - k8s.io/api v0.19.4 |
24 | | - k8s.io/apimachinery v0.19.4 |
25 | | - k8s.io/client-go v0.19.4 |
26 | | - k8s.io/klog/v2 v2.4.0 |
27 | | - k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect |
| 15 | + golang.org/x/net v0.0.0-20210510120150-4163338589ed |
| 16 | + golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c // indirect |
| 17 | + golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 |
| 18 | + golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect |
| 19 | + google.golang.org/appengine v1.6.7 // indirect |
| 20 | + google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect |
| 21 | + google.golang.org/grpc v1.37.1 |
| 22 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 23 | + k8s.io/api v0.21.0 |
| 24 | + k8s.io/apimachinery v0.21.0 |
| 25 | + k8s.io/client-go v0.21.0 |
| 26 | + k8s.io/klog/v2 v2.8.0 |
| 27 | + k8s.io/utils v0.0.0-20210305010621-2afb4311ab10 // indirect |
| 28 | + sigs.k8s.io/structured-merge-diff/v4 v4.1.1 // indirect |
28 | 29 | ) |
0 commit comments