module github.com/abcum/surreal go 1.13 require ( github.com/abcum/bump v0.0.0-20190929092354-46a9c9dbf9ab github.com/abcum/cork v0.0.0-20190929093632-f45e788b8f1b github.com/abcum/fibre v0.0.0-20191120130824-2807c02ac0d6 github.com/abcum/rixxdb v0.0.0-20191008002349-42eb662df538 github.com/dgraph-io/ristretto v0.0.0-20191114170855-99d1bbbf28e6 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/elithrar/simple-scrypt v1.3.0 github.com/gorilla/websocket v1.4.1 github.com/hjson/hjson-go v3.0.0+incompatible github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-colorable v0.1.4 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b github.com/pkg/profile v1.3.0 github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be github.com/rs/xid v1.2.1 github.com/satori/go.uuid v1.2.0 github.com/sergi/go-diff v1.0.0 github.com/sirupsen/logrus v1.4.2 github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 github.com/spf13/cobra v0.0.5 github.com/stackimpact/stackimpact-go v2.3.10+incompatible github.com/ugorji/go/codec v1.1.7 golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 golang.org/x/text v0.3.2 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect )