34 lines
1.4 KiB
Modula-2
34 lines
1.4 KiB
Modula-2
module github.com/abcum/surreal
|
|
|
|
go 1.13
|
|
|
|
replace github.com/abcum/fibre => /Users/tobie/Repositories/fibre
|
|
|
|
require (
|
|
github.com/abcum/bump v0.0.0-20190615203825-bb9bd72d399d
|
|
github.com/abcum/cork v0.0.0-20180420153544-c246208017d0
|
|
github.com/abcum/fibre v0.0.0-20180515181832-9753c6a311cf
|
|
github.com/abcum/ptree v0.0.0-20190615203627-e66b1d172c4f // indirect
|
|
github.com/abcum/rixxdb v0.0.0-20190615204229-f8108bfffff1
|
|
github.com/abcum/tlist v0.0.0-20190615203858-f228d5285b76 // indirect
|
|
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/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.2 // 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-20190710185942-9d28bd7c0945
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
|
|
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
|
|
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
|
|
golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect
|
|
golang.org/x/text v0.3.2
|
|
)
|