Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Scalingo/go-etcd-lock/v5 v5.0.8
github.com/container-storage-interface/spec v1.7.0
github.com/golang/protobuf v1.5.4
github.com/hpe-storage/common-host-libs v0.0.0-20251211043240-048259886829
github.com/hpe-storage/common-host-libs v0.0.0-20251219113026-a2b01022e639
github.com/hpe-storage/k8s-custom-resources v0.0.0-20251212042708-ffa3e0c9c7d3
github.com/kubernetes-csi/csi-lib-utils v0.11.0
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFb
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
github.com/hpe-storage/common-host-libs v0.0.0-20251211043240-048259886829 h1:zWa7Rg3yU/mPdzP5UDzRBq9HnZ4dHiVfY/8XGz2jrag=
github.com/hpe-storage/common-host-libs v0.0.0-20251211043240-048259886829/go.mod h1:LtFiruLqjTXLJ5TfFAYDEgSja5oW0rey5D1fSBTe2OY=
github.com/hpe-storage/common-host-libs v0.0.0-20251219113026-a2b01022e639 h1:fRJdyJyipF3wSu/izrYFYZY6p05YF8cp0YfnduWbQ0g=
github.com/hpe-storage/common-host-libs v0.0.0-20251219113026-a2b01022e639/go.mod h1:LtFiruLqjTXLJ5TfFAYDEgSja5oW0rey5D1fSBTe2OY=
github.com/hpe-storage/k8s-custom-resources v0.0.0-20251212042708-ffa3e0c9c7d3 h1:Uhdao8BivRfby+dYL8gRWQ8AegQZxJXIknGHI75IGq0=
github.com/hpe-storage/k8s-custom-resources v0.0.0-20251212042708-ffa3e0c9c7d3/go.mod h1:+zrGrGKf/jqr38KxLEGRll+UsjeUybdLH0MZCBxPPoI=
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
Expand Down
17 changes: 9 additions & 8 deletions vendor/github.com/hpe-storage/common-host-libs/linux/device.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 50 additions & 11 deletions vendor/github.com/hpe-storage/common-host-libs/linux/iscsi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 43 additions & 20 deletions vendor/github.com/hpe-storage/common-host-libs/linux/network.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/github.com/hpe-storage/common-host-libs/util/strings.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ github.com/google/uuid
# github.com/gorilla/mux v1.8.0
## explicit; go 1.12
github.com/gorilla/mux
# github.com/hpe-storage/common-host-libs v0.0.0-20251211043240-048259886829
# github.com/hpe-storage/common-host-libs v0.0.0-20251219113026-a2b01022e639
## explicit; go 1.23.0
github.com/hpe-storage/common-host-libs/chapi
github.com/hpe-storage/common-host-libs/concurrent
Expand Down