mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(deps): update deps (#445)
- use minikube v1.26.1 across all github actions workflows - bring all go module dependencies up to date with openebs/lvm-localpv - replace github.com/golang/protobuf with google.golang.org/protobuf - remove go mod vendor Makefile target Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
parent
c0343d0480
commit
4b059dbfaa
19 changed files with 446 additions and 596 deletions
|
|
@ -18,7 +18,7 @@ package v1alpha1
|
|||
|
||||
import (
|
||||
"github.com/container-storage-interface/spec/lib/go/csi"
|
||||
timestamp "github.com/golang/protobuf/ptypes/timestamp"
|
||||
timestamp "google.golang.org/protobuf/types/known/timestamppb"
|
||||
)
|
||||
|
||||
// CreateSnapshotResponseBuilder helps building an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue