Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Dependencies and Vendoring

Prashanth Pai edited this page Feb 26, 2018 · 2 revisions

Vendoring dependencies

GD2 depends on (imports) various external Go packages. Using local copies of external dependencies to satisfy imports of those dependencies is often referred to as vendoring.

We use dep which is a tool for managing the vendor directory. Refer to dep usage guide

Clone this wiki locally