45 lines
1.9 KiB
Modula-2
45 lines
1.9 KiB
Modula-2
module github.com/abcum/surreal
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cloud.google.com/go v0.73.0
|
|
cloud.google.com/go/logging v1.1.2
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
|
|
github.com/abcum/bump v0.0.0-20201116071400-31a74cba5f19
|
|
github.com/abcum/cork v0.0.0-20201116072055-6b3677fdfab1
|
|
github.com/abcum/fibre v0.0.0-20201209220204-e58587731574
|
|
github.com/abcum/rixxdb v0.0.0-20201116083534-c988f1e5d2bb
|
|
github.com/abcum/tmpl v0.0.0-20190929092451-4b08f6027ed1 // indirect
|
|
github.com/aws/aws-sdk-go v1.36.5 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.0.3
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/elithrar/simple-scrypt v1.3.0
|
|
github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2 // indirect
|
|
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
|
|
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.1.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/ugorji/go/codec v1.2.1
|
|
github.com/ugorji/go/codec/codecgen v1.2.1 // indirect
|
|
go.opencensus.io v0.22.5
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
|
|
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
|
|
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
|
|
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 // indirect
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
|
|
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
|
|
golang.org/x/text v0.3.4
|
|
golang.org/x/tools v0.0.0-20201208233053-a543418bbed2 // indirect
|
|
google.golang.org/genproto v0.0.0-20201209185603-f92720507ed4 // indirect
|
|
google.golang.org/grpc v1.34.0 // indirect
|
|
)
|