You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/go.mod

60 lines
2.4 KiB

module github.com/hashicorp/watchtower
go 1.13
require (
github.com/armon/go-metrics v0.3.3
github.com/bufbuild/buf v0.11.0
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0
github.com/favadi/protoc-go-inject-tag v1.0.0
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-openapi/runtime v0.19.15 // indirect
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-openapi/validate v0.19.8 // indirect
github.com/go-swagger/go-swagger v0.23.0
github.com/golang-migrate/migrate/v4 v4.9.1
github.com/golang/protobuf v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.14.4-rc.1
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-alpnmux v0.0.0-20200323180452-dee08f00df54
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-hclog v0.12.2
github.com/hashicorp/go-kms-wrapping v0.5.8
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-retryablehttp v0.6.6
github.com/hashicorp/go-rootcerts v1.0.2
github.com/hashicorp/go-sockaddr v1.0.2
github.com/hashicorp/go-uuid v1.0.2
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/vault v1.2.1-0.20200310200732-a321b1217d5a
github.com/hashicorp/vault/api v1.0.5-0.20200310200732-a321b1217d5a
github.com/hashicorp/vault/sdk v0.1.14-0.20200310200732-a321b1217d5a
github.com/jinzhu/gorm v1.9.12
github.com/kr/text v0.2.0
github.com/lib/pq v1.3.0
github.com/mattn/go-colorable v0.1.6
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.2.2
github.com/ory/dockertest/v3 v3.5.4
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pires/go-proxyproto v0.0.0-20200213100827-833e5d06d8f0
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
github.com/ryanuber/columnize v2.1.0+incompatible
github.com/ryanuber/go-glob v1.0.0
github.com/spf13/viper v1.6.3 // indirect
github.com/stretchr/testify v1.5.1
go.mongodb.org/mongo-driver v1.3.2 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20200421185700-66008de356c7 // indirect
google.golang.org/genproto v0.0.0-20200409111301-baae70f3302d
google.golang.org/grpc v1.27.1
google.golang.org/protobuf v1.21.0
gopkg.in/ini.v1 v1.55.0 // indirect
gotest.tools v2.2.0+incompatible
)