module github.com/artefactual-labs/enduro go 1.14 require ( github.com/GeertJohan/go.rice v1.0.1-0.20190430230923-c880e3cd4dd8 github.com/alicebob/miniredis/v2 v2.11.4 github.com/anmitsu/go-shlex v0.0.0-20200502080107-070676123096 // indirect github.com/atrox/go-migrate-rice v1.0.1 github.com/aws/aws-sdk-go v1.30.29 github.com/cenkalti/backoff/v3 v3.2.2 github.com/daaku/go.zipexe v1.0.1 // indirect github.com/dimfeld/httptreemux/v5 v5.2.2 // indirect github.com/dsnet/compress v0.0.1 // indirect github.com/frankban/quicktest v1.5.0 // indirect github.com/fsnotify/fsnotify v1.4.9 github.com/go-logr/logr v0.1.0 github.com/go-logr/zapr v0.1.1 github.com/go-redis/redis/v7 v7.2.0 github.com/go-sql-driver/mysql v1.5.0 github.com/golang-migrate/migrate/v4 v4.11.0 github.com/golang/mock v1.4.3 github.com/golang/protobuf v1.4.2 // indirect github.com/google/uuid v1.1.1 github.com/google/wire v0.4.0 // indirect github.com/gorilla/schema v1.1.0 github.com/jmoiron/sqlx v1.2.0 github.com/mholt/archiver v3.1.1+incompatible github.com/mitchellh/mapstructure v1.3.0 // indirect github.com/nwaples/rardecode v1.1.0 // indirect github.com/oklog/run v1.1.0 github.com/pelletier/go-toml v1.7.0 // indirect github.com/pierrec/lz4 v2.5.2+incompatible // indirect github.com/prometheus/client_golang v1.6.0 github.com/prometheus/common v0.10.0 // indirect github.com/radovskyb/watcher v1.0.7 github.com/spf13/afero v1.2.2 github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.0 github.com/stretchr/testify v1.5.1 github.com/uber-go/tally v3.3.16+incompatible github.com/uber/tchannel-go v1.18.0 // indirect github.com/ulikunitz/xz v0.5.7 // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect go.uber.org/cadence v0.11.2 go.uber.org/thriftrw v1.23.0 // indirect go.uber.org/yarpc v1.45.0 go.uber.org/zap v1.15.0 goa.design/goa/v3 v3.1.2 goa.design/plugins/v3 v3.1.2 gocloud.dev v0.19.0 golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/mod v0.3.0 // indirect golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect golang.org/x/tools v0.0.0-20200515220128-d3bf790afa53 // indirect google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587 // indirect google.golang.org/grpc v1.29.1 // indirect gopkg.in/ini.v1 v1.56.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect gotest.tools/v3 v3.0.2 honnef.co/go/tools v0.0.1-2020.1.4 // indirect ) // "go.uber.org/cadence" requires it but "go mod" selects "v0.12.0". // I suspect the problem is in that Thrift tags are not using the "v" prefix. replace github.com/apache/thrift => github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 // v1.5.0 not released yet! replace github.com/go-sql-driver/mysql => github.com/go-sql-driver/mysql v1.4.1-0.20191001060945-14bb9c0fc20f