This commit is contained in:
sophia 2021-11-15 16:04:10 -06:00 committed by Paul Hinze
parent 2dfb9b933e
commit da0f797287
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

@ -37,7 +37,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-20211115200111-9212340bebe3
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211115213726-c3cb1c032570
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

@ -231,6 +231,8 @@ github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211109205835-26fbd2fbac7a h1:Dz
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211109205835-26fbd2fbac7a/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211115200111-9212340bebe3 h1:GG/RaJsi8IXVE9xIq6/q0vvFj1t0UghWxcSwbZ1l9+4=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211115200111-9212340bebe3/go.mod h1:ybozq4VqU9UlnHjNKqlgsO1WNKcZiE9IZ2v8mhlbtXw=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211115213726-c3cb1c032570 h1:f3qtHBbGLe9mNBvU/KohzWeUe3gWBcxurto1XwMRAEk=
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20211115213726-c3cb1c032570/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=