goutils/cmd/showimp
Kyle Isom 1650edee19 Use goutils/die instead of kisom/die.
Also removes the "logging" package from showimp, as this is intended
primarily for server programs.
2016-04-28 11:29:58 -07:00
..
README.md Add showimp to commands. 2015-09-22 11:25:54 -07:00
main.go Use goutils/die instead of kisom/die. 2016-04-28 11:29:58 -07:00

README.md

showimp

show imports

This will run over a source tree and print any imports that are not in the standard library or inside the project.

kyle@nocturne:~/src/github.com/kisom/cryptutils$ showimp 
External imports:
        code.google.com/p/go.crypto/bcrypt
        code.google.com/p/go.crypto/nacl/box
        code.google.com/p/go.crypto/nacl/secretbox
        code.google.com/p/go.crypto/scrypt
        code.google.com/p/rsc/qr
        github.com/agl/ed25519
        github.com/conformal/yubikey
        github.com/gokyle/readpass
        github.com/gokyle/twofactor
        github.com/gorilla/mux