diff --git a/go.mod b/go.mod index 9f593f436..ce7c2ead3 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 ( diff --git a/integration/requirements.txt b/integration/requirements.txt index 7edc4e1a8..2a55d40d5 100644 --- a/integration/requirements.txt +++ b/integration/requirements.txt @@ -4,6 +4,6 @@ protobuf==4.25.3 grpcio==1.63.0 flake8 -pytest==8.2.0 +pytest==8.2.2 libqcow-python==20231125