From 4bb170fba356988a10a9df572ec987e9548544cc Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 21 Dec 2021 15:41:34 -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 309afb364..9a41fd2b7 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-20211221183408-14997639e9d5 + github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211221213857-da60e39a4ef3 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 8a275d5ca..af35ea778 100644 --- a/go.sum +++ b/go.sum @@ -372,6 +372,8 @@ github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211215175646-c69472b705b8 h1:xI github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211215175646-c69472b705b8/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw= github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211221183408-14997639e9d5 h1:ivYJN6w7RXxiiZ0AKjFI+cHM40u9CVZp+MsesCJ+fiM= github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211221183408-14997639e9d5/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw= +github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211221213857-da60e39a4ef3 h1:ZAJHiCetHMBRT/k42Oep+DiDWXZM/V/gglpsnllFbz8= +github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211221213857-da60e39a4ef3/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=