module github.com/arr-ai/arrai go 1.13 replace github.com/spf13/afero v1.3.5 => github.com/anz-bank/afero v1.2.4 require ( github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.0 github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c // indirect github.com/anz-bank/pkg v0.0.22 github.com/arr-ai/frozen v0.15.0 github.com/arr-ai/hash v0.5.0 github.com/arr-ai/proto v0.0.0-20180422074755-2ffbedebee50 github.com/arr-ai/wbnf v0.28.0 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e github.com/go-errors/errors v1.1.1 github.com/gorilla/websocket v1.4.2 github.com/iancoleman/strcase v0.1.1 github.com/mattn/go-isatty v0.0.12 github.com/pkg/errors v0.9.1 github.com/rjeczalik/notify v0.9.2 github.com/sirupsen/logrus v1.6.0 github.com/spf13/afero v1.3.5 github.com/stretchr/objx v0.3.0 // indirect github.com/stretchr/testify v1.6.1 github.com/urfave/cli/v2 v2.2.0 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f // indirect google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect google.golang.org/grpc v1.31.1 google.golang.org/protobuf v1.25.0 gopkg.in/yaml.v2 v2.3.0 gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )