32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
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-20191120141235-91225f7e723a
|
|
github.com/abcum/rixxdb v0.0.0-20191128162642-00f52d16d2d3
|
|
github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 // indirect
|
|
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.1+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 v1.6.4
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/stackimpact/stackimpact-go v2.3.10+incompatible
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
|
|
golang.org/x/crypto v0.0.0-20191119213627-4f8c1d86b1ba
|
|
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
|
|
golang.org/x/text v0.3.2
|
|
golang.org/x/tools v0.0.0-20191127201027-ecd32218bd7f // indirect
|
|
)
|