boltdb/bolt is no longer a maintained project. bbolt is the CoreOS fork that the author of boltdb suggests using as a replacement.
115 lines
5.2 KiB
Modula-2
115 lines
5.2 KiB
Modula-2
module github.com/hashicorp/vagrant
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.10.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
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 // indirect
|
|
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
|
|
github.com/aws/aws-sdk-go v1.33.6 // indirect
|
|
github.com/bmatcuk/doublestar v1.1.5
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/buildpacks/pack v0.11.1 // indirect
|
|
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
|
|
github.com/containerd/console v1.0.1 // indirect
|
|
github.com/creack/pty v1.1.11 // indirect
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
|
github.com/docker/cli v0.0.0-20200312141509-ef2f64abbd37 // indirect
|
|
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 // indirect
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
|
|
github.com/fatih/color v1.12.0
|
|
github.com/go-git/go-git/v5 v5.1.0
|
|
github.com/go-openapi/runtime v0.19.15 // indirect
|
|
github.com/go-openapi/strfmt v0.19.5 // indirect
|
|
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 // indirect
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-argmapper v0.2.2-0.20210810211021-b2c94a138ec3
|
|
github.com/hashicorp/go-getter v1.4.1 // indirect
|
|
github.com/hashicorp/go-hclog v0.16.2
|
|
github.com/hashicorp/go-memdb v1.2.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
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 // indirect
|
|
github.com/hashicorp/nomad/api v0.0.0-20200814140818-42de70466a9d
|
|
github.com/hashicorp/vagrant-plugin-sdk v0.0.0-20210817144512-808abecd0337
|
|
github.com/hashicorp/waypoint-hzn v0.0.0-20201008221232-97cd4d9120b9 // indirect
|
|
github.com/hashicorp/waypoint-plugin-sdk v0.0.0-20201107013852-c3b6eb26185d // indirect
|
|
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/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mitchellh/cli v1.1.2
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-glint v0.0.0-20201015034436-f80573c636de
|
|
github.com/mitchellh/go-grpc-net-conn v0.0.0-20200407005438-c00174eff6c8 // indirect
|
|
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 // indirect
|
|
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 // indirect
|
|
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 // indirect
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/zclconf/go-cty v1.5.1
|
|
github.com/zclconf/go-cty-yaml v1.0.2
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
|
|
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
|
|
google.golang.org/api v0.20.0 // indirect
|
|
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 // indirect
|
|
k8s.io/api v0.18.0
|
|
k8s.io/apimachinery v0.18.0
|
|
k8s.io/client-go v0.18.0 // indirect
|
|
)
|
|
|
|
//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
|
|
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
|
|
)
|