wait for daemon to completely stop, even on error
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
Showing
... | ... | @@ -12,6 +12,7 @@ require ( |
github.com/fatih/color v1.7.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/gogo/protobuf v1.2.1 | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/golang-lru v0.5.1 | ||
github.com/hsanjuan/go-libp2p-http v0.0.2 | ||
github.com/ipfs/dir-index-html v1.0.3 | ||
... | ... |
Please register or sign in to comment