Update go modules
This commit is contained in:
parent
7e387b6d10
commit
bfebf32a58
13
go.mod
13
go.mod
@ -21,9 +21,9 @@ require (
|
||||
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
|
||||
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
|
||||
github.com/fatih/color v1.12.0
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/go-git/go-git/v5 v5.1.0
|
||||
github.com/go-ozzo/ozzo-validation/v4 v4.2.1
|
||||
github.com/go-test/deep v1.0.4 // indirect
|
||||
github.com/gofrs/flock v0.8.0
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
@ -43,7 +43,7 @@ require (
|
||||
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
||||
github.com/hashicorp/go-version v1.3.0
|
||||
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
||||
github.com/hashicorp/hcl/v2 v2.7.1-0.20201023000745-3de61ecba298
|
||||
github.com/hashicorp/hcl/v2 v2.11.1
|
||||
github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d
|
||||
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20220608152900-0d37aacebd23
|
||||
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
|
||||
@ -51,7 +51,6 @@ require (
|
||||
github.com/improbable-eng/grpc-web v0.13.0
|
||||
github.com/json-iterator/go v1.1.9 // indirect
|
||||
github.com/klauspost/compress v1.13.6 // indirect
|
||||
github.com/kr/pretty v0.2.0 // indirect
|
||||
github.com/kr/text v0.2.0
|
||||
github.com/mattn/go-isatty v0.0.13 // indirect
|
||||
github.com/mitchellh/cli v1.1.2
|
||||
@ -60,6 +59,7 @@ require (
|
||||
github.com/mitchellh/go-testing-interface v1.14.1
|
||||
github.com/mitchellh/go-wordwrap v1.0.1
|
||||
github.com/mitchellh/mapstructure v1.3.3
|
||||
github.com/mitchellh/protostructure v0.0.0-20200814180458-3cfccdb015ce
|
||||
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
||||
github.com/mr-tron/base58 v1.2.0
|
||||
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
|
||||
@ -76,8 +76,9 @@ require (
|
||||
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
||||
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/tmccombs/hcl2json v0.3.4
|
||||
github.com/ulikunitz/xz v0.5.10 // indirect
|
||||
github.com/zclconf/go-cty v1.5.1
|
||||
github.com/zclconf/go-cty v1.10.0
|
||||
github.com/zclconf/go-cty-yaml v1.0.2
|
||||
go.etcd.io/bbolt v1.3.6
|
||||
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
||||
@ -95,8 +96,8 @@ require (
|
||||
k8s.io/apimachinery v0.18.0
|
||||
)
|
||||
|
||||
//replace github.com/hashicorp/go-argmapper => ../go-argmapper
|
||||
//replace github.com/hashicorp/vagrant-plugin-sdk => ../vagrant-plugin-sdk
|
||||
replace github.com/hashicorp/go-argmapper => ../go-argmapper
|
||||
replace github.com/hashicorp/vagrant-plugin-sdk => ../vagrant-plugin-sdk
|
||||
|
||||
replace (
|
||||
// v0.3.11 panics for some reason on our tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user