diff --git a/cmd/cli/go.mod b/cmd/cli/go.mod index c239a448b0..3951211322 100644 --- a/cmd/cli/go.mod +++ b/cmd/cli/go.mod @@ -4,7 +4,7 @@ go 1.21 // direct require ( - github.com/NVIDIA/aistore v1.3.21-0.20231101170837-c3bfd04e196f + github.com/NVIDIA/aistore v1.3.21 github.com/fatih/color v1.15.0 github.com/json-iterator/go v1.1.12 github.com/onsi/ginkgo v1.16.5 diff --git a/cmd/cli/go.sum b/cmd/cli/go.sum index eabfbf9d0d..de0279905b 100644 --- a/cmd/cli/go.sum +++ b/cmd/cli/go.sum @@ -1,7 +1,7 @@ code.cloudfoundry.org/bytefmt v0.0.0-20190710193110-1eb035ffe2b6/go.mod h1:wN/zk7mhREp/oviagqUXY3EwuHhWyOvAdsn5Y4CzOrc= github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/NVIDIA/aistore v1.3.21-0.20231101170837-c3bfd04e196f h1:0jqWqTQv0WnI448eT1Qlcw3sErlssJev9KnMpl8lRSc= -github.com/NVIDIA/aistore v1.3.21-0.20231101170837-c3bfd04e196f/go.mod h1:+iSnZg0ovMaLgaT9fLAs2WmYBP7IfeTW1WYkbKrwP4g= +github.com/NVIDIA/aistore v1.3.21 h1:OB0FC6tOD9o+YZIhJHQ6rLx8OYfyDhZemd/v27WivRk= +github.com/NVIDIA/aistore v1.3.21/go.mod h1:+iSnZg0ovMaLgaT9fLAs2WmYBP7IfeTW1WYkbKrwP4g= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/VividCortex/ewma v1.1.1/go.mod h1:2Tkkvm3sRDVXaiyucHiACn4cqf7DpdyLvmxzcbUokwA=