-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from bertinatto/wait_on_create
Wait for volume to become available
- Loading branch information
Showing
278 changed files
with
23,360 additions
and
4,661 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
module github.com/kubernetes-sigs/aws-ebs-csi-driver | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.15.81 | ||
github.com/aws/aws-sdk-go v1.16.3 | ||
github.com/container-storage-interface/spec v1.0.0 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/mock v1.1.1 | ||
github.com/kubernetes-csi/csi-test v1.0.0-rc2 | ||
github.com/golang/mock v1.2.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/kubernetes-csi/csi-test v1.1.0 | ||
github.com/onsi/ginkgo v1.7.0 | ||
github.com/onsi/gomega v1.4.3 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/afero v1.1.2 // indirect | ||
github.com/stretchr/testify v1.2.2 // indirect | ||
google.golang.org/grpc v1.16.0 | ||
k8s.io/apimachinery v0.0.0-20181121071008-d4f83ca2e260 | ||
golang.org/x/net v0.0.0-20181207154023-610586996380 // indirect | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
golang.org/x/sys v0.0.0-20181212120007-b05ddf57801d // indirect | ||
google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 // indirect | ||
google.golang.org/grpc v1.17.0 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
k8s.io/apimachinery v0.0.0-20181211025822-57dc7e687b54 | ||
k8s.io/klog v0.1.0 // indirect | ||
k8s.io/kubernetes v1.12.3 | ||
k8s.io/kubernetes v1.13.0 | ||
k8s.io/utils v0.0.0-20181115163542-0d26856f57b3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.