Install go-dep by entering the following commands in the terminal:
sudo apt update sudo apt install go-dep
Description:
Go dependency management tool
dep is a prototype dependency management tool for Go. It is the official experiment, but not yet the official tool. . dep is safe for production use. That means two things: * Any valid metadata file (`Gopkg.toml` and `Gopkg.lock`) will be readable and considered valid by any future version of dep. * Generally speaking, it has comparable or fewer bugs than other tools out there.
Homepage: https://github.com/golang/dep
Version: 0.3.2-2
Section: universe/devel