Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Update FileHeap client (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaasen authored and Vivek Lakshmanan committed Apr 15, 2019
1 parent ae086df commit 4f6ac7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/Sirupsen/logrus v1.0.6 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/beaker/fileheap v0.0.0-20190321053225-633ba25bd250
github.com/beaker/fileheap v0.0.0-20190414012330-ce20be7eef7d
github.com/docker/distribution v2.7.0+incompatible // indirect
github.com/docker/docker v1.13.1+incompatible
github.com/docker/go-connections v0.4.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf h1:qet1QNfXsQxTZq
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
github.com/beaker/fileheap v0.0.0-20190321053225-633ba25bd250 h1:STwiK5o5QyEaxc/isjKGK0DzlK3gD6mWrvlgGvGehyE=
github.com/beaker/fileheap v0.0.0-20190321053225-633ba25bd250/go.mod h1:M14OgSGeIYOCxmkcdcDi6HP+Dd6fW0QZUaSWK6fNx9A=
github.com/beaker/fileheap v0.0.0-20190414012330-ce20be7eef7d h1:eEYTIoSTz2v7AXMPamIJxxrHX9UZ7ouoaLuEbIiDkx8=
github.com/beaker/fileheap v0.0.0-20190414012330-ce20be7eef7d/go.mod h1:M14OgSGeIYOCxmkcdcDi6HP+Dd6fW0QZUaSWK6fNx9A=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 4f6ac7a

Please sign in to comment.