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 module github.com/longhorn/longhorn-engine to v1.7.1-dev-20240825 (v1.7.x) #3097

Merged
merged 1 commit into from
Aug 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ require (
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-20240820144231-33c0873802ff
github.com/longhorn/longhorn-engine v1.7.1-0.20240823070307-ce1f81b041d9
github.com/longhorn/longhorn-engine v1.7.1-dev-20240825
github.com/longhorn/longhorn-instance-manager v1.7.1-dev-20240825
github.com/longhorn/longhorn-share-manager v1.7.0
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ github.com/longhorn/go-iscsi-helper v0.0.0-20240811043302-df8de353dd58 h1:fzLAnC
github.com/longhorn/go-iscsi-helper v0.0.0-20240811043302-df8de353dd58/go.mod h1:TobRDCXmF0Ni+jz6+nLJamw3uVu+gNDZoZre1JczGwc=
github.com/longhorn/go-spdk-helper v0.0.0-20240820144231-33c0873802ff h1:8vR29tkbmzmdqRVtOo5kL7Rs7nfhA6duXsmetIh1Tbg=
github.com/longhorn/go-spdk-helper v0.0.0-20240820144231-33c0873802ff/go.mod h1:Bzz7kGNYikAJqpmeV3cgN8jP1y9M+/oaiBc5iolIxuA=
github.com/longhorn/longhorn-engine v1.7.1-0.20240823070307-ce1f81b041d9 h1:SzcT0ApJ4/Low9JeuX+e0sn1sf0jUH8ZSWGlxXGJpZc=
github.com/longhorn/longhorn-engine v1.7.1-0.20240823070307-ce1f81b041d9/go.mod h1:PBqPVim1yRTsdUKCdstkRicX8xzb0pmwXf78Bz+7ITE=
github.com/longhorn/longhorn-engine v1.7.1-dev-20240825 h1:4tDIGE4plcLiOWwi/I34d3bd2issWaZhTd5ovK1FGQs=
github.com/longhorn/longhorn-engine v1.7.1-dev-20240825/go.mod h1:E1ec7ub7SNGvASDtiFHL1dXX4bhEQiroBixD2GGeRbQ=
github.com/longhorn/longhorn-instance-manager v1.7.1-dev-20240825 h1:wApeh6ZlRm+QB9EsUYLDHXwjOtWV91Nt62gBCyGQano=
github.com/longhorn/longhorn-instance-manager v1.7.1-dev-20240825/go.mod h1:3NN7hDo6iAf0TZ3QvMN54J4GzS2t3GqA4PfIt3IL6W0=
github.com/longhorn/longhorn-share-manager v1.7.0 h1:0VVE4UP/TN5FxTFowjbn28UcIsfPoKPhaOK69Uujib8=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ github.com/longhorn/go-iscsi-helper/util
# github.com/longhorn/go-spdk-helper v0.0.0-20240820144231-33c0873802ff
## explicit; go 1.22.0
github.com/longhorn/go-spdk-helper/pkg/types
# github.com/longhorn/longhorn-engine v1.7.1-0.20240823070307-ce1f81b041d9
# github.com/longhorn/longhorn-engine v1.7.1-dev-20240825
## explicit; go 1.22.2
github.com/longhorn/longhorn-engine/pkg/interceptor
github.com/longhorn/longhorn-engine/pkg/meta
Expand Down