|
1 |
| -module github.com/kubernetes-sigs/container-object-storage-interface-csi-adapter |
| 1 | +module sigs.k8s.io/container-object-storage-interface-csi-adapter |
2 | 2 |
|
3 | 3 | go 1.15
|
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/container-storage-interface/spec v1.3.0
|
7 |
| - github.com/emicklei/go-restful v2.14.2+incompatible // indirect |
8 |
| - github.com/go-logr/logr v0.2.1 // indirect |
9 |
| - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b |
10 |
| - github.com/google/gofuzz v1.2.0 // indirect |
11 |
| - github.com/kubernetes-csi/csi-lib-utils v0.8.1 // indirect |
| 7 | + github.com/kubernetes-csi/csi-lib-utils v0.9.1 // indirect |
12 | 8 | github.com/kubernetes-csi/drivers v1.0.2
|
13 |
| - github.com/kubernetes-sigs/container-object-storage-interface-api v0.0.0-20210126191231-321ababeabd5 |
14 |
| - github.com/magiconair/properties v1.8.4 // indirect |
15 |
| - github.com/mailru/easyjson v0.7.6 // indirect |
16 |
| - github.com/mitchellh/mapstructure v1.3.3 // indirect |
17 |
| - github.com/pelletier/go-toml v1.8.1 // indirect |
18 |
| - github.com/spf13/afero v1.4.0 // indirect |
19 |
| - github.com/spf13/cast v1.3.1 // indirect |
20 |
| - github.com/spf13/cobra v1.1.1 |
21 |
| - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 9 | + github.com/pkg/errors v0.9.1 |
| 10 | + github.com/spf13/cobra v1.1.3 |
22 | 11 | github.com/spf13/viper v1.7.1
|
23 |
| - golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977 // indirect |
24 |
| - golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect |
25 |
| - golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect |
26 |
| - golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect |
27 |
| - golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect |
28 |
| - google.golang.org/genproto v0.0.0-20201002142447-3860012362da // indirect |
29 |
| - google.golang.org/grpc v1.32.0 |
30 |
| - gopkg.in/ini.v1 v1.61.0 // indirect |
31 |
| - k8s.io/api v0.19.4 |
32 |
| - k8s.io/apimachinery v0.19.4 |
33 |
| - k8s.io/client-go v0.19.4 |
34 |
| - k8s.io/klog v1.0.0 |
35 |
| - k8s.io/klog/v2 v2.3.0 // indirect |
36 |
| - k8s.io/utils v0.0.0-20200912215256-4140de9c8800 |
| 12 | + google.golang.org/grpc v1.36.0 |
| 13 | + k8s.io/api v0.20.4 |
| 14 | + k8s.io/apimachinery v0.20.4 |
| 15 | + k8s.io/client-go v0.20.0 |
| 16 | + k8s.io/klog/v2 v2.6.0 |
| 17 | + k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 |
| 18 | + sigs.k8s.io/container-object-storage-interface-api v0.0.0-20210225042325-7c26b4fc1ed9 |
37 | 19 | )
|
0 commit comments