Skip to content

Commit

Permalink
chore(vendor): update backupstore
Browse files Browse the repository at this point in the history
ref: 6045

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and David Ko committed Jun 6, 2023
1 parent 127ebdd commit a98afe7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/longhorn/backupstore v0.0.0-20230522064032-228beb21aa3c
github.com/longhorn/backupstore v0.0.0-20230606100406-4cf315c6b0df
github.com/longhorn/go-iscsi-helper v0.0.0-20230214085945-21fed2bd6261
github.com/longhorn/sparse-tools v0.0.0-20230408015858-c849def39d3c
github.com/moby/moby v23.0.2+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,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/longhorn/backupstore v0.0.0-20230522064032-228beb21aa3c h1:YMibmCB4uCsYyg6MOJBBVILB4BZG6SJL0ZUs1MuaEus=
github.com/longhorn/backupstore v0.0.0-20230522064032-228beb21aa3c/go.mod h1:wiEYTbvxEAIUxAAY1DmvMeuFuGqwWmJTzfVhZiBKlNo=
github.com/longhorn/backupstore v0.0.0-20230606100406-4cf315c6b0df h1:a96kkaD1+4/EsGE9Atarp+K27gVIpsqOXGBtpGIxx8M=
github.com/longhorn/backupstore v0.0.0-20230606100406-4cf315c6b0df/go.mod h1:wiEYTbvxEAIUxAAY1DmvMeuFuGqwWmJTzfVhZiBKlNo=
github.com/longhorn/go-iscsi-helper v0.0.0-20230214085945-21fed2bd6261 h1:XtxZ34rrCCP+WcC7Tv6miHPo1Xys0eUWtH4W0wDKjFM=
github.com/longhorn/go-iscsi-helper v0.0.0-20230214085945-21fed2bd6261/go.mod h1:Pc949NvBbdV1zBFdbh4uC5Po8CuxQCwzxI+n7mIyGA0=
github.com/longhorn/nsfilelock v0.0.0-20200723175406-fa7c83ad0003 h1:Jw9uANsGcHTxp6HcC++/vN17LfeuDmozHI2j6DoZf5E=
Expand Down
15 changes: 13 additions & 2 deletions vendor/github.com/longhorn/backupstore/s3/s3.go

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 @@ -130,7 +130,7 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/backupstore v0.0.0-20230522064032-228beb21aa3c
# github.com/longhorn/backupstore v0.0.0-20230606100406-4cf315c6b0df
## explicit; go 1.17
github.com/longhorn/backupstore
github.com/longhorn/backupstore/azblob
Expand Down

0 comments on commit a98afe7

Please sign in to comment.