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 Jul 6, 2024
1 parent 4aa94f1 commit b9337ff
Show file tree
Hide file tree
Showing 73 changed files with 3,835 additions and 2,457 deletions.
32 changes: 16 additions & 16 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.3
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.20240702073559-73da9851e9d7
github.com/longhorn/backupstore v0.0.0-20240624084713-e98e31ebcebb
github.com/longhorn/go-common-libs v0.0.0-20240627075631-d78642cff5e1
github.com/longhorn/go-iscsi-helper v0.0.0-20240624090318-a8ef86edd9a5
github.com/longhorn/go-spdk-helper v0.0.0-20240630053246-99b2a18336b5
github.com/longhorn/longhorn-engine v1.7.0-dev.0.20240630112621-0402d7096a3f
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240630132104-73cc005a5a22
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240629043243-fe205dfbd815
github.com/longhorn/backing-image-manager v1.7.0-dev.0.20240706032327-7fc9e99f9172
github.com/longhorn/backupstore v0.0.0-20240701092136-92b7cc071e50
github.com/longhorn/go-common-libs v0.0.0-20240702014532-ad3e7f0caf5c
github.com/longhorn/go-iscsi-helper v0.0.0-20240704044155-b96e547a3b54
github.com/longhorn/go-spdk-helper v0.0.0-20240702033003-35e00d17218f
github.com/longhorn/longhorn-engine v1.7.0-dev.0.20240706060125-2e1e1085e676
github.com/longhorn/longhorn-instance-manager v1.7.0-dev.0.20240706065307-d68881c4b196
github.com/longhorn/longhorn-share-manager v1.7.0-dev.0.20240706045116-352e438f8957
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.18.0
github.com/rancher/dynamiclistener v0.3.6
Expand All @@ -76,10 +76,10 @@ 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.26.0
golang.org/x/sys v0.21.0
golang.org/x/net v0.27.0
golang.org/x/sys v0.22.0
golang.org/x/time v0.5.0
google.golang.org/grpc v1.64.0
google.golang.org/grpc v1.65.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.30.3
Expand All @@ -103,15 +103,15 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/longhorn/types v0.0.0-20240624083620-f11ba48bf396 // indirect
github.com/longhorn/types v0.0.0-20240704070509-4b97f699508e // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // 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-20240318140521-94a12d6c2237 // 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
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Expand Down Expand Up @@ -195,10 +195,10 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/oauth2 v0.19.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/oauth2 v0.20.0 // indirect
golang.org/x/sync v0.7.0
golang.org/x/term v0.21.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/protobuf v1.34.2
Expand Down
78 changes: 39 additions & 39 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendor/github.com/longhorn/backupstore/.gitignore

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

14 changes: 3 additions & 11 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.

2 changes: 1 addition & 1 deletion vendor/github.com/longhorn/backupstore/util/util.go

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

32 changes: 28 additions & 4 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.

39 changes: 34 additions & 5 deletions vendor/github.com/longhorn/go-iscsi-helper/iscsi/target.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.

5 changes: 5 additions & 0 deletions vendor/github.com/longhorn/longhorn-engine/pkg/types/types.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.

Loading

0 comments on commit b9337ff

Please sign in to comment.