diff --git a/go.mod b/go.mod index 55bf3a016..b45ddec83 100644 --- a/go.mod +++ b/go.mod @@ -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 @@ -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 diff --git a/go.sum b/go.sum index 97dead4fa..fb209b044 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/modules.txt b/vendor/modules.txt index 4072e42e2..2863025b6 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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 @@ -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