Rename repository to k8s-csi-s3
This commit is contained in:
parent
ecd954b294
commit
02568bfa05
13 changed files with 17 additions and 17 deletions
|
@ -24,8 +24,8 @@ import (
|
|||
"path"
|
||||
"strings"
|
||||
|
||||
"github.com/yandex-cloud/csi-s3/pkg/mounter"
|
||||
"github.com/yandex-cloud/csi-s3/pkg/s3"
|
||||
"github.com/yandex-cloud/k8s-csi-s3/pkg/mounter"
|
||||
"github.com/yandex-cloud/k8s-csi-s3/pkg/s3"
|
||||
"github.com/golang/glog"
|
||||
"golang.org/x/net/context"
|
||||
"google.golang.org/grpc/codes"
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/yandex-cloud/csi-s3/pkg/driver"
|
||||
"github.com/yandex-cloud/csi-s3/pkg/mounter"
|
||||
"github.com/yandex-cloud/k8s-csi-s3/pkg/driver"
|
||||
"github.com/yandex-cloud/k8s-csi-s3/pkg/mounter"
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
|
|
|
@ -22,8 +22,8 @@ import (
|
|||
"regexp"
|
||||
"strconv"
|
||||
|
||||
"github.com/yandex-cloud/csi-s3/pkg/mounter"
|
||||
"github.com/yandex-cloud/csi-s3/pkg/s3"
|
||||
"github.com/yandex-cloud/k8s-csi-s3/pkg/mounter"
|
||||
"github.com/yandex-cloud/k8s-csi-s3/pkg/s3"
|
||||
"github.com/golang/glog"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue