Skip to content

Commit

Permalink
update om so that it uses actual stow instead of forked stow
Browse files Browse the repository at this point in the history
[#165608158]
  • Loading branch information
JT Archie committed Apr 26, 2019
1 parent b6ae91a commit be5a7f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit be5a7f8

Please sign in to comment.