Skip to content

Commit

Permalink
fix(deps): update longhorn branch repo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed May 4, 2024
1 parent 4e7f281 commit 7d69ab5
Show file tree
Hide file tree
Showing 42 changed files with 568 additions and 425 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/jinzhu/copier v0.3.5
github.com/kubernetes-csi/csi-lib-utils v0.6.1
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240427202038-c706793f6770
github.com/longhorn/backupstore v0.0.0-20240427164602-c8721e8ea31a
github.com/longhorn/go-common-libs v0.0.0-20240427164621-70d1933bfa90
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240501153823-e99083a9ae07
github.com/longhorn/backupstore v0.0.0-20240501152902-3fa6a4a2e3e3
github.com/longhorn/go-common-libs v0.0.0-20240501153456-f7a5b1a1edb0
github.com/longhorn/go-iscsi-helper v0.0.0-20240427164656-e9439c0018ce
github.com/longhorn/go-spdk-helper v0.0.0-20240429014623-d272f0f0848a
github.com/longhorn/go-spdk-helper v0.0.0-20240430055420-fe00de2fc195
github.com/longhorn/longhorn-engine v1.6.0-dev-20231217.0.20240418025706-519598108463
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240427190954-4897cf9deeb0
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240427171835-87b6d7870567
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240504040929-cb2f1f3b5fc0
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240502134107-e62528d2a41d
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.18.0
github.com/rancher/dynamiclistener v0.3.6
Expand Down Expand Up @@ -202,7 +202,7 @@ require (
golang.org/x/text v0.14.0
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/protobuf v1.33.0
google.golang.org/protobuf v1.34.0
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
k8s.io/apiserver v0.30.0 // indirect
Expand Down
27 changes: 14 additions & 13 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1215,22 +1215,22 @@ github.com/kubernetes-csi/csi-lib-utils v0.6.1 h1:+AZ58SRSRWh2vmMoWAAGcv7x6fIyBM
github.com/kubernetes-csi/csi-lib-utils v0.6.1/go.mod h1:GVmlUmxZ+SUjVLXicRFjqWUUvWez0g0Y78zNV9t7KfQ=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240427202038-c706793f6770 h1:bBYH5DF7gnjM1euYwLExA5YoxWchMMktWkFYj7Gx3xA=
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240427202038-c706793f6770/go.mod h1:bi2/Ghq053vNUKYArfJs9xidwhahS+FkIcecnOEegAQ=
github.com/longhorn/backupstore v0.0.0-20240427164602-c8721e8ea31a h1:cwHDzWi0zkgg/SHtvEhWIYLvZHJvCp5twS8qBOUt/Nc=
github.com/longhorn/backupstore v0.0.0-20240427164602-c8721e8ea31a/go.mod h1:NlOHCyQiGjn9TS1HUfQlBESttDPzi9x1Vs38geRV9SU=
github.com/longhorn/go-common-libs v0.0.0-20240427164621-70d1933bfa90 h1:uBVee6AulPsgSvsvaxdj4xIdgkIvjIqA0j7ZD+Hg/Mc=
github.com/longhorn/go-common-libs v0.0.0-20240427164621-70d1933bfa90/go.mod h1:qppGSy9WsxH1C9T6yhSMvG53ynpasyKOH/n9e1jr8mw=
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240501153823-e99083a9ae07 h1:9GMvcFzrs6IuueQekMkud4Xr2M7tsLj1UWpi+s5/8hs=
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240501153823-e99083a9ae07/go.mod h1:bi2/Ghq053vNUKYArfJs9xidwhahS+FkIcecnOEegAQ=
github.com/longhorn/backupstore v0.0.0-20240501152902-3fa6a4a2e3e3 h1:2LC/Euk1O1FCYJzBBJfYKPpYE/wSe8Rzn6AhaBmdIGE=
github.com/longhorn/backupstore v0.0.0-20240501152902-3fa6a4a2e3e3/go.mod h1:NlOHCyQiGjn9TS1HUfQlBESttDPzi9x1Vs38geRV9SU=
github.com/longhorn/go-common-libs v0.0.0-20240501153456-f7a5b1a1edb0 h1:pYPo3iOQefnxrYBAj8vVTjqVnpTNBeTVvile3EAJR1A=
github.com/longhorn/go-common-libs v0.0.0-20240501153456-f7a5b1a1edb0/go.mod h1:qppGSy9WsxH1C9T6yhSMvG53ynpasyKOH/n9e1jr8mw=
github.com/longhorn/go-iscsi-helper v0.0.0-20240427164656-e9439c0018ce h1:PxKniE9F6IZ2DMKfmxDsbqeAxQI1TZhnw7/HOBMs1Is=
github.com/longhorn/go-iscsi-helper v0.0.0-20240427164656-e9439c0018ce/go.mod h1:d9t3gtE+UPjescbCFluXd4xBc8OQT/JrC2cdkk2IXWQ=
github.com/longhorn/go-spdk-helper v0.0.0-20240429014623-d272f0f0848a h1:+0gozHUn5LXkOSnoGF/2gLUxeKmhilmn4INBiQRYmh4=
github.com/longhorn/go-spdk-helper v0.0.0-20240429014623-d272f0f0848a/go.mod h1:CiKgQ6CKWCE4CrAUgQx7inzRT7Xzbo6JuDhdRTpaVkY=
github.com/longhorn/go-spdk-helper v0.0.0-20240430055420-fe00de2fc195 h1:52IRojgLTHsJ9Tfuso0Z978u5Xmr7kH+yzCa86xIQNE=
github.com/longhorn/go-spdk-helper v0.0.0-20240430055420-fe00de2fc195/go.mod h1:TBUVgSLeP2LxaZ1PpwtrmS/cP3V5Gn3pHRlRi5eO0h0=
github.com/longhorn/longhorn-engine v1.6.0-dev-20231217.0.20240418025706-519598108463 h1:KxddgUYC9InOhe8MxfbxzOL5v9q7f5DyThxQGGKvqVw=
github.com/longhorn/longhorn-engine v1.6.0-dev-20231217.0.20240418025706-519598108463/go.mod h1:WNiZl2l51I36/c8dewxkyWd0yBA5Anznzki0knKO88U=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240427190954-4897cf9deeb0 h1:w81fNVAm54Bh3YQkyDoiOzYZa2ApRjm0rfmffC7lfFk=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240427190954-4897cf9deeb0/go.mod h1:sqWw/fUB00Y8QRtVgW/15nYdylOWndzP6LtY/TI9iKE=
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240427171835-87b6d7870567 h1:zvWfdUJbvlybIXw21DZuQRwDidRDzHwGj06bouWY1lE=
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240427171835-87b6d7870567/go.mod h1:5uXI08YSR+UrBi4Zh+IsrEbYG1CYl6lP6x5g6gxcw/8=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240504040929-cb2f1f3b5fc0 h1:4HBQxiWtXM1VnUA3gbDHZJL7BXok6AiTr/JsVejgEUM=
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240504040929-cb2f1f3b5fc0/go.mod h1:KxxJOTpVT5N1i2iC5G9rWdBdWWxrMNC4v8SdoXqu7qc=
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240502134107-e62528d2a41d h1:iP/Fzve3cn8pXz+11JNbG9yxsoIprxVubQo2hmOKuas=
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240502134107-e62528d2a41d/go.mod h1:B5G9ffYhwfd4eD3LMRyVUxwpI6JXJMq8YkIDKTl2Zgw=
github.com/longhorn/types v0.0.0-20240427164854-38dbed8528d3 h1:7YDGJTwro/kCcMmnCWM1UIL4JgervR6MT++71PvcbGY=
github.com/longhorn/types v0.0.0-20240427164854-38dbed8528d3/go.mod h1:pqT+7B8T+nkyUZYe8tL3CwPDCHjkbe3mHUDY5ntJFyQ=
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
Expand Down Expand Up @@ -2403,8 +2403,9 @@ google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqw
google.golang.org/protobuf v1.29.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
google.golang.org/protobuf v1.34.0 h1:Qo/qEd2RZPCf2nKuorzksSknv0d3ERwp1vFG38gSmH4=
google.golang.org/protobuf v1.34.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

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

28 changes: 0 additions & 28 deletions vendor/github.com/longhorn/backupstore/.drone.yml

This file was deleted.

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

20 changes: 12 additions & 8 deletions vendor/google.golang.org/protobuf/encoding/protojson/encode.go

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

20 changes: 12 additions & 8 deletions vendor/google.golang.org/protobuf/encoding/prototext/encode.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.

Binary file not shown.

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.

15 changes: 15 additions & 0 deletions vendor/google.golang.org/protobuf/internal/errors/errors.go

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

Loading

0 comments on commit 7d69ab5

Please sign in to comment.