Skip to content

Commit

Permalink
Create localstorage.go demo (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyingjunz authored Aug 5, 2023
1 parent ba2aa30 commit cf495a6
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 20 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.16

require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/caoyingjunz/csi-driver-localstorage v1.0.2
github.com/caoyingjunz/pixiu v0.0.0-20230517113833-eab001ce6f5e
github.com/caoyingjunz/pixiulib v1.0.0
github.com/casbin/casbin/v2 v2.56.0
Expand All @@ -12,7 +13,7 @@ require (
github.com/containerd/containerd v1.6.1
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/emicklei/go-restful v2.9.5+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify v1.5.1
github.com/gin-gonic/gin v1.8.1
github.com/gorilla/websocket v1.4.2
github.com/hpcloud/tail v1.0.0
Expand All @@ -31,8 +32,8 @@ require (
go.etcd.io/etcd/client/v3 v3.5.1
go.uber.org/zap v1.22.0
golang.org/x/crypto v0.5.0
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.4.1
Expand All @@ -44,7 +45,7 @@ require (
k8s.io/component-base v0.24.8
k8s.io/controller-manager v0.24.8
k8s.io/cri-api v0.23.1
k8s.io/klog/v2 v2.80.1
k8s.io/klog/v2 v2.90.1
k8s.io/kubectl v0.24.8
k8s.io/metrics v0.24.8
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
Expand Down
Loading

0 comments on commit cf495a6

Please sign in to comment.