module github.com/hashicorp/vagrant go 1.13 require ( github.com/Azure/azure-sdk-for-go v42.3.0+incompatible github.com/Azure/go-autorest/autorest v0.10.2 github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 github.com/Azure/go-autorest/autorest/to v0.3.0 github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect github.com/DavidGamba/go-getoptions v0.23.0 github.com/LK4D4/joincontext v0.0.0-20171026170139-1724345da6d5 // indirect github.com/adrg/xdg v0.2.1 github.com/apex/log v1.1.2 github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 github.com/aws/aws-sdk-go v1.33.6 github.com/bmatcuk/doublestar v1.1.5 github.com/boltdb/bolt v1.3.1 github.com/buildpacks/pack v0.11.1 github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 github.com/containerd/console v1.0.1 github.com/creack/pty v1.1.11 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect github.com/docker/cli v0.0.0-20200312141509-ef2f64abbd37 github.com/docker/distribution v2.7.1+incompatible github.com/docker/docker v1.4.2-0.20200221181110-62bd5a33f707 github.com/docker/go-connections v0.4.0 github.com/docker/go-metrics v0.0.1 // indirect github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect github.com/dustin/go-humanize v1.0.0 github.com/elazarl/go-bindata-assetfs v1.0.1 github.com/fatih/color v1.9.0 github.com/go-git/go-git/v5 v5.1.0 github.com/go-openapi/runtime v0.19.15 github.com/go-openapi/strfmt v0.19.5 github.com/go-ozzo/ozzo-validation/v4 v4.2.1 github.com/go-playground/universal-translator v0.17.0 // indirect github.com/go-playground/validator v9.31.0+incompatible github.com/gofrs/flock v0.8.0 github.com/golang/protobuf v1.5.2 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/gorilla/handlers v1.4.2 github.com/hashicorp/go-argmapper v0.0.0-20200721221215-04ae500ede3b github.com/hashicorp/go-getter v1.4.1 github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/go-memdb v1.2.0 github.com/hashicorp/go-multierror v1.1.0 github.com/hashicorp/go-plugin v1.3.0 github.com/hashicorp/go-version v1.2.0 // indirect github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/hashicorp/hcl/v2 v2.7.1-0.20201023000745-3de61ecba298 github.com/hashicorp/horizon v0.0.0-20201027182500-45298493f49e github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20201216193437-46ae3967665b github.com/hashicorp/waypoint-hzn v0.0.0-20201008221232-97cd4d9120b9 github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20201107013852-c3b6eb26185d 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 github.com/kr/text v0.2.0 github.com/leodido/go-urn v1.2.0 // indirect github.com/mitchellh/cli v1.1.2 github.com/mitchellh/copystructure v1.0.0 github.com/mitchellh/go-glint v0.0.0-20201015034436-f80573c636de github.com/mitchellh/go-grpc-net-conn v0.0.0-20200407005438-c00174eff6c8 github.com/mitchellh/go-homedir v1.1.0 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/reflectwalk v1.0.1 // indirect github.com/mr-tron/base58 v1.2.0 github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09 github.com/netlify/open-api v0.15.0 github.com/oklog/run v1.1.0 github.com/oklog/ulid v1.3.1 github.com/oklog/ulid/v2 v2.0.2 github.com/olekukonko/tablewriter v0.0.4 github.com/pkg/errors v0.9.1 github.com/posener/complete v1.2.3 github.com/rs/cors v1.7.0 // indirect github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/slack-go/slack v0.6.5 github.com/stretchr/testify v1.6.1 github.com/zclconf/go-cty v1.5.1 github.com/zclconf/go-cty-yaml v1.0.2 golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 google.golang.org/api v0.20.0 google.golang.org/genproto v0.0.0-20210520160233-290a1ae68a05 google.golang.org/grpc v1.38.0 google.golang.org/protobuf v1.26.0 gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/yaml.v2 v2.3.0 k8s.io/api v0.18.0 k8s.io/apimachinery v0.18.0 k8s.io/client-go v0.18.0 ) // NOTE(mitchellh): I'm keeping these commented and in here because during // development at the moment it is common to be working on these libs too. // replace github.com/hashicorp/go-argmapper => ../go-argmapper // replace github.com/hashicorp/horizon => ../horizon replace github.com/hashicorp/vagrant-plugin-sdk => ../vagrant-plugin-sdk replace github.com/hashicorp/go-argmapper => ../go-argmapper replace ( // v0.3.11 panics for some reason on our tests github.com/imdario/mergo => github.com/imdario/mergo v0.3.9 // https://github.com/ory/dockertest/issues/208 golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6 )