Update SDK ref

This commit is contained in:
Chris Roberts 2022-02-28 09:09:21 -08:00 committed by Paul Hinze
parent 6fe6ee3221
commit 116ad81ce0
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

@ -45,7 +45,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-20220225212837-ee2e69f4d6bc
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220228170745-01f634f8b9b7
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

@ -376,6 +376,8 @@ github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220224165136-00e4676f2cd4 h1:Qk
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220224165136-00e4676f2cd4/go.mod h1:B67UN+jezk8F86AslbGozWCIMZXWhIeaYjWWX9BoJCo=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220225212837-ee2e69f4d6bc h1:pzt+qnuoKSKWQDc07VegSlz/XR60H+t3Y1aYsQJcvKk=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220225212837-ee2e69f4d6bc/go.mod h1:B67UN+jezk8F86AslbGozWCIMZXWhIeaYjWWX9BoJCo=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220228170745-01f634f8b9b7 h1:OIh6fVIjnhwO+ZpUh2uWeqUrOtotnJ/tUNGehKBL0i0=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220228170745-01f634f8b9b7/go.mod h1:B67UN+jezk8F86AslbGozWCIMZXWhIeaYjWWX9BoJCo=
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=