Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update patch digest dependencies (v1.6.x) #2908

Open
wants to merge 1 commit into
base: v1.6.x
Choose a base branch
from
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
36 changes: 18 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ require (
github.com/jinzhu/copier v0.3.5
github.com/kubernetes-csi/csi-lib-utils v0.6.1
github.com/longhorn/backing-image-manager v1.6.3-dev-20240825.0.20240826130124-80e6f6e95d2c
github.com/longhorn/backupstore v0.0.0-20240823072635-7afd6aa10d3e
github.com/longhorn/go-common-libs v0.0.0-20240821134112-907f57efd48f
github.com/longhorn/go-iscsi-helper v0.0.0-20240811043302-df8de353dd58
github.com/longhorn/go-spdk-helper v0.0.0-20240616091844-5afd86a1d892
github.com/longhorn/backupstore v0.0.0-20240922062439-e33cb1230db9
github.com/longhorn/go-common-libs v0.0.0-20240926084818-3a320d860af4
github.com/longhorn/go-iscsi-helper v0.0.0-20240922062410-c17a624e50c1
github.com/longhorn/go-spdk-helper v0.0.0-20240922062342-22115a91cbe9
github.com/longhorn/longhorn-engine v1.6.3-dev-20240825.0.20240826220611-e53cd9a2b741
github.com/longhorn/longhorn-instance-manager v1.6.3-dev-20240825.0.20240826123612-012cacf4f2b6
github.com/longhorn/longhorn-share-manager v1.6.3-dev-20240825
Expand All @@ -77,21 +77,21 @@ require (
github.com/stretchr/testify v1.9.0
github.com/urfave/cli v1.22.15
golang.org/x/mod v0.17.0
golang.org/x/net v0.28.0
golang.org/x/sys v0.24.0
golang.org/x/net v0.29.0
golang.org/x/sys v0.25.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.65.0
google.golang.org/grpc v1.67.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.31.0
k8s.io/api v0.31.1
k8s.io/apiextensions-apiserver v0.25.4
k8s.io/apimachinery v0.31.0
k8s.io/apimachinery v0.31.1
k8s.io/cli-runtime v0.28.5
k8s.io/client-go v0.31.0
k8s.io/client-go v0.31.1
k8s.io/kubernetes v1.28.5
k8s.io/metrics v0.28.5
k8s.io/mount-utils v0.31.0
k8s.io/utils v0.0.0-20240821151609-f90d01438635
k8s.io/mount-utils v0.31.1
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
sigs.k8s.io/controller-runtime v0.10.1
)

Expand All @@ -111,8 +111,8 @@ require (
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down Expand Up @@ -202,11 +202,11 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/protobuf v1.34.2
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
72 changes: 36 additions & 36 deletions go.sum

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions vendor/github.com/longhorn/backupstore/Dockerfile.dapper

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

50 changes: 33 additions & 17 deletions vendor/github.com/longhorn/backupstore/deltablock.go

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

22 changes: 18 additions & 4 deletions vendor/github.com/longhorn/backupstore/lock.go

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

13 changes: 7 additions & 6 deletions vendor/github.com/longhorn/go-common-libs/io/file.go

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

27 changes: 1 addition & 26 deletions vendor/github.com/longhorn/go-common-libs/ns/joiner.go

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

10 changes: 10 additions & 0 deletions vendor/github.com/longhorn/go-common-libs/ns/joiner_darwin.go

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

Loading
Loading