module github.com/arr-ai/arrai go 1.13 require ( github.com/anz-bank/pkg v0.0.7 github.com/arr-ai/frozen v0.13.0 github.com/arr-ai/hash v0.4.0 github.com/arr-ai/proto v0.0.0-20180422074755-2ffbedebee50 github.com/arr-ai/wbnf v0.16.0 github.com/chzyer/logex v1.1.10 // indirect github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/go-errors/errors v1.0.1 github.com/gorilla/websocket v1.4.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.4.2 github.com/stretchr/testify v1.4.0 github.com/tealeg/xlsx v1.0.5 github.com/urfave/cli/v2 v2.1.1 golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b // indirect google.golang.org/grpc v1.27.0 gopkg.in/yaml.v2 v2.2.8 )