68 lines
3 KiB
Modula-2
68 lines
3 KiB
Modula-2
module github.com/surrealdb/surrealdb
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
cloud.google.com/go v0.99.0
|
|
cloud.google.com/go/errorreporting v0.1.0
|
|
cloud.google.com/go/logging v1.4.2
|
|
github.com/dgraph-io/ristretto v0.1.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/elithrar/simple-scrypt v1.3.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/hjson/hjson-go v3.1.0+incompatible
|
|
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
|
|
github.com/pkg/profile v1.6.0
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be
|
|
github.com/rs/xid v1.3.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sergi/go-diff v1.2.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/smartystreets/goconvey v1.7.2
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/surrealdb/bump v0.0.0-20211208111645-b89bf4013dc9
|
|
github.com/surrealdb/cork v0.0.0-20211208110447-54ccd49930c9
|
|
github.com/surrealdb/fibre v0.0.0-20211208172721-cc4f2770111e
|
|
github.com/surrealdb/rixxdb v0.0.0-20211019142450-5b9e2a203f4c
|
|
github.com/ugorji/go/codec v1.2.6
|
|
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
|
|
golang.org/x/net v0.0.0-20211209124913-491a49abca63
|
|
golang.org/x/text v0.3.7
|
|
)
|
|
|
|
require (
|
|
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403 // indirect
|
|
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0 // indirect
|
|
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/ory/graceful v0.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/segmentio/ksuid v1.0.4 // indirect
|
|
github.com/smartystreets/assertions v1.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
|
|
google.golang.org/api v0.61.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0 // indirect
|
|
google.golang.org/grpc v1.40.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|