module github.com/hashicorp/watchtower go 1.13 require ( github.com/armon/go-metrics v0.3.3 github.com/bufbuild/buf v0.16.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.11.0 github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe github.com/golang/protobuf v1.4.2 github.com/google/go-cmp v0.4.1 github.com/grpc-ecosystem/grpc-gateway v1.14.6 github.com/hashicorp/dbassert v0.0.0-20200602142727-a6709b436ad6 github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-alpnmux v0.0.0-20200513011953-0293f5d23c31 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-hclog v0.14.1 github.com/hashicorp/go-kms-wrapping v0.5.10 github.com/hashicorp/go-multierror v1.1.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.20200521015612-812a92b26b19 github.com/hashicorp/vault/sdk v0.1.14-0.20200519221912-a8c2591d3641 github.com/jackc/pgx/v4 v4.6.0 github.com/jinzhu/gorm v1.9.12 github.com/kr/pretty v0.2.0 github.com/kr/text v0.2.0 github.com/lib/pq v1.7.0 github.com/mattn/go-colorable v0.1.6 github.com/mitchellh/cli v1.1.1 github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/gox v1.0.1 github.com/mitchellh/mapstructure v1.3.2 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/oligot/go-mod-upgrade v0.1.2 github.com/ory/dockertest v3.3.5+incompatible github.com/ory/dockertest/v3 v3.6.0 github.com/pelletier/go-toml v1.7.0 // indirect github.com/pires/go-proxyproto v0.1.3 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.6.1 go.mongodb.org/mongo-driver v1.3.2 // indirect golang.org/x/net v0.0.0-20200519113804-d87ec0cfa476 // indirect golang.org/x/sys v0.0.0-20200509044756-6aff5f38e54f // indirect golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 golang.org/x/tools v0.0.0-20200610160956-3e83d1e96d0e google.golang.org/genproto v0.0.0-20200610104632-a5b850bcf112 google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.24.0 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/ini.v1 v1.55.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )