vendor: Pin version of consul until we're on golang 1.16

The builds broke because the consul dependency now requires golang 1.16,
so let's pin it for now.
This commit is contained in:
James Shubin
2021-06-20 21:53:01 -04:00
parent d285aaedc9
commit 530c5a64fb
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -34,3 +34,6 @@
[submodule "vendor/github.com/containerd/containerd"]
path = vendor/github.com/containerd/containerd
url = https://github.com/purpleidea/containerd
[submodule "vendor/github.com/hashicorp/consul"]
path = vendor/github.com/hashicorp/consul
url = https://github.com/hashicorp/consul/

1
vendor/github.com/hashicorp/consul generated vendored Submodule