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 github.com/longhorn/go-common-libs digest to 38227ce (master) #228

Merged
merged 1 commit into from
Jun 9, 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 @@ -46,7 +46,7 @@ replace (

require (
github.com/google/fscrypt v0.3.5
github.com/longhorn/go-common-libs v0.0.0-20240608152738-1a76fc3def09
github.com/longhorn/go-common-libs v0.0.0-20240609084059-38227ce2cbc9
github.com/longhorn/types v0.0.0-20240605091135-ef450e1c04cd
github.com/mitchellh/go-ps v1.0.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 @@ -26,8 +26,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/longhorn/go-common-libs v0.0.0-20240608152738-1a76fc3def09 h1:W82IImis9rOE06lpWafpIvGs2c6Uatv+ouDI1fhL0Vc=
github.com/longhorn/go-common-libs v0.0.0-20240608152738-1a76fc3def09/go.mod h1:3d0GAJ0IOHYWckrDVHNda/gPqL1Y1iaRKSlqXhooxfw=
github.com/longhorn/go-common-libs v0.0.0-20240609084059-38227ce2cbc9 h1:x8MmLUNf6uTALakthLaDJuroTutcmG4GSunQLJ4AXTQ=
github.com/longhorn/go-common-libs v0.0.0-20240609084059-38227ce2cbc9/go.mod h1:3d0GAJ0IOHYWckrDVHNda/gPqL1Y1iaRKSlqXhooxfw=
github.com/longhorn/types v0.0.0-20240605091135-ef450e1c04cd h1:gzvHnEc4vdHmOtxwgjC/7YmChbzDsfYiY0wpI3RgB1A=
github.com/longhorn/types v0.0.0-20240605091135-ef450e1c04cd/go.mod h1:1oEh1cnDDqNSuFh/dH/lvJ3Ssq83SOweTAAPLRY4PMI=
github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ github.com/google/fscrypt/util
# github.com/google/uuid v1.6.0
## explicit
github.com/google/uuid
# github.com/longhorn/go-common-libs v0.0.0-20240608152738-1a76fc3def09
# github.com/longhorn/go-common-libs v0.0.0-20240609084059-38227ce2cbc9
## explicit; go 1.22.0
github.com/longhorn/go-common-libs/exec
github.com/longhorn/go-common-libs/io
Expand Down