diff --git a/go.mod b/go.mod index 2566d971f..6c809897d 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/go-playground/universal-translator v0.16.0 // indirect github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd // indirect - github.com/graymeta/stow v0.0.0-20181228161447-b469cfb112f8 + github.com/graymeta/stow v0.0.0-20190417153120-00c3b5928f2a github.com/hashicorp/go-version v1.1.0 github.com/leodido/go-urn v1.1.0 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect @@ -42,5 +42,3 @@ require ( gopkg.in/yaml.v2 v2.2.1 howett.net/ranger v0.0.0-20171016084633-e2e137620847 ) - -replace github.com/graymeta/stow => github.com/jtarchie/stow v0.0.0-20190209005554-0bff39424d5b diff --git a/go.sum b/go.sum index e221a714c..042e414aa 100644 --- a/go.sum +++ b/go.sum @@ -42,6 +42,10 @@ github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd h1:1e+0Z+T4t1mKL5xxv github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd/go.mod h1:qkLSc0A5EXSP6B04TrN4oQoxqFI7A8XvoXSlJi8cwk8= github.com/graymeta/stow v0.0.0-20181228161447-b469cfb112f8 h1:001hwtjnF3FyrQnh+hLqmKE5rUfskA0SYeJagoIRyjo= github.com/graymeta/stow v0.0.0-20181228161447-b469cfb112f8/go.mod h1:B24dekNjtWVeREK+dyMHtI22d85VzCT+sX5bVWDtjoA= +github.com/graymeta/stow v0.0.0-20190417153120-00c3b5928f2a h1:Rqnf9gbbPr8QfwwXcp2EG33cXUjKYUXljyOJmltnBOI= +github.com/graymeta/stow v0.0.0-20190417153120-00c3b5928f2a/go.mod h1:B24dekNjtWVeREK+dyMHtI22d85VzCT+sX5bVWDtjoA= +github.com/graymeta/stow v0.1.0 h1:pWKNKoXoMHbGP2BNFVNf3SWKXWwopGOQevyHl3UlbyA= +github.com/graymeta/stow v0.1.0/go.mod h1:B24dekNjtWVeREK+dyMHtI22d85VzCT+sX5bVWDtjoA= github.com/hashicorp/go-version v1.1.0 h1:bPIoEKD27tNdebFGGxxYwcL4nepeY4j1QP23PFRGzg0= github.com/hashicorp/go-version v1.1.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=