really? Three (known) dependencies before I even start? Plus Python?
The wonderful thing I'm loving about Golang is that I can reduce dependencies. Put the ones I need in a vendor directory. Edit those files to remove their dependencies for edge cases I don't need in my project.
Less is more!