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-20191003170635-45f18bd55f9a github.com/abcum/rixxdb v0.0.0-20191008002349-42eb662df538 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/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/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 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 )