From ff8d5ef729b3923e799e94fd5a319934f3e1c78c Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 17 Aug 2021 10:06:18 -0500 Subject: [PATCH] Update vagrant sdk dep --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7872b20b4..467dc9d29 100644 --- a/go.mod +++ b/go.mod @@ -54,7 +54,7 @@ require ( github.com/hashicorp/hcl/v2 v2.7.1-0.20201023000745-3de61ecba298 github.com/hashicorp/horizon v0.0.0-20201027182500-45298493f49e // indirect github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d - github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210811210849-b182b32850b1 + github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210817144512-808abecd0337 github.com/hashicorp/waypoint-hzn v0.0.0-20201008221232-97cd4d9120b9 // indirect github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20201107013852-c3b6eb26185d // indirect github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect diff --git a/go.sum b/go.sum index 2006e2dda..bf38571af 100644 --- a/go.sum +++ b/go.sum @@ -766,6 +766,8 @@ github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210729214034-ee99e9f49690 h1:07 github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210729214034-ee99e9f49690/go.mod h1:tW5T9WQXv2xoNxLRD7EY9LmVPwuwXITYYk7/+xTccaw= github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210811210849-b182b32850b1 h1:3RQfwBteTzYqOaA7/c54EWo2D6rD5vjAbznKZU589Go= github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210811210849-b182b32850b1/go.mod h1:TkilsKWBC2E9dy7PAbGd33yAI8G60FTDXD4BZ1lNESU= +github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210817144512-808abecd0337 h1:74iBmRLI2LIm71BPsbizfuvrSJEQ54xZ8bGC2BqQW/s= +github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210817144512-808abecd0337/go.mod h1:TkilsKWBC2E9dy7PAbGd33yAI8G60FTDXD4BZ1lNESU= github.com/hashicorp/vault/api v1.0.5-0.20190909201928-35325e2c3262 h1:En9ph/axtiRQX8mt4+fVBOgNfEmndq5c+K0fUBviFTQ= github.com/hashicorp/vault/api v1.0.5-0.20190909201928-35325e2c3262/go.mod h1:LGTA4eiQKhPGTBgi6fCuAT5n0S3CJBHa7cpUotrLxjw= github.com/hashicorp/vault/sdk v0.1.14-0.20190909201848-e0fbf9b652e2 h1:b65cSyZqljnCPzzsUXvR4P0eXypo1xahQyG809+IySk=