Skip to content

Commit

Permalink
chore: upgrade iscsi lib
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Feb 1, 2024
1 parent 1e7f3a1 commit 2fd7b34
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
)

require (
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20230429162816-0798dedca439
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20240130114156-dd26709d0dcc
k8s.io/utils v0.0.0-20230209194617-a36077c30491
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20230429162816-0798dedca439 h1:aXjlx9Cod1FbhrpJ1pE5QrU3yAY4ECKCzE/PwdVziEY=
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20230429162816-0798dedca439/go.mod h1:vXHOVlFzOI1dgPszmjkUbwHd+/Pbe9mEg55vvIM4tjI=
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20240130114156-dd26709d0dcc h1:fHNMS/8/GskEbRnOUv/L38zMUuzUdV4z0r5YQs+CWFQ=
github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20240130114156-dd26709d0dcc/go.mod h1:p0Uc2tmwxOs1UuH+SjRyj1Hqu1F1gGXFcpA3v4XfmYw=
github.com/kubernetes-csi/csi-lib-utils v0.14.1 h1:i0MiUrSGXJex/9EAYcO/gA1qQB3JHM7wSS24Zxryv5Q=
github.com/kubernetes-csi/csi-lib-utils v0.14.1/go.mod h1:JFJqyXPzoDPkfn8NhCU30wYaX8TipGWs4m6/f04o5uY=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down
201 changes: 201 additions & 0 deletions vendor/github.com/kubernetes-csi/csi-lib-iscsi/LICENSE

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 @@ -75,7 +75,7 @@ github.com/josharian/intern
# github.com/json-iterator/go v1.1.12
## explicit; go 1.12
github.com/json-iterator/go
# github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20230429162816-0798dedca439
# github.com/kubernetes-csi/csi-lib-iscsi v0.0.0-20240130114156-dd26709d0dcc
## explicit; go 1.19
github.com/kubernetes-csi/csi-lib-iscsi/iscsi
# github.com/kubernetes-csi/csi-lib-utils v0.14.1
Expand Down

0 comments on commit 2fd7b34

Please sign in to comment.