From 29d005dd725440751301679b867f6b06e9d57700 Mon Sep 17 00:00:00 2001 From: sophia Date: Wed, 15 Dec 2021 11:59:59 -0600 Subject: [PATCH] Bump sdk --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d9bf29805..15fecc1ab 100644 --- a/go.mod +++ b/go.mod @@ -46,7 +46,7 @@ require ( github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/hashicorp/hcl/v2 v2.7.1-0.20201023000745-3de61ecba298 github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d - github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211203221110-fb3263978f47 + github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211215175646-c69472b705b8 github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect github.com/imdario/mergo v0.3.11 github.com/improbable-eng/grpc-web v0.13.0 diff --git a/go.sum b/go.sum index 3eff7ac43..1e51248dd 100644 --- a/go.sum +++ b/go.sum @@ -368,6 +368,8 @@ github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211203214038-263d35164074 h1:Tp github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211203214038-263d35164074/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw= github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211203221110-fb3263978f47 h1:4zD0ZtdrKPcAKiwSvX41LYteB4aVUhooNyCtBz2cVxw= github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211203221110-fb3263978f47/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw= +github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211215175646-c69472b705b8 h1:xIyAXvxV+g3nUi2KZdKcVVByZXAPrPn7fTB2VR7uau0= +github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211215175646-c69472b705b8/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw= github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM= github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce h1:7UnVY3T/ZnHUrfviiAgIUjg2PXxsQfs5bphsG8F7Keo= github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM=