Skip to content

Commit

Permalink
chore(vendor): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Feb 10, 2025
1 parent 2b2b08b commit 2c9a5ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ go 1.23.0

toolchain go1.23.6

replace github.com/longhorn/types => ../types

require (
github.com/docker/go-units v0.5.0
github.com/gofrs/flock v0.12.1
Expand All @@ -16,7 +14,7 @@ require (
github.com/longhorn/go-common-libs v0.0.0-20250204050409-8ebd4432fd70
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c
github.com/longhorn/types v0.0.0-20241225162202-00d3a5fd7502
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee
github.com/moby/moby v26.1.5+incompatible
github.com/pkg/errors v0.9.1
github.com/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625 h1:d39A30
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625/go.mod h1:yIm3sGRuYOw/Y3XzRhG5+3FlZBOfrU5EZOavzwL2jVs=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c h1:OFz3haCSPdgiiJvXLBeId/4dPu0dxIEqkQkfNMufLwc=
github.com/longhorn/sparse-tools v0.0.0-20241216160947-2b328f0fa59c/go.mod h1:dfbJqfI8+T9ZCp5zhTYcBi/64hPBNt5/vFF3gTlfMmc=
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee h1:Zs5aeND6m29Tr3wfYmioK9ecSJW+L6o1Xhzj7zQQSrg=
github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee/go.mod h1:3jHuVDtpkXQzpnp4prguDBskVRric2kmF8aSPkRJ4jw=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ github.com/longhorn/sparse-tools/sparse/rest
github.com/longhorn/sparse-tools/stats
github.com/longhorn/sparse-tools/types
github.com/longhorn/sparse-tools/util
# github.com/longhorn/types v0.0.0-20241225162202-00d3a5fd7502 => ../types
# github.com/longhorn/types v0.0.0-20250210001806-5ef312749bee
## explicit; go 1.22.7
github.com/longhorn/types/pkg/generated/enginerpc
github.com/longhorn/types/pkg/generated/profilerrpc
Expand Down Expand Up @@ -466,4 +466,3 @@ k8s.io/utils/clock
k8s.io/utils/exec
k8s.io/utils/io
k8s.io/utils/keymutex
# github.com/longhorn/types => ../types

0 comments on commit 2c9a5ea

Please sign in to comment.