Commit Graph

8 Commits

Author SHA1 Message Date
Seth Hoenig
15fb4c990a deps: Switch to Go modules for dependency management
This PR switches the Nomad repository from using govendor to Go modules
for managing dependencies. Aspects of the Nomad workflow remain pretty
much the same. The usual Makefile targets should continue to work as
they always did. The API submodule simply defers to the parent Nomad
version on the repository, keeping the semantics of API versioning that
currently exists.
2020-06-02 14:30:36 -05:00
Mahmood Ali
120c24461e remove unused packages 2020-03-23 16:28:11 -04:00
Chris Baker
226a261ba6 metrics: upgraded prometheus http client to 0.9.4 to address label conflict in Nomad 0.9.x reported in #5345 2019-06-18 18:34:22 +00:00
Chelsea Holland Komlo
a099f7c809 vendor necessary libraries for prometheus metrics 2017-09-13 19:21:21 +00:00
Sean Chittenden
3eb9664eca Remove unused packages
```
govendor remove +unused
git add vendor/
```
2016-05-04 19:49:43 -07:00
Alex Dadgar
58c92556fb vendor 2016-04-19 17:12:44 -07:00
Diptanu Choudhury
6c4ab2e281 Removing unused dependencies 2016-02-26 17:00:19 -08:00
Alex Dadgar
a58815a4d6 vendor 2016-02-12 15:42:05 -08:00