vendor: Fix broken upstream hashicorp module

This module broke compat with old versions of golang. Vendor it until
we're at a minimum of golang 1.13.x everywhere.
This commit is contained in:
James Shubin
2020-04-02 22:25:46 -04:00
parent 3bce96bbd5
commit fc839d2983
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -31,3 +31,6 @@
[submodule "vendor/github.com/purpleidea/go-connections"] [submodule "vendor/github.com/purpleidea/go-connections"]
path = vendor/github.com/docker/go-connections path = vendor/github.com/docker/go-connections
url = https://github.com/docker/go-connections url = https://github.com/docker/go-connections
[submodule "vendor/github.com/hashicorp/go-multierror"]
path = vendor/github.com/hashicorp/go-multierror
url = https://github.com/hashicorp/go-multierror