2019-09-29 10:28:53 +00:00
|
|
|
module github.com/abcum/surreal
|
|
|
|
|
2020-11-16 08:48:02 +00:00
|
|
|
go 1.15
|
2019-09-29 10:28:53 +00:00
|
|
|
|
|
|
|
require (
|
2020-11-16 08:48:02 +00:00
|
|
|
cloud.google.com/go v0.72.0
|
|
|
|
cloud.google.com/go/logging v1.1.2
|
|
|
|
github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19
|
|
|
|
github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1
|
2020-11-23 18:26:40 +00:00
|
|
|
github.com/abcum/fibre v0.0.0-20201123182515-d9eac7ca56b5
|
2020-11-16 08:48:02 +00:00
|
|
|
github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb
|
2019-11-20 14:16:56 +00:00
|
|
|
github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 // indirect
|
2020-11-16 08:48:02 +00:00
|
|
|
github.com/dgraph-io/ristretto v0.0.3
|
2019-09-29 10:28:53 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/elithrar/simple-scrypt v1.3.0
|
2020-11-26 21:38:22 +00:00
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20201117184057-ae444373da19 // indirect
|
2020-11-16 08:48:02 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/hjson/hjson-go v3.1.0+incompatible
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
|
|
|
|
github.com/pkg/profile v1.5.0
|
2019-09-29 10:28:53 +00:00
|
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
|
|
|
|
github.com/rs/xid v1.2.1
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
2020-11-16 08:48:02 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2019-11-20 14:16:56 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2020-11-16 08:48:02 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
|
|
|
github.com/ugorji/go/codec v1.2.0
|
|
|
|
github.com/ugorji/go/codec/codecgen v1.2.0 // indirect
|
2020-11-26 21:38:22 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
|
2020-11-16 08:48:02 +00:00
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
|
|
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
|
2020-11-26 21:38:22 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201126144705-a4b67b81d3d2 // indirect
|
|
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
2020-11-16 08:48:02 +00:00
|
|
|
golang.org/x/text v0.3.4
|
2020-11-26 21:38:22 +00:00
|
|
|
golang.org/x/tools v0.0.0-20201125231158-b5590deeca9b // indirect
|
2020-11-16 08:48:02 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-11-19 20:35:54 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
|
2019-09-29 10:28:53 +00:00
|
|
|
)
|