Skip to content

Commit

Permalink
feat(apiv2): move v1 to pkg/exosx
Browse files Browse the repository at this point in the history
  • Loading branch information
jskazinski authored and David-T-White committed Sep 21, 2023
1 parent 46331ea commit bbd1b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
"syscall"

storageapi "github.com/Seagate/seagate-exos-x-api-go"
storageapi "github.com/Seagate/seagate-exos-x-api-go/pkg/exosx"
"github.com/Seagate/seagate-exos-x-csi/pkg/common"
"github.com/Seagate/seagate-exos-x-csi/pkg/node_service"
pb "github.com/Seagate/seagate-exos-x-csi/pkg/node_service/node_servicepb"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/snapshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"time"

storageapi "github.com/Seagate/seagate-exos-x-api-go"
storageapi "github.com/Seagate/seagate-exos-x-api-go/pkg/exosx"
"github.com/Seagate/seagate-exos-x-csi/pkg/common"
"github.com/container-storage-interface/spec/lib/go/csi"
"github.com/golang/protobuf/ptypes"
Expand Down

0 comments on commit bbd1b14

Please sign in to comment.