From 530c5a64fbcded282165b2410f4d12e27ebea075 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 20 Jun 2021 21:53:01 -0400 Subject: [PATCH] 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. --- .gitmodules | 3 +++ vendor/github.com/hashicorp/consul | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/github.com/hashicorp/consul diff --git a/.gitmodules b/.gitmodules index 49b5bef4..fae6c10a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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/ diff --git a/vendor/github.com/hashicorp/consul b/vendor/github.com/hashicorp/consul new file mode 160000 index 00000000..848ad853 --- /dev/null +++ b/vendor/github.com/hashicorp/consul @@ -0,0 +1 @@ +Subproject commit 848ad8535bad41e992ac349160f4bdb39433bb87