Apart from the dependencies, gx also prints success for the top level package, which isn't actually being installed. For example:
$ make deps
bin/gx-v0.9.0 --verbose install --global
installing package: go-ipfs-0.4.4-dev
[snip]
installing package: go-libp2p-loggables-1.0.11
successfully found all deps for go-libp2p-loggables
installation of go-libp2p-loggables complete!
installation of go-ipfs complete!
I had to double-check that I ran make deps and not make install :)
Apart from the dependencies, gx also prints success for the top level package, which isn't actually being installed. For example:
I had to double-check that I ran
make deps
and notmake install
:)