Update vagrant-plugin-sdk

Should pick up new CWD helper from https://github.com/hashicorp/vagrant-plugin-sdk/pull/104
This commit is contained in:
Paul Hinze 2021-12-21 12:49:49 -06:00
parent 2460961749
commit d89248e901
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -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-20211215175646-c69472b705b8
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211221183408-14997639e9d5
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

2
go.sum
View File

@ -370,6 +370,8 @@ github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211203221110-fb3263978f47 h1:4z
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/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/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=