integ/base/golang-dep/centos
Jason McKenna 38613cac94 Add go "dep" tool to support lockfiles in go pkgs
The go compiler supports "go get" to download dependencies, but
it will download the latest version of dependencies from the git
repository of the dependency.  This could lead to non-reproducable
builds, or the potential of dependency API changes (including
deprecated features) to break the build of packages.

The "dep" tool allows for a lockfile to be created, which captures
the git commit ID of dependencies, and can restore dependencies to
the captured state.

Since no binary package containing "dep" is currently available for
CentOS, this change adds the package and compiles it from source.

Depends-On: https://review.openstack.org/625333

Story: 2004617
Task: 28525

Change-Id: Ic3bfad6a419b344e7c147c3839d16956c432a99e
Signed-off-by: Jason McKenna <jason.mckenna@windriver.com>
2018-12-18 09:26:20 -05:00
..
build_srpm.data Add go "dep" tool to support lockfiles in go pkgs 2018-12-18 09:26:20 -05:00
golang-dep.spec Add go "dep" tool to support lockfiles in go pkgs 2018-12-18 09:26:20 -05:00