d0e7a68b85
Currently, we were relying on our dependencies which pulls golang package, so that we don't need to do that ourselves. Although, as it was pointed out in mentioned bug, explicit is better than implicit. Even though, it's worth to mention, that kuryr-kubernetes relies on both: Neutron and Octavia (which brings golang as it binary dep), and without either of it, it will not work. Change-Id: I3efb100e8ea47b7eb74e5addf5c2171c4606cad0 Closes-Bug: #1930368