module github.com/arr-ai/arrai go 1.13 require ( github.com/anz-bank/pkg v0.0.9 github.com/arr-ai/frozen v0.14.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.23.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/go-errors/errors v1.1.1 github.com/golang/protobuf v1.4.2 // indirect github.com/gorilla/websocket v1.4.2 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.3 github.com/stretchr/testify v1.6.1 github.com/tealeg/xlsx v1.0.5 github.com/urfave/cli/v2 v2.2.0 golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/genproto v0.0.0-20200612171551-7676ae05be11 // indirect google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.24.0 gopkg.in/yaml.v2 v2.3.0 )