This commit is contained in:
sophia 2022-03-02 12:01:36 -06:00 committed by Paul Hinze
parent 8b5bc0cd1c
commit 18f3dc62c5
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-20220301220023-7971e7641dac
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220302180000-652dc3a7a616
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

@ -356,6 +356,8 @@ github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d h1:afuZ/KNbxwU
github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d/go.mod h1:DCi2k47yuUDzf2qWAK8E1RVmWgz/lc0jZQeEnICTxmY=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220301220023-7971e7641dac h1:74PSglbeeOT+qpDQtwYsb/9Lrz2wmj79NnM8pRs9zO4=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220301220023-7971e7641dac/go.mod h1:B67UN+jezk8F86AslbGozWCIMZXWhIeaYjWWX9BoJCo=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220302180000-652dc3a7a616 h1:StNIljI6wBEFILufI81dMarr74UNDdr9ysrRCTPPi9E=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220302180000-652dc3a7a616/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=