github.com/keltia/go-ipfs@v0.3.8-0.20150909044612-210793031c63/util/sadhack/godep.go (about) 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/ipfs/go-ipfs/Godeps/_workspace/src/github.com/dustin/go-humanize" 6 7 // similar to the above, only used in the tests makefile 8 import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/iptb" 9 10 import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/chriscool/go-sleep" 11 12 // imported by chegga/pb on windows, this is here so running godeps on non-windows doesnt 13 // drop it from our vendoring 14 import _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/olekukonko/ts"