Skip to content

Commit

Permalink
fix(deps): update patch digest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 15c1e89 commit 7b35af1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/longhorn/backupstore v0.0.0-20240509144945-3bce6e69af15
github.com/longhorn/go-common-libs v0.0.0-20240427164621-70d1933bfa90
github.com/longhorn/go-iscsi-helper v0.0.0-20240427164656-e9439c0018ce
github.com/longhorn/sparse-tools v0.0.0-20240427164751-a7b9f1b2c8a8
github.com/longhorn/types v0.0.0-20240510221052-ab949bbedea3
github.com/longhorn/backupstore 5ec9a300bef4
github.com/longhorn/go-common-libs 68743dacbcb1
github.com/longhorn/go-iscsi-helper 7a18d2fd85bf
github.com/longhorn/sparse-tools ed49dd3f93eb
github.com/longhorn/types ef450e1c04cd
github.com/moby/moby v24.0.9+incompatible
github.com/pkg/errors v0.9.1
github.com/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47
Expand All @@ -22,10 +22,10 @@ require (
golang.org/x/net v0.24.0
golang.org/x/sys v0.20.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.0
google.golang.org/protobuf v1.34.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/cheggaaa/pb.v2 v2.0.7
k8s.io/mount-utils v0.30.0
k8s.io/mount-utils v0.30.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion integration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ protobuf==4.25.3
grpcio==1.63.0

flake8
pytest==8.2.0
pytest==8.2.2

libqcow-python==20231125

0 comments on commit 7b35af1

Please sign in to comment.