@cryptotaxi247 / kubo / commits / 29e82d59f

tell godep about our shareness dependency on go-humanize

Henry committed Feb 27, 2015 at 13:57 UTC 29e82d59f017746b3107f2a653f2d2352722538e
1 file changed +5
util/sadhack/godep.go new
+5
@@ -0,0 +1,5 @@
1 +package util
2 +
3 +// FIXME: we need the go-random/random utility for our sharness test wich depends on go-humanize
4 +// Godep will drop it if we dont use it in ipfs. There should be a better way to do this.
5 +import _ "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-humanize"